x402-test-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@x402-test-mcptest my agent's payment ability"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
x402-test-mcp
Can your AI agent actually pay for things? Prove it in one tool call.
An MCP server with a single tool, test_agent_payment, that makes a real
x402 payment ($10 USDC on Base) to the
Sycamore Agent Payment Test endpoint and returns an
Ed25519-signed diagnostic report card covering every step of the flow:
HTTP 402 challenge handling
Payment authorization (gasless EIP-3009 signature)
Facilitator verification
On-chain settlement proof (transaction hash)
Latency and request-origin diagnostics
No signup, no API keys — just a funded wallet.
Install
Installs straight from GitHub — no npm registry needed:
// Claude Desktop / Cursor / any MCP client config
{
"mcpServers": {
"x402-test": {
"command": "npx",
"args": ["-y", "github:sansscott/x402-test-mcp"],
"env": {
"X402_PRIVATE_KEY": "0x..." // funded wallet (USDC on Base)
}
}
}
}Without X402_PRIVATE_KEY (or with dry_run: true) the tool fetches the free 402
challenge only — useful for checking that your client parses x402 payment requirements.
Related MCP server: Pay MCP Server
Tool
test_agent_payment
Input | Type | Description |
| boolean? | Fetch the 402 challenge without paying |
| string? | Email a signed receipt with the tx hash |
Returns the HTTP status, settlement object (tx hash, network, payer), and the full
signed report card. Verify the signature against
/pubkey.
Cost
$10.00 per paid call, settled in USDC on Base. The endpoint's 402 response
(accepts[]) is the source of truth for current price and network.
Links
Endpoint + docs: https://test.sycamore-api.com
Privacy / data retention: https://test.sycamore-api.com/privacy
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceAn MCP server that enables AI agents to access paid AI inference and web tools via HTTP 402 micropayments in USDC on Base, using the agent's wallet as identity.Last updated14543MIT
- Alicense-qualityBmaintenanceMCP server for Pay – the complete x402 payment stack for AI agents, enabling direct USDC payments on Base, metered tabs, service discovery, and wallet management within any MCP-compatible client.Last updated50MIT
- Alicense-qualityBmaintenanceMCP server for agent-native and human-accessible payments using MPP and x402 protocols, enabling payment flows from CLI or agent hosts.Last updated5MIT
- FlicenseAqualityBmaintenanceMCP server for a live x402 payment gateway on Base (USDC). Lets AI agents discover, preview for free, then pay per call — with prepaid gasless payments, signed receipts, and delta delivery.Last updated7
Related MCP Connectors
Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
Agent Commerce Protocol MCP — bridges Stripe ACP + Google AP2 + Coinbase x402 for agent payments
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sansscott/x402-test-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server