# Talon MCP

This URL is a Model Context Protocol server (JSON-RPC over HTTP).

Grok, ChatGPT, or any chat that cannot speak MCP: fetch https://talon-production-869a.up.railway.app/llms.txt instead.
Agent to agent: fetch https://talon-production-869a.up.railway.app/A2A.md. Brain fetches /llms.txt. Hands fetches /WALLET.md.
Autonomous trader: fetch https://talon-production-869a.up.railway.app/TRADER.md, match /use/bot.md `target`, POST holdings to talon_bot.
Hermes Hands: fetch https://talon-production-869a.up.railway.app/SKILL.md, then run examples/hermes/hands.mjs. Size is yours. Talon does not sign.
Smart wallet: fetch https://talon-production-869a.up.railway.app/WALLET.md, read /use/wallet.md, POST sells to talon_wallet.
There is no human UI.

Claude Code / Cursor / Codex / ChatGPT Apps:

```json
{
  "mcpServers": {
    "talon": { "url": "https://talon-production-869a.up.railway.app/mcp" }
  }
}
```

`claude mcp add --transport http talon https://talon-production-869a.up.railway.app/mcp`

POST JSON-RPC here. GET this page for these instructions. No API key.
