x402 service-quality oracle: check a service's paid-probe quality tier and score before paying it.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y assay-oracle-mcp
MCP client config
{
"mcpServers": {
"assay": {
"command": "npx",
"args": [
"-y",
"assay-oracle-mcp"
]
}
}
}