HomeOther › QVeris

QVeris

Discover, inspect, quote, and call external tools, with usage and final credit settlement audits

JavaScript Remote
★ 263 stars Last pushed 2026-09-22 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.qveris.ai/mcp HTTP 503 when checked 2026-09-24

Claude Code:

claude mcp add --transport http qveris-agent-toolkit https://mcp.qveris.ai/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "qveris-agent-toolkit": {
      "url": "https://mcp.qveris.ai/mcp"
    }
  }
}

Package (npm 0.14.5)

npx -y @qverisai/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "qveris-agent-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "@qverisai/[email protected]"
      ],
      "env": {
        "QVERIS_API_KEY": "<YOUR_VALUE>",
        "QVERIS_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • QVERIS_API_KEY required secret — QVeris API key (create one at https://qveris.ai)
  • QVERIS_BASE_URL — Override the built-in API base URL with a complete HTTP(S) API root

Related servers

Data from the Official MCP Registry