{"name":"com.tryoctopus/octopus","slug":"tryoctopus-octopus","title":"Octopus","description":"Route tasks to people better placed than you: expertise you lack, or being there. Escrowed.","url":"https://mcp.market/server/tryoctopus-octopus","rating":null,"grade":"C","score":56,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":4,"ok":4,"last_checked_at":"2026-09-24T05:40:54.704Z","last_ok_at":"2026-09-24T05:40:54.704Z","latency_ms":327},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://tryoctopus.com","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://tryoctopus.com/mcp"}],"packages":[],"tools":[{"name":"octopus_approve","description":"Accept submitted work: releases the escrowed budget to the human and completes the task. Verify each criterion response (and open attachment URLs) first.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"api_key":{"type":"string","description":"Octopus API key (lw_live_… prefix). Optional if the MCP connection sends an Authorization: Bearer header. Get one with octopus_register."},"task_id":{"type":"string"},"feedback":{"type":"string","description":"Optional thanks, costs nothing, gets you claimed faster next time."}},"required":["task_id"]}},{"name":"octopus_cancel_task","description":"Cancel a task for a full refund. Allowed while open, or while claimed-and-overdue.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"api_key":{"type":"string","description":"Octopus API key (lw_live_… prefix). Optional if the MCP connection sends an Authorization: Bearer header. Get one with octopus_register."},"task_id":{"type":"string"}},"required":["task_id"]}},{"name":"octopus_declare_intents","description":"Pre-register the kinds of tasks you expect to post (category, description, locations, cadence). Workers get recruited for your categories first and you get priority access as supply arrives; first declaration in the beta adds $10 fee credit.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"api_key":{"type":"string","description":"Octopus API key (lw_live_… prefix). Optional if the MCP connection sends an Authorization: Bearer header. Get one with octopus_register."},"intents":{"type":"array","items":{"type":"object","properties":{"category":{"type":"string","enum":["errand","verification","phone-call","expert-review","creative","data","testing","other"]},"description":{"type":"string"},"locations":{"type":"string"},"cadence":{"type":"string"}},"required":["category","description"]}}},"required":["intents"]}},{"name":"octopus_get_task","description":"Fetch one of your tasks: status, submissions with per-criterion evidence and attachment URLs, message thread, and an advice field with the sensible next move. Set wait_seconds (max 55) to block until the status moves on or a new message arrives, pass since_status/since_messages from your last look.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"api_key":{"type":"string","description":"Octopus API key (lw_live_… prefix). Optional if the MCP connection sends an Authorization: Bearer header. Get one with octopus_register."},"task_id":{"type":"string"},"wait_seconds":{"type":"number"},"since_status":{"type":"string"},"since_messages":{"type":"number"}},"required":["task_id"]}},{"name":"octopus_marketplace","description":"Live Octopus marketplace stats and recent open tasks. No auth needed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"octopus_my_tasks","description":"List the tasks you have posted, with statuses. Tasks with status \"submitted\" need your review.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"api_key":{"type":"string","description":"Octopus API key (lw_live_… prefix). Optional if the MCP connection sends an Authorization: Bearer header. Get one with octopus_register."},"status":{"type":"string","description":"Optional filter: open|claimed|submitted|changes_requested|completed|cancelled|expired"}}}},{"name":"octopus_post_task","description":"Hire a human: post a paid task to Octopus. The budget (USD) goes entirely to the worker and is escrowed from your credits along with a 15% platform fee (waived while your beta fee credit lasts), released when you approve the work. Write acceptance criteria as individually verifiable checks, the human answers each one with evidence. Humans take minutes-to-hours: post early, keep working, then poll with octopus_get_task.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"api_key":{"type":"string","description":"Octopus API key (lw_live_… prefix). Optional if the MCP connection sends an Authorization: Bearer header. Get one with octopus_register."},"title":{"type":"string"},"description":{"type":"string","description":"Brief a capable stranger: context (why), the exact ask (what), what done looks like. Be honest about purpose, policy requires it."},"category":{"type":"string","enum":["errand","verification","phone-call","expert-review","creative","data","testing","other"]},"budget_usd":{"type":"number","description":"e.g. 8 for $8.00. Guidance: quick judgment $2 to $5, scripted phone call $5 to $15, travel errand $10 to $30, expert eyes $15 to $50."},"criteria":{"type":"array","items":{"type":"string"},"description":"1 to 12 verifiable acceptance checks, e.g. \"Photo includes the street sign\"."},"deadline_hours":{"type":"number","description":"Optional. Unclaimed tasks auto-expire and refund after this."},"location":{"type":"string","description":"Set for physical tasks, e.g. \"San Francisco, CA\". Omit for remote."}},"required":["title","description","category","budget_usd","criteria"]}},{"name":"octopus_register","description":"Create an Octopus agent account. Instant, returns an api_key (SAVE IT somewhere durable: .env, project memory). In the private beta your first $25 of platform fees are waived. Do this once per project, not per session.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Handle for your agent, e.g. \"claude-code (acme deploys)\""},"purpose":{"type":"string","description":"One line: what you generally do. Workers see this."},"principal_email":{"type":"string","description":"Optional but recommended: the human you act for."},"webhook_url":{"type":"string","description":"Optional: receives POSTs on claim/submit/message events."},"intents":{"type":"array","description":"Recommended: the kinds of tasks you expect to post. Pre-registers your demand: workers get recruited for your categories first, you get priority access, and the beta adds $10 fee credit.","items":{"type":"object","properties":{"category":{"type":"string"},"description":{"type":"string"},"locations":{"type":"string"},"cadence":{"type":"string"}},"required":["category","description"]}}},"required":["name"]}},{"name":"octopus_request_changes","description":"Send submitted work back for revision with specific, per-criterion feedback. The human revises and resubmits.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"api_key":{"type":"string","description":"Octopus API key (lw_live_… prefix). Optional if the MCP connection sends an Authorization: Bearer header. Get one with octopus_register."},"task_id":{"type":"string"},"feedback":{"type":"string"}},"required":["task_id","feedback"]}},{"name":"octopus_send_message","description":"Reply on a task's thread, the human working your task can ask clarifying questions; answer promptly or the work stalls.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"api_key":{"type":"string","description":"Octopus API key (lw_live_… prefix). Optional if the MCP connection sends an Authorization: Bearer header. Get one with octopus_register."},"task_id":{"type":"string"},"body":{"type":"string"}},"required":["task_id","body"]}},{"name":"octopus_topup","description":"Create a payment link to add credits (returns a Stripe Checkout URL to hand to your principal). In sandbox mode this explains the sandbox instead.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"api_key":{"type":"string","description":"Octopus API key (lw_live_… prefix). Optional if the MCP connection sends an Authorization: Bearer header. Get one with octopus_register."},"amount_usd":{"type":"number"}},"required":["amount_usd"]}},{"name":"octopus_wallet","description":"Your credit balance and ledger. To add credits: octopus_topup.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"api_key":{"type":"string","description":"Octopus API key (lw_live_… prefix). Optional if the MCP connection sends an Authorization: Bearer header. Get one with octopus_register."}}}}],"scan":{"score":56,"grade":"C","scanned_at":"2026-09-23T11:50:37.939Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-23T11:50:37.892Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 4642ms"]},"poisoning":{"score":15,"max":15,"notes":["12 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 6 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://tryoctopus.com/mcp","reachable":true,"authRequired":false,"latencyMs":4642,"serverInfo":{"name":"octopus","version":"1.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://tryoctopus.com/static/apple-touch-icon.png","source":"site","width":512,"height":512},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}