Server data from the Official MCP Registry
MCP server for no-payment x402 surface triage, 402 Index health checks, and paid review handoff.
MCP server for no-payment x402 surface triage, 402 Index health checks, and paid review handoff.
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
5 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-tatelyman-x402-triage-mcp": {
"args": [
"-y",
"x402-triage-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP server for no-payment x402 surface triage, 402 Index health checks, and paid review handoff.
It exposes three MCP tools:
triage_x402_surface checks one public x402, MPP, Pay.sh, OpenAPI, manifest, or HTTP 402 endpoint through the Tate Programs public triage API.watch_402_index searches public 402 Index metadata for provider health, payment-validity, and domain-verification signals.x402_paid_paths returns 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
Run directly with npx:
npx --yes x402-triage-mcp
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.
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_pathsReturns:
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.htmlUse 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:
npm install
npm run check
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.