Connect your AI to the real world
99 MCP tools for dispatching real-world tasks. Your AI agent can find providers, negotiate prices, handle payments, and track delivery — all via the Model Context Protocol.
Quick setup
Connect in under a minute.
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"trotters": {
"url": "https://mcp.trotters.cc/mcp"
}
}
}Claude Code
claude mcp add trotters \
--transport http \
https://mcp.trotters.cc/mcpAny MCP client
Point your MCP client at the Streamable HTTP endpoint:
POST https://mcp.trotters.cc/mcp
Content-Type: application/json
Authorization: Bearer <your-jwt>
{
"jsonrpc": "2.0",
"method": "tools/list",
"id": 1
}What your AI can do
99 tools across six categories.
Task Dispatch
Create, accept, and manage real-world service tasks across 41 domains.
publish_task_requestProvider Discovery
Find verified local providers by skill, location, and availability.
search_provider_profilesPayment
Non-custodial Cashu ecash payments. Direct from customer to provider.
create_payment_tokenReputation
Read and write portable reputation scores on the Nostr network.
query_provider_reviewsTracking
Real-time task state updates — requested, accepted, in progress, completed.
get_task_statusCommunication
End-to-end encrypted messaging between customers and providers.
send_task_messageHow it works
Connect
Paste the config into your AI client. Takes 30 seconds.
Authenticate
Sign in with your Nostr keypair. No passwords, no email.
Dispatch
Your AI calls tools to find providers, create tasks, and handle payments.
Free for customers
Providers pay 2.1% per completed task. No subscription required.
Try it
Paste this prompt into Claude with the MCP server connected.
Find me a locksmith near SE1 who can rekey my front door this afternoon. Check their reviews and get me a quote.Your AI will use Trotters tools to search for providers, check availability, read reviews, and start a task — all without you leaving the conversation.