Kurier

MCP server

kurier-mcp exposes Kurier as MCP tools to any compliant agent (Cursor, Claude Desktop, OpenAI agents, custom). Zero install — run via npx.

Cursor

Add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "kurier": {
      "command": "npx",
      "args": ["-y", "kurier-mcp"]
    }
  }
}

Claude Desktop

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "kurier": {
      "command": "npx",
      "args": ["-y", "kurier-mcp"]
    }
  }
}

Pairing

On first call from your agent, the server uses get_pairing_code to mint a short code (KUR-A3B7). Paste it at /app/agents/pair. The API key is then written to ~/.kurier/config.json automatically.

Tools shipped

  • search_humans, get_human
  • create_bounty, create_personal_bounty, cancel_bounty
  • get_bounty_applications, accept_application
  • start_conversation, send_message
  • fund_escrow, release_escrow, mark_complete
  • get_pairing_code, check_pairing_status