{
  "markdown": "# Verantis MCP\n\n<!-- mcp-name: io.github.m9labs-railscope/verantis-mcp -->\n\n**The verified directory for machine payments — as an MCP tool.**\n\n[![Install in VS Code](https://img.shields.io/badge/VS_Code-Add_Verantis-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=verantis&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fapi.verantis.ai%2Fmcp%22%7D)\n[![PyPI](https://img.shields.io/pypi/v/verantis-mcp?style=flat-square&color=0098FF&label=PyPI)](https://pypi.org/project/verantis-mcp/)\n[![MCP Registry](https://img.shields.io/badge/MCP-Registry-000?style=flat-square)](https://registry.modelcontextprotocol.io/v0/servers?search=verantis)\n\nGive any MCP-capable agent (Claude, Cursor, agent frameworks) the ability to check\nwhat it's about to pay *before* it pays. Verantis continuously probes machine-payable\nservices across **x402** and **MPP**, measures on-chain reputation, and publishes a\nrecomputable record. This server is a thin client of the public\n[Verantis API](https://api.verantis.ai) — standard library only, no dataset needed.\n\nLearn more: **[verantis.ai](https://verantis.ai)** · methodology: [verantis.ai/methodology](https://verantis.ai/methodology)\n\n## Tools\n\n| Tool | What it does |\n|------|--------------|\n| `find_paid_service` | Search the verified directory (x402 / MPP). Filter by verified-only, price, chain, protocol, category, reputation. |\n| `get_service` | Full record + verification provenance for one domain. |\n| `check_wallet` | **Pre-payment guard** — pass the recipient wallet a service asked you to pay; get its earned reputation tier, on-chain buyer retention, and which services it fronts. |\n| `directory_stats` | Index-level stats: services, verification breakdown, freshness. |\n\n## What it can and can't do\n\n- **Can:** read the public directory; check a service or wallet before your agent pays.\n- **Can't:** move money, see your keys, or read your files.\n- Only ever calls `api.verantis.ai` — nothing else.\n- Writes nothing (hosted endpoint) / only a random anonymous install id (local `pip`/`uvx`).\n- No account, no API key. MIT-licensed. Read-only.\n- How we measure: [verantis.ai/methodology](https://verantis.ai/methodology)\n\n## Install & connect\n\nTwo ways to connect — pick one.\n\n### Local (stdio) — via [`uvx`](https://docs.astral.sh/uv/), no install step\n\n**Claude Desktop** (`claude_desktop_config.json`) or any MCP client:\n\n```json\n{\n  \"mcpServers\": {\n    \"verantis\": {\n      \"command\": \"uvx\",\n      \"args\": [\"verantis-mcp\"]\n    }\n  }\n}\n```\n\nPrefer pip? `pip install verantis-mcp`, then use `\"command\": \"verantis-mcp\"` with no args.\n\n**Cursor** (`~/.cursor/mcp.json`): same block under `mcpServers`.\n\n### Hosted (no install) — connect by URL\n\n**VS Code / Copilot:** [one-click add ▸](https://vscode.dev/redirect/mcp/install?name=verantis&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fapi.verantis.ai%2Fmcp%22%7D) — or add it manually below.\n\nFor any client that supports remote / streamable-HTTP MCP servers, point it\nstraight at the hosted endpoint — nothing to install, no Python:\n\n```json\n{\n  \"mcpServers\": {\n    \"verantis\": { \"url\": \"https://api.verantis.ai/mcp\" }\n  }\n}\n```\n\nClients that only speak local stdio can bridge with `npx mcp-remote https://api.verantis.ai/mcp`.\n\nRestart your client, and the four tools appear.\n\n## Configuration\n\n| Env var | Default | Purpose |\n|---------|---------|---------|\n| `VERANTIS_API_BASE` | `https://api.verantis.ai` | Point the client at a different Verantis API. |\n\n## Notes\n\nInformational only; not financial, investment, or legal advice. Classifications\ndescribe what live probes and on-chain reads observed at a point in time and can\nchange. Reputation is *earned* from real on-chain settlement, not assumed. Verantis\nhas no rail of its own, no token, and no stake in any listed service.\n\nMIT licensed.\n",
  "bytes": 3895,
  "sha": "9998f4afc51808e8ec5ced166f41ed9d6b0692fb291ab573f41351e596403aa1",
  "repo_slug": "m9labs-railscope/verantis-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_m9labs_railscope_verantis_mcp_7078d801/readme"
}