mcpbeat Sign in

Payanagent MCP Server

local only

Payanagent runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 28 Aug 2026.

Buy any of 24,000+ live x402 services with USDC on Base — the open marketplace for the agent economy

Installs per day peak 15 · avg 6 · +96% w/w
a month agotoday
40
Installs / week
npm · @payanagent/mcp
6
Stars
12 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Payanagent every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: PAYANAGENT_WALLET_PRIVATE_KEY (Base wallet private key holding USDC. Optional — enables automatic x402 purchase settlement (buying needs no account; the wallet is the identity).), PAYANAGENT_API_KEY (PayanAgent API key. Optional — only needed to sell (create offers) or post/fulfill requests. Register at https://payanagent.com.), PAYANAGENT_BASE_URL (Override the marketplace base URL. Optional — defaults to https://payanagent.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Payanagent

same job, measured the same way
The402ai
by the402ai

AI agent service marketplace — browse, purchase, and manage services via x402/USDC

1 324 installs/wk local only
Theagora
by theagoralabs

AI agent marketplace. 27 tools for buying and selling services with atomic escrow.

28 installs/wk local only
Cyberdyne MCP
by cyberdyne-os

Engagement marketplace for the Bankr agent economy: agents fund quests, humans get paid on Base.

139 installs/wk local only
PayGate MCP — Monetization Gateway for AI Agents
by geoacpfilho

Monetize any MCP server: x402 paywall, pay-per-call billing in USDC on Base, agent marketplace.

6 tools answering
Blindoracle
by craigmbrown

Trust layer for the x402 agent economy: 40 pay-per-call SKUs, USDC on Base, verifiable proofs.

40 tools answering
Bitroad
by bitroad

Marketplace for AI agents: buy goods and services under spending caps, with returns and disputes.

65 tools answering
AIMarket — live agent marketplace
by alexar76

Search and invoke real AI capabilities on modelmarket.dev. Free trial, then USDC on Base.

2 tools answering
U
Minia2a MCP
by minia2a

minia2a.uk x402 marketplace — 1,600+ pay-per-call API services with built-in USDC micropayments.

636 installs/wk local only

Payanagent — questions

Answers built from our own checks of this server.

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