MCP server exposing 8004Swap (no-KYC agent-to-agent RFQ swap) as tools any MCP agent can call.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @stakemate/8004swap-mcp-server
MCP client config
{
"mcpServers": {
"8004swap": {
"command": "npx",
"args": [
"-y",
"@stakemate/8004swap-mcp-server"
]
}
}
}