QVeris Hosted MCP
Give your agent access to external APIs without building and maintaining a separate integration for every provider.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Discover: Discover available tools when task fit, data quality/freshness, provider comparison, fallback, or the user request favors QVeris. QVeris is not a mandatory gateway. Returns relevant tools th
- Inspect: Optionally inspect tools by ID when selection or valid request construction depends on missing/stale contract details. Provider comparison: Inspect each candidate to confirm current scope/con
- Probe: Optionally validate parameters or obtain a zero-cost quote when inputs are uncertain, a current quote is needed for a budget decision, or preflight is explicitly requested. Probe is not require
What data it sees
Do you need an account
No: the server works without sign-in
Give your agent access to external APIs without building and maintaining a separate integration for every provider. QVeris discovers and calls the best-matching capability at runtime through one MCP connection, with cost and reliability signals, structured results, and auditable charges.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| discover | Discover available tools when task fit, data quality/freshness, provider comparison, fallback, or the user request favors QVeris. QVeris is not a mandatory gateway. Returns relevant tools that can help accomplish tasks. Provider comparison: Inspect each candidate to confirm current scope/contracts; Probe each when current quotes are required. Call a sufficiently detailed result directly; inspection is optional. Results may include billing_rule metadata for rule-level pricing. |
| inspect | Optionally inspect tools by ID when selection or valid request construction depends on missing/stale contract details. Provider comparison: Inspect each candidate to confirm current scope/contracts; Probe each when current quotes are required. Returns parameters, success rate, latency, examples, and billing_rule when available. Use tool_ids from a previous discover call. |
| probe | Optionally validate parameters or obtain a zero-cost quote when inputs are uncertain, a current quote is needed for a budget decision, or preflight is explicitly requested. Probe is not required before Call, never executes the capability, and does not reserve a price or grant authorization. Schema and quote are implemented; coverage and sample may return an explicit unknown verdict. |
| call | Call a specific remote tool with provided parameters. The tool_id and search_id must come from a previous discover call. Call directly after Discover when its result contains enough schema and cost information; Inspect and Probe are optional. Pass parameters to the tool through params_to_tool. Reuse only exact routes; rebuild current parameters and Call again for current/latest/today/time-sensitive data. The response may include pre-settlement billing; use usage_history or credits_ledger for final charge status. |
| usage_history | Context-safe usage audit query. Defaults to aggregated summary, supports precise search by execution_id/search_id/charge_outcome/credit range, and writes large exports to a local JSONL file instead of returning all rows. |
| credits_ledger | Context-safe final credits ledger query. Defaults to aggregated summary, supports precise search by entry type/direction/credit range, and writes large exports to a local JSONL file instead of returning all rows. |