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_humancreate_bounty,create_personal_bounty,cancel_bountyget_bounty_applications,accept_applicationstart_conversation,send_messagefund_escrow,release_escrow,mark_completeget_pairing_code,check_pairing_status