{"name":"com.routavo/routavo","slug":"routavo","title":"Routavo","description":"Any API, four tools: discover, call with routing and signed receipts, verify, dispute.","url":"https://mcp.market/server/routavo","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T20:46:34.266Z","last_ok_at":"2026-09-20T20:46:34.266Z","latency_ms":665},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://routavo.com","version":"0.13.0","remotes":[{"type":"streamable-http","url":"https://routavo.com/api/mcp"}],"packages":[],"tools":[{"name":"call","description":"Route a call to the Routavo network, meter it, and return the result. Give either a provider id from discover(), or a capability and let Routavo pick using its published routing rule. Optional max_price and max_latency_ms constrain the choice. Failed calls are recorded but cost nothing.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"provider":{"type":"string","description":"Provider id, e.g. \"open-meteo.geocode\". Omit to route by capability.","x-mcp-header":"Provider"},"capability":{"type":"string","description":"Capability to route on, e.g. \"geocode\". Ignored when provider is given."},"arguments":{"type":"object","description":"Arguments in the capability contract shape from discover(). Learn geocode once; every provider behind it takes the same input and returns the same output.","additionalProperties":true},"max_price":{"type":"string","description":"Do not route above this price per call, e.g. \"0.0030\""},"max_latency_ms":{"type":"integer","description":"Do not route to a provider slower than this p50"},"dry_run":{"type":"boolean","description":"Quote only: which provider would be chosen, at what price, with what latency, and why. Nothing is called, charged or counted."},"wallet":{"type":"string","description":"Your wallet address, asserted. Attributes metering and a daily cap on the free tier; it proves nothing. To pay from a balance, prove the wallet once at /api/wallet and send the key it returns as wallet_key or as Authorization: Bearer rw_...","x-mcp-header":"Wallet"},"wallet_key":{"type":"string","description":"A wallet key (rw_...) from /api/wallet. Proves the wallet, and calls are paid from its deposited USDC balance. Prefer sending it as the Authorization: Bearer header."},"payment":{"type":"object","description":"Pay this one call with x402: { rail: \"x402\", payload: <PaymentPayload> }, an EIP-3009 authorization to the pay-to address for at least the price, signed by your wallet. The requirements to sign are in discover() and in any payment_required error. A facilitator verifies and settles it; the receipt carries the transaction.","properties":{"rail":{"type":"string"},"payload":{"type":"object"}},"additionalProperties":false},"plan":{"type":"array","description":"Instead of one call, a sequence of up to 8 steps: [{ id, capability | provider, arguments, max_price?, max_latency_ms? }]. A later step may take a value from an earlier one with { \"$ref\": \"<step id>.output.<path>\" }, e.g. { \"$ref\": \"geo.output.results[0].lat\" }. The whole plan is quoted before anything runs; with dry_run it is only quoted. Steps run in order and stop at the first failure. Each step returns its own receipt and the response carries one total.","items":{"type":"object"},"maxItems":8},"max_total":{"type":"string","description":"For a plan: do not run if the quoted total exceeds this, e.g. \"0.0100\"."},"budget":{"type":"object","description":"A task budget: { id, max }. Spend under this id is tracked across any number of calls, plans and batches, and a call that would take it past max is refused with code \"budget\". { id, statement: true } returns what the budget has spent and the receipts behind it.","properties":{"id":{"type":"string"},"max":{"type":"string"},"statement":{"type":"boolean"}},"additionalProperties":false},"recipe":{"type":"string","description":"A named, published plan, e.g. \"weather_for_place\". Give its arguments and it runs the steps for you, quoted first, with the last step's output on top. discover() lists recipes with their inputs and estimated price."},"batch":{"type":"array","maxItems":50,"items":{"type":"object"},"description":"Instead of one arguments object, up to 50 of them for the same capability or provider. Run in parallel, each with its own receipt, one total. Failed items cost nothing and do not stop the others."},"fields":{"type":"array","items":{"type":"string"},"description":"Return only these output paths, e.g. [\"results.name\", \"results.lat\", \"results.lng\"]. Saves tokens; the receipt still hashes the full answer."},"idempotency_key":{"type":"string","description":"Your own id for this call, up to 64 characters. A retry with the same key within 24 hours returns the same result and receipt and is never charged again. The output is kept for those 24 hours only because you asked for replay."},"failover":{"type":"boolean","description":"Default true when routing by capability: if the chosen provider fails, the next eligible one is tried and only the one that answered is charged. Set false to fail fast."},"quorum":{"type":"integer","minimum":2,"maximum":3,"description":"Ask 2 or 3 providers the same question and get an agreement score with every answer. Each provider is charged. Refused if fewer providers clear your constraints, so quote it first with dry_run."}},"additionalProperties":false}},{"name":"discover","description":"Find APIs on the Routavo network that can perform a capability. Returns each provider with its published price, measured latency, terms, and the exact argument schema for calling it, plus the rule Routavo uses to pick between them. Call this before call() when you do not already know a provider id.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"capability":{"type":"string","description":"What you need done, e.g. \"geocode\" or \"forecast\". Omit to list everything."},"query":{"type":"string","description":"Free text when you do not know the capability name, e.g. \"turn an address into coordinates\" or \"will it rain tomorrow\". Matched against names, aliases, tags and descriptions; results come back ranked with a score."}},"additionalProperties":false}},{"name":"dispute","description":"Flag a metered call for the provider to review. Takes the receipt and a short reason. The receipt must verify and must have charged something. The dispute lands in that provider's queue and is visible to Routavo. One dispute per receipt.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"receipt":{"type":"object","description":"The receipt object from the call() result you are disputing.","additionalProperties":true},"reason":{"type":"string","description":"What was wrong, in plain words. Up to 500 characters. Do not paste the response body."}},"required":["receipt","reason"],"additionalProperties":false}},{"name":"verify","description":"Check a receipt returned by call(). Confirms the signature, so the provider, price, fee, and the hashes of what went in and came out are exactly what Routavo recorded. Works for anyone holding the receipt. Reveals nothing else.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"receipt":{"type":"object","description":"The receipt object from a call() result.","additionalProperties":true}},"required":["receipt"],"additionalProperties":false}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-20T11:37:06.722Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T11:37:06.673Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 833ms"]},"poisoning":{"score":15,"max":15,"notes":["4 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://routavo.com/api/mcp","reachable":true,"authRequired":false,"latencyMs":833,"serverInfo":{"name":"routavo","version":"0.15.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://routavo.com/routavo-app-icon-512.png","source":"site","width":512,"height":512},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}