API Tools
nsgoods.org
MCP server for exploring the x402 catalogue by searching endpoints, checking payability verdicts, and retrieving host, catalogue, and x401 adoption statistics.
ENDPOINT 1
https://mcp.nsgoods.org/mcp
MCP server metadata
- Name
- nsgoods-workbench
- Version
- 1.30.0
Known tools 8
payability_verdictLatest payability observation for one exact resource URL (path and query included), with the meaning of the verdict, remediation if it cannot be paid, and the per-network options seen.
Inferred read-onlycatalogue_statsSize and health of the x402 catalogue as of the latest full scan: resources, hosts, verdict counts, and payable endpoints per network.
Inferred read-onlyhost_summarySummary for a host (no time series): first/last seen, current verdict mix, n_resources, total verdict changes, gone_since if absent from the latest full scan, and a small resources_sample.
Inferred read-onlyx401_statusCurrent x401 emitter adoption across the scanned catalogue (from the daily watcher).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.nsgoods-workbench]
url = "https://mcp.nsgoods.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nsgoods-workbench": {
"type": "http",
"url": "https://mcp.nsgoods.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nsgoods-workbench
Remote MCP URL: https://mcp.nsgoods.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"nsgoods-workbench": {
"url": "https://mcp.nsgoods.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nsgoods-workbench": {
"type": "http",
"url": "https://mcp.nsgoods.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nsgoods-workbench",
"transport": "streamable-http",
"url": "https://mcp.nsgoods.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.