x402-triage-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-triage-mcptriage x402 surface on https://api.example.com/.well-known/x402"
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-triage-mcp
MCP server for no-payment x402 surface triage, 402 Index health checks, and paid review handoff.
It exposes three MCP tools:
triage_x402_surfacechecks one public x402, MPP, Pay.sh, OpenAPI, manifest, or HTTP 402 endpoint through the Tate Programs public triage API.watch_402_indexsearches public 402 Index metadata for provider health, payment-validity, and domain-verification signals.x402_paid_pathsreturns the paid x402 API endpoints, service catalog, AgentCard, and fixed-scope review links.
The tools do not send X-PAYMENT, wallet signatures, API keys, private credentials, or paid calls.
Tool page: https://tateprograms.com/x402-surface-check.html
Paid x402 API catalog: https://tateprograms.com/services.json
AgentCard: https://the402.tateprograms.com/.well-known/agent-card.json
Install
Run directly with npx:
npx --yes x402-triage-mcpRelated MCP server: PreFlight
MCP Config
Add this server to an MCP client that supports stdio servers:
{
"mcpServers": {
"x402-triage": {
"command": "npx",
"args": ["--yes", "--package", "x402-triage-mcp", "x402-triage-mcp"]
}
}
}STDIO MCP client config launches a local command. Review the command, args, and any env values before running generated configs, and pin versions when repeatability matters.
Tools
triage_x402_surface
{
"url": "https://api.example.com/.well-known/x402",
"method": "GET",
"origin": "https://app.example.com"
}Returns status, payment headers, parsed challenge summary, attack-class checks, findings, and paid handoff paths.
watch_402_index
{
"q": "example.com",
"protocol": "x402",
"limit": 10
}Returns matching public 402 Index records, health summary, visible launch blockers, and paid handoff paths.
x402_paid_paths
Returns:
https://the402.tateprograms.com/api/x402/triagehttps://the402.tateprograms.com/api/x402/index-watchhttps://tateprograms.com/services.jsonhttps://tateprograms.com/x402-five-attack-review.htmlhttps://tateprograms.com/x402-fix-sprint.html
Payment And Safety Boundary
Use this server only on public launch surfaces that you own or are authorized to inspect. Do not submit private URLs, tokenized URLs, customer data, wallet seed phrases, or production secrets.
This MCP server is read-only. It does not initiate payments, send X-PAYMENT headers, sign wallet messages, call paid endpoints, create invoices, settle balances, or grant purchasing authority. The only paid paths it returns are static Tate Programs handoff URLs for teams that choose to buy a separate review.
For agent-commerce reviews, the server reports whether the target surface exposes the safety controls buyers expect before real spend is enabled:
Spend limits: per-call and total budget caps should be explicit before an agent can pay.
Approval checkpoints: payment setup and high-risk spend should require a visible user or policy approval step.
Recipient validation: paid requests should be constrained to expected domains, merchants, wallet addresses, or signed registry entries.
Replay protection: challenges and settlement callbacks should use nonces, expirations, idempotency keys, signed resources, or equivalent controls.
Metadata minimization: payment metadata should avoid private user context, secrets, and unnecessary resource detail.
Receipts and audit trails: successful payments should produce transaction IDs, recipient, amount, reason, and policy evidence.
Development
npm install
npm run checkMaintenance
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
Alicense-qualityBmaintenanceEnables MCP clients to use paid tools for secret scanning, agent-config auditing, and OG image rendering, with payments handled over the x402 protocol on Base.MIT- Flicense-qualityAmaintenanceEnables agents to discover and verify paid agent services through x402 payment validation and release gate checks.
- Alicense-qualityAmaintenanceA buyer-side HTTP 402 runtime and agent-commerce surface inspector for autonomous agents, enabling inspection of paid-action surfaces and execution of payment loops.MIT
- Flicense-qualityBmaintenanceMCP server for investigating payment/webhook drift, classifying order status mismatches, detecting duplicate charges, and escalating findings for human review. It is read-only for payment state and does not automatically retry or correct transactions.
Related MCP Connectors
Authorize x402 payments before signing with request-bound, signed safety decisions.
Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.
Diagnose x402 seller endpoints: what is wrong with your 402 challenge, and how to fix it.
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/TateLyman/x402-triage-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server