mcpbeat Sign in

Yieldagentx402 MCP Server

local only

Yieldagentx402 runs on your own machine — the client starts it, so there is no endpoint to ping. 82 installs a week from npm. Last commit 19 May 2026.

Policy-gated x402 MCP for agent workflows with TEE receipts, 18 tools, and no custody.

Installs per day peak 30 · avg 9 · +28% w/w
a month agotoday
82
Installs / week
npm · agentx402-mcp-server
2
Stars
0 open issues
19 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 1 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.

            proc = subprocess.run(

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 yieldagentx402 -- npx -y agentx402-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yieldagentx402": {
      "args": [
        "-y",
        "agentx402-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.yieldagentx402]
command = "npx"
args = ["-y", "agentx402-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "yieldagentx402": {
      "args": [
        "-y",
        "agentx402-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "yieldagentx402": {
      "args": [
        "-y",
        "agentx402-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YAX_API_KEY (YieldAgentX402 API key from https://yieldagentx402.app/apply), YAX_AGENT_ID (Your agent ID from the dashboard.), YAX_MCP_ENDPOINT (Optional full MCP endpoint override (default: https://api.yieldagentx402.app/mcp).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Yieldagentx402

same job, measured the same way
Wever Labs Agentic Rails
by weverlabs

Agentic rails for complex workflows with receipts, fees, and MCP tool access.

5 tools answering
ToolAPI
by toolapi

Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

193 tools answering
Task Graph MCP
by oortonaut

MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination

local only
Ipfs Toolkit
by tkllabs-bh-mcp-servers

Store, retrieve, and pin encrypted files on IPFS via MCP tools for AI agents and workflows

answering
AgentUtility Browser Workflow
by agentutility

MCP server for the @agentutility browser-workflow cluster — pay-per-call x402 tools, no API keys…

69 installs/wk local only
ClearPolicy
by clearpolicy

Authenticated MCP server for ClearPolicy policy and compliance workflows.

answering
Agent Gate
by jott2121

Fail-closed quality gate and hash-chained receipt ledger for AI agent workflows.

103 installs/wk local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only

Yieldagentx402 — questions

Answers built from our own checks of this server.

Why is there no uptime for Yieldagentx402?
Yieldagentx402 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 agentx402-mcp-server was installed 82 times last week.
How do I connect Yieldagentx402?
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 agentx402-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Yieldagentx402?
The npm package agentx402-mcp-server was installed 82 times in the last week. Week over week that is +28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Yieldagentx402 open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.