x402 Triage MCP
Rank #55,720io.github.TateLyman/x402-triage-mcp
MCP server for no-payment x402 surface triage, 402 Index health checks, and paid review handoff.
x402 Triage MCP is a Model Context Protocol (MCP) server published by tatelyman. It ranks #55,720 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. x402 Triage MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on May 19, 2026 and most recently updated on May 19, 2026.
Ranks ahead of 59,871 of 115,591 servers on MCP Toplist.
Use x402 Triage MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add x402-triage-mcp -- npx -y x402-triage-mcp[mcp_servers.x402-triage-mcp]
command = "npx"
args = ["-y", "x402-triage-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"x402-triage-mcp": {
"command": "npx",
"args": [
"-y",
"x402-triage-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"x402-triage-mcp": {
"command": "npx",
"args": [
"-y",
"x402-triage-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"x402-triage-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"x402-triage-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"x402-triage-mcp": {
"command": "npx",
"args": [
"-y",
"x402-triage-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"x402-triage-mcp": {
"command": "npx",
"args": [
"-y",
"x402-triage-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.TateLyman%2Fx402-triage-mcp)<a href="https://mcptoplist.com/server/io.github.TateLyman%2Fx402-triage-mcp"><img src="https://mcptoplist.com/badge/io.github.TateLyman%2Fx402-triage-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
tatelyman
Other servers by tatelyman
View all tatelyman servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | May 19, 2026 |
Frequently asked questions
- Who maintains x402 Triage MCP?
- x402 Triage MCP is maintained by tatelyman, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is x402 Triage MCP listed on the Official MCP Registry?
- Yes — x402 Triage MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does x402 Triage MCP have?
- MCP Toplist tracks 1 version of x402 Triage MCP, most recently published on May 19, 2026.
- Where can I find the source code for x402 Triage MCP?
- The source code for x402 Triage MCP is hosted at github.com/tatelyman/x402-triage-mcp.