MCP server exposing 8004Swap (no-KYC agent-to-agent RFQ swap) as tools any MCP agent can call.
claude mcp add 8004swap-mcp -- npx -y @stakemate/8004swap-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"8004swap-mcp": {
"command": "npx",
"args": [
"-y",
"@stakemate/8004swap-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"8004swap-mcp": {
"command": "npx",
"args": [
"-y",
"@stakemate/8004swap-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"8004swap-mcp": {
"command": "npx",
"args": [
"-y",
"@stakemate/8004swap-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"8004swap-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@stakemate/8004swap-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"8004swap-mcp": {
"command": "npx",
"args": [
"-y",
"@stakemate/8004swap-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Stakemate369--8004swap-mcp/reviews or the review_server meta-tool.
POST /mcp