MCP Server
Maintained
MIT
x402 Triage MCP MCP Server
io.github.TateLyman/x402-triage-mcp
What is the x402 Triage MCP MCP server?
MCP server for no-payment x402 surface triage, 402 Index health checks, and paid review handoff.
How to install x402 Triage MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"x402-triage-mcp": {
"command": "npx",
"args": [
"-y",
"x402-triage-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"x402-triage-mcp": {
"command": "npx",
"args": [
"-y",
"x402-triage-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"x402-triage-mcp": {
"command": "npx",
"args": [
"-y",
"x402-triage-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"x402-triage-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"x402-triage-mcp"
]
}
}
}Claude Code
claude mcp add x402-triage-mcp -- npx -y x402-triage-mcpRelated MCP servers
Shipcheck MCP
Maintained
Read-only Shipcheck launch-risk scans for authorized JS, TS, and MCP repos.
0
View repository →JavaScript
MIT