mcpbeat Sign in

8004swap MCP Server

local only

8004swap MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 1 Sep 2026.

MCP server exposing 8004Swap (no-KYC agent-to-agent RFQ swap) as tools any MCP agent can call.

Installs per day peak 65 · avg 5 · +112% w/w
a month agotoday
26
Installs / week
npm · @stakemate/8004swap-mcp-server
0
Stars
1 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        "input": "0x608060405234801561000f575f5ffd5b50335f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610081575f6040517f1e4fbdf70000000000000000000000000000000000000000000000000000000081526004016100789190610196565b60405180910390fd5b…
Page executes code built at runtime dashboard.html:377
    else if (k === "html") e.innerHTML = attrs[k];

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add 8004swap-mcp -- npx -y @stakemate/8004swap-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "8004swap-mcp": {
      "args": [
        "-y",
        "@stakemate/8004swap-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.8004swap-mcp]
command = "npx"
args = ["-y", "@stakemate/8004swap-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "8004swap-mcp": {
      "args": [
        "-y",
        "@stakemate/8004swap-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "8004swap-mcp": {
      "args": [
        "-y",
        "@stakemate/8004swap-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENT_PRIVATE_KEY (Dedicated wallet private key for this agent (testnet). Required only for tools that sign: request_quote, fill_quote, register_agent. check_agent_status works without it. Never reuse a key that holds funds outside this testnet.), RELAY_URL (8004Swap Relay WebSocket URL. Defaults to the current Base Sepolia testnet deployment if omitted.), RPC_URL (Base Sepolia RPC URL. Defaults to https://sepolia.base.org if omitted.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to 8004swap MCP

same job, measured the same way
Noc McpServer
by nice-one-code

MCP server exposing NiceOneCode's JSON-to-C# converter as an AI-callable tool.

local only
Dwarf Fortress (DFHack)
by alexanderolvera

MCP server exposing a live Dwarf Fortress fort to an AI agent as curated, semantic tools

64 installs/wk local only
Backtest360
by backtest360

MCP server exposing the Backtest360 engine API as tools for AI agents.

311 installs/wk 20 tools answering
Untappd
by darrenjrobinson

MCP server exposing Untappd API tools for AI agents — full v4 read API coverage

70 installs/wk local only
Dynoxide
by nubo-db

A DynamoDB emulator with an MCP server exposing 35 DynamoDB tools to coding agents.

5 736 installs/wk local only
Minuet
by minuetai

MCP server exposing Minuet's ERC-8004 agent relationship graph.

61 installs/wk local only
Loki Mode
by asklokesh

Autonomous spec-to-product coding-agent CLI with an MCP server exposing 36 tools over stdio.

9 192 installs/wk local only
npm Run MCP Server
by fstubner

An MCP server that exposes package.json scripts as tools for agents.

94 installs/wk local only

8004swap MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for 8004swap MCP?
8004swap MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @stakemate/8004swap-mcp-server was installed 26 times last week.
How do I connect 8004swap MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @stakemate/8004swap-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use 8004swap MCP?
The npm package @stakemate/8004swap-mcp-server was installed 26 times in the last week. Week over week that is +112%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is 8004swap MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.