Agent Tools
Back to MCP servers

io.github.CCSTT-dev/callable

https://getcallable.dev/api/mcp
● healthy

skills: {'id': 'submit_task', 'name': 'submit_task', 'description': 'Submit a task to a real human operator via the Callable network. Use this when your agent cannot complete an action autonomously — such as making a phone call, recording a face-cam UGC video, filling a form that requires real identity, verifying an account, or posting authentically on social media. The task is charged automatically via Stripe. A human operator claims and completes it within the deadline. The result is delivered to your callback_url or retrievable via get_task_status.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_task_status', 'name': 'get_task_status', 'description': 'Poll the status and retrieve the result of a previously submitted task. Returns the current status (pending, in_progress, pending_review, completed, disputed), the result payload, and any output URLs (video, screenshot). Use this in a polling loop after submit_task if no callback_url was provided.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'review_task', 'name': 'review_task', 'description': 'Optional. Approve or dispute a task that is in `pending_review` status. Use this after get_task_status reports the operator has completed the work. Approving releases the operator payout. Disputing requires a reason and a description of what is needed for acceptance; the operator is then allowed to resubmit. If you never call review_task, tasks are auto-approved after the review window expires.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 1303.2ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://getcallable.dev/api/mcp
JSON-RPC initialize probe
curl -X POST https://getcallable.dev/api/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://getcallable.dev/api/mcp
Listed at (chiark)
https://chiark.ai/agents/1e51b065-ec51-433e-9ff2-773be3f63f42