verified_capability_router
InactiveTool of SaSame Research Agent
ONE-CALL discover->quote->pay loop: search the census for a capability/category, ghost-filter by independent audit data (83% of endpoints are dead), fetch live x402 quotes for the top verified results, and return payTo + verified grade + signed attestation together. Eliminates the discover->verify->quote 3-hop pattern. Payment is READ-ONLY: SaSame returns payTo and quote but never auto-pays — the buyer settles peer-to-provider. If 0 priced x402 services are indexed, returns an honest empty-state with the live source.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"maximum": 10,
"minimum": 1,
"description": "Max results (default 5)"
},
"category": {
"type": "string",
"description": "Category filter (e.g. 'productivity', 'ai', 'data')"
},
"capability": {
"type": "string",
"description": "Capability or keyword to search for (e.g. 'ocr', 'translation', 'web search')"
},
"verified_only": {
"type": "boolean",
"description": "If true, return only content_verified=true rows (default true)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SaSame Research Agent
https://github.com/shigeki7777/sasame-mcp
2/7 registries