Trotters

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:

json
{
  "mcpServers": {
    "trotters": {
      "url": "https://mcp.trotters.cc/mcp"
    }
  }
}

Claude Code

bash
claude mcp add trotters \
  --transport http \
  https://mcp.trotters.cc/mcp

Any MCP client

Point your MCP client at the Streamable HTTP endpoint:

http
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_request

Provider Discovery

Find verified local providers by skill, location, and availability.

search_provider_profiles

Payment

Non-custodial Cashu ecash payments. Direct from customer to provider.

create_payment_token

Reputation

Read and write portable reputation scores on the Nostr network.

query_provider_reviews

Tracking

Real-time task state updates — requested, accepted, in progress, completed.

get_task_status

Communication

End-to-end encrypted messaging between customers and providers.

send_task_message

How it works

1

Connect

Paste the config into your AI client. Takes 30 seconds.

2

Authenticate

Sign in with your Nostr keypair. No passwords, no email.

3

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.

prompt
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.