Back to Browse

Verantis MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Verified directory for machine payments (x402 & MPP): check services and wallets before agents pay.

About

Verified directory for machine payments (x402 & MPP): check services and wallets before agents pay.

Remote endpoints: streamable-http: https://api.verantis.ai/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

4 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Override the Verantis API base URL (defaults to https://api.verantis.ai).Optional

Environment variable: VERANTIS_API_BASE

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

Verantis MCP

The verified directory for machine payments — as an MCP tool.

Give any MCP-capable agent (Claude, Cursor, agent frameworks) the ability to check what it's about to pay before it pays. Verantis continuously probes machine-payable services across x402 and MPP, measures on-chain reputation, and publishes a recomputable record. This server is a thin client of the public Verantis API — standard library only, no dataset needed.

Learn more: verantis.ai · methodology: verantis.ai/methodology

Tools

ToolWhat it does
find_paid_serviceSearch the verified directory (x402 / MPP). Filter by verified-only, price, chain, protocol, category, reputation.
get_serviceFull record + verification provenance for one domain.
check_walletPre-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.
directory_statsIndex-level stats: services, verification breakdown, freshness.

Install & connect

Two ways to connect — pick one.

Local (stdio) — via uvx, no install step

Claude Desktop (claude_desktop_config.json) or any MCP client:

{
  "mcpServers": {
    "verantis": {
      "command": "uvx",
      "args": ["verantis-mcp"]
    }
  }
}

Prefer pip? pip install verantis-mcp, then use "command": "verantis-mcp" with no args.

Cursor (~/.cursor/mcp.json): same block under mcpServers.

Hosted (no install) — connect by URL

For any client that supports remote / streamable-HTTP MCP servers, point it straight at the hosted endpoint — nothing to install, no Python:

{
  "mcpServers": {
    "verantis": { "url": "https://api.verantis.ai/mcp" }
  }
}

Clients that only speak local stdio can bridge with npx mcp-remote https://api.verantis.ai/mcp.

Restart your client, and the four tools appear.

Configuration

Env varDefaultPurpose
VERANTIS_API_BASEhttps://api.verantis.aiPoint the client at a different Verantis API.

Notes

Informational only; not financial, investment, or legal advice. Classifications describe what live probes and on-chain reads observed at a point in time and can change. Reputation is earned from real on-chain settlement, not assumed. Verantis has no rail of its own, no token, and no stake in any listed service.

MIT licensed.

Reviews

No reviews yet

Be the first to review this server!