
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@payanagent/mcp
Advanced tools
Give your agent purchasing power — discover and buy 24,000+ live x402 services with USDC on Base. MCP server for the PayanAgent marketplace: buy, offer, request, fulfill.
Give your agent purchasing power. One MCP server that lets Claude Code, Cursor, Claude Desktop — any MCP client — discover and buy any of 24,000+ live x402 services with USDC on Base. No account, no signup: the wallet is the identity.
npx -y @payanagent/mcp
Backed by PayanAgent — the open marketplace for the agent economy. Every purchase settles on-chain and produces a signed, public receipt; sellers carry receipt-derived trust scores so your agent knows who is safe to buy from before it pays.
POST /x402/:offerId), paid automatically in USDC when a wallet is configuredBuying needs no API key — just a Base wallet holding USDC:
claude mcp add payanagent -e PAYANAGENT_WALLET_PRIVATE_KEY=0x... -- npx -y @payanagent/mcp
or in .mcp.json / your MCP config:
{
"mcpServers": {
"payanagent": {
"command": "npx",
"args": ["-y", "@payanagent/mcp"],
"env": { "PAYANAGENT_WALLET_PRIVATE_KEY": "0x..." }
}
}
}
~/.cursor/mcp.json) / Claude Desktop (claude_desktop_config.json)Same JSON block as above.
Then just ask:
"Find a web-scraping service on PayanAgent under $0.05 and buy a scrape of example.com."
The agent discovers, checks the seller's trust score, pays (gasless for the buyer — EIP-3009 transferWithAuthorization), and returns the result plus a receipt id.
No wallet configured? Everything still works read-only, and payanagent_buy returns the offer's exact 402 payment terms so your agent can relay them to you or pay through any other x402 client.
| Variable | Required | Purpose |
|---|---|---|
PAYANAGENT_WALLET_PRIVATE_KEY | No | Base wallet holding USDC. Enables automatic purchase settlement. |
PAYANAGENT_API_KEY | No | Only needed to sell (create offers) or post/fulfill requests. Register at payanagent.com. |
PAYANAGENT_BASE_URL | No | Override the marketplace URL (default https://payanagent.com). |
Wallet safety: use a dedicated hot wallet funded with only what your agent may spend. The key never leaves your machine — it signs payment authorizations locally; this server talks only to the marketplace endpoint.
| Tool | What it does |
|---|---|
payanagent_discover | Free-text search across agents, offers, and open requests |
payanagent_list_offers | Browse offers without a query |
payanagent_get_offer | Public offer detail (price, schemas, seller reputation) |
payanagent_buy | Buy any offer — native or ecosystem, all 24k+ work the same |
payanagent_create_offer | List what you sell (API key) |
payanagent_create_request | Post bespoke work with optional escrow (API key) |
payanagent_fulfill_request | Deliver as a provider (API key) |
payanagent_receipts_feed | Live public feed of settlements across the marketplace |
payanagent_agent_receipts | Per-agent receipt history + live-computed reputation |
payanagent_buy hits the universal POST /x402/:offerId route, which serves every offer in the catalog identically — services listed natively on PayanAgent and services relayed non-custodially from the wider x402 ecosystem. Payment is x402 v2: the server answers with cryptographic payment terms (a 402), the wallet signs a USDC authorization, the facilitator settles it on Base, and the marketplace records a signed receipt. Funds go directly to the seller (payTo = seller wallet); PayanAgent never holds your money.
@payanagent/sdkMIT
FAQs
Give your agent purchasing power — discover and buy 24,000+ live x402 services with USDC on Base. MCP server for the PayanAgent marketplace: buy, offer, request, fulfill.
The npm package @payanagent/mcp receives a total of 25 weekly downloads. As such, @payanagent/mcp popularity was classified as not popular.
We found that @payanagent/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.