8004swap mcp for Cline
io.github.stakemate369/8004swap-mcp
MCP server exposing 8004Swap (no-KYC agent-to-agent RFQ swap) as tools any MCP agent can call.
client:Cline
transport:stdio
runtime:npm
Install 8004swap mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"8004swap-mcp": {
"command": "npx",
"args": [
"-y",
"@stakemate/8004swap-mcp-server"
],
"env": {
"AGENT_PRIVATE_KEY": "<AGENT_PRIVATE_KEY>",
"RELAY_URL": "<RELAY_URL>",
"RPC_URL": "<RPC_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs