mcpbeat Sign in

AgentPay MCP Server

by yyxqqq777 Your server? Claim it
answering

AgentPay is answering right now. Last checked 4 min ago. It exposes 4 tools. Last commit 7 Sep 2026.

x402 micropayments MCP: Xiaohongshu notes and paid APIs settled in USDC on Base.

Uptime history 63 hours of history
63 hours agonow
100.0%
Uptime 24h
93 of 93 checks
4
Tools
read from the server
576 ms
Response time
average over 24h
0
Stars
last commit 7 Sep 2026

Nothing serious here today

Today is the operative word: we check AgentPay 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

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add agentpay --transport http https://agentpay-xhs-production.up.railway.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentpay": {
      "url": "https://agentpay-xhs-production.up.railway.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentpay]
url = "https://agentpay-xhs-production.up.railway.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agentpay": {
      "url": "https://agentpay-xhs-production.up.railway.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentpay": {
      "url": "https://agentpay-xhs-production.up.railway.app/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

xhs
xhs_get_note_detail
Fetch one Xiaohongshu (小红书) note by share URL or 24-char note_id and return title, description, author, engagement stats, images, and video URL as JSON. Call this when the user pastes an xiaohongshu.com/explore link or a note id. Settles ~0.01 USDC via x402 on each successful call.
xhs_get_user_notes
List posted notes for a Xiaohongshu user_id (paginated). Returns note summaries and next_cursor for pagination. Use when the user asks for a creator's recent posts. Settles ~0.01 USDC via x402 per page.
agentpay
agentpay_payment_status
Return AgentPay payment configuration without charging: network, price, spending limit, payment mode, gateway URL, and agent wallet address. Call this before paid tools to verify the wallet is configured, or after a payment error.
china
china_wholesale_pricing_query
Search factory-direct wholesale pricing samples for a product keyword (1688 / Yiwu style catalog). Returns items with MOQ, unit price USD, factory location, and supplier verification flags. Use for China sourcing research. Settles ~0.01 USDC via x402 per query.

Endpoints

URLTransportStateLatencyChecked
https://agentpay-xhs-production.up.railway.app/mcp streamable-http answering 547 ms 4 min ago

Alternatives to AgentPay

same job, measured the same way
X402 MCP
by kwizzlesurp10-ctrl

Pay for HTTP APIs and charge for your own: x402 micropayments in USDC on Base.

19 tools answering
M2mcent
by evozim

x402 payment wrapper for AI Agents and MCP Servers. USDC settlements on Base L2.

51 installs/wk local only
Nutriref
by younghef

Pay-per-call USDA nutrition for AI agents (x402 micropayments in USDC on Base).

local only
Gatefareio
by gatefareio

Marketplace of paid HTTP APIs. USDC micropayments via x402 on Base. Non-custodial.

36 installs/wk local only
AgentEconomy Compliance API
by piwe

Paid KYC, AML, and regulatory risk assessment over MCP via x402 USDC micropayments on Base.

4 tools answering
Xenarch MCP
by xenarch-ai

Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.

57 installs/wk local only
DeriveAI x402 APIs
by deriveit33z-ship-it

25 pay-per-request intelligence APIs for AI agents via x402 micropayments (USDC/Base)

25 tools answering
Orbis API Marketplace
by orbisapi

8,000+ pay-per-call APIs via x402 USDC micropayments on Base. No API keys needed.

55 installs/wk local only

AgentPay — questions

Answers built from our own checks of this server.

What can AgentPay do?
It exposes 4 tools, read directly from the server on our last check. Among them: agentpay_payment_status, china_wholesale_pricing_query, xhs_get_note_detail, xhs_get_user_notes. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is AgentPay working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 93 of 93 checks got a reply (100.0%), average response time 576 ms. The bar chart above shows every period we have measured.
How do I connect AgentPay?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does AgentPay need an API key?
No. AgentPay completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is AgentPay?
It answers our handshake in 576 ms on average, which is faster than 26% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is AgentPay open source?
Yes — it is published under the MIT licence, written in Python, 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.