{"name":"SHX Exchange MCP","version":"2.0.0","protocol":"model-context-protocol","description":"Agent-native Solana DEX tools. Prefer local stdio MCP for signing; HTTP exposes catalog + REST agent API.","homepage":"https://www.shx.exchange","documentation":"https://www.shx.exchange/llms.txt","agentApi":"https://www.shx.exchange/api/agent/health","localServer":{"package":"mcp-server/","install":"cd mcp-server && npm i && npm run build","entry":"mcp-server/build/index.js","transport":"stdio","env":["SHX_API_URL","WALLET_PRIVATE_KEY?","SHX_MAX_SWAP_LAMPORTS?"]},"tools":[{"name":"shx_health","description":"Agent API health, fee tiers, endpoints","path":"GET /api/agent/health","localMcpOnly":false},{"name":"shx_connect","description":"Wallet balances, tier, symbol map","path":"GET /api/agent/connect?wallet=","localMcpOnly":false},{"name":"shx_resolve","description":"Symbol → mint","path":"GET /api/agent/resolve?symbol=","localMcpOnly":false},{"name":"shx_tokens","description":"Watchlist + prices","path":"GET /api/agent/tokens","localMcpOnly":false},{"name":"shx_check_tier","description":"Fee tier for wallet","path":"GET /api/agent/tier?wallet=","localMcpOnly":false},{"name":"shx_live_stats","description":"Public traders / volume / fees","path":"GET /api/stats/live","localMcpOnly":false},{"name":"shx_get_quote","description":"Quote + unsigned tx (agent must sign)","path":"GET /api/agent/quote","localMcpOnly":false},{"name":"shx_execute_swap","description":"Submit signed tx — or use local MCP for key custody","path":"POST /api/agent/swap","localMcpOnly":false},{"name":"shx_swap_intent","description":"Symbol-based quote helper (local MCP)","path":"stdio mcp-server","localMcpOnly":true}],"safety":{"signing":"Local stdio MCP signs with WALLET_PRIVATE_KEY; never send keys over HTTP","confirm":"shx_execute_swap requires confirm=true in local MCP","maxSwap":"SHX_MAX_SWAP_LAMPORTS caps SOL sells in local MCP"},"claudeDesktopExample":{"mcpServers":{"shx-exchange":{"command":"node","args":["<path>/mcp-server/build/index.js"],"env":{"SHX_API_URL":"https://www.shx.exchange"}}}},"timestamp":"2026-07-21T12:31:31.950Z"}