HomeFinance › yieldagentx402-sdks

yieldagentx402-sdks

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

TypeScript Cloud
★ 2 stars Last pushed 2026-05-19 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.4)

npx -y agentx402-mcp-server@1.0.4

Or add to your MCP client config:

{
  "mcpServers": {
    "yieldagentx402-sdks": {
      "command": "npx",
      "args": [
        "-y",
        "agentx402-mcp-server@1.0.4"
      ],
      "env": {
        "YAX_API_KEY": "<YOUR_VALUE>",
        "YAX_AGENT_ID": "<YOUR_VALUE>",
        "YAX_MCP_ENDPOINT": "<YOUR_VALUE>"
      }
    }
  }
}
  • YAX_API_KEY required secret — YieldAgentX402 API key from https://yieldagentx402.app/apply
  • YAX_AGENT_ID required — Your agent ID from the dashboard.
  • YAX_MCP_ENDPOINT — Optional full MCP endpoint override (default: https://api.yieldagentx402.app/mcp).

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry