pypi verantis-mcpstreamable-httpMITupdated 8d ago
The verified directory for machine payments โ as an MCP tool.
What can you do with verantis mcp?
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
| Tool | What it does |
|---|---|
find_paid_service |
Search the verified directory (x402 / MPP). Filter by verified-only, price, chain, protocol, category, reputation. |
get_service |
Full record + verification provenance for one domain. |
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. |
directory_stats |
Index-level stats: services, verification breakdown, freshness. |
What it can and can't do
- Can: read the public directory; check a service or wallet before your agent pays.
- Can't: move money, see your keys, or read your files.
- Only ever calls
api.verantis.aiโ nothing else. - Writes nothing (hosted endpoint) / only a random anonymous install id (local
pip/uvx). - No account, no API key. MIT-licensed. Read-only.
- How we measure: verantis.ai/methodology
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
VS Code / Copilot: one-click add โธ โ or add it manually below.
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 var | Default | Purpose |
|---|---|---|
VERANTIS_API_BASE |
https://api.verantis.ai |
Point 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.
Install
Add verantis mcp to your client. Pick the one you use.
{
"servers": {
"verantis-mcp": {
"type": "http",
"url": "https://api.verantis.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add verantis-mcp -- uvx verantis-mcpcodex mcp add verantis-mcp -- uvx verantis-mcpamp mcp add verantis-mcp -- uvx verantis-mcp{
"mcpServers": {
"verantis-mcp": {
"command": "uvx",
"args": [
"verantis-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"verantis-mcp": {
"command": "uvx",
"args": [
"verantis-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"verantis-mcp": {
"command": "uvx",
"args": [
"verantis-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"verantis-mcp": {
"command": "uvx",
"args": [
"verantis-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"verantis-mcp": {
"command": "uvx",
"args": [
"verantis-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"verantis-mcp": {
"type": "local",
"command": "uvx",
"args": [
"verantis-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"verantis-mcp": {
"command": {
"path": "uvx",
"args": [
"verantis-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx verantis-mcpRun `goose configure`, choose **Add Extension โ Command-line Extension**, and paste this command.
4 tools
verantis mcp exposes 4 tools to a connected agent.
- find_paid_service
- Search the verified directory (x402 / MPP). Filter by verified-only, price, chain, protocol, category, reputation.
- get_service
- Full record + verification provenance for one domain.
- 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.
- directory_stats
- Index-level stats: services, verification breakdown, freshness.
Score
81 / 100
Excellent
- Documentation22/25
- Maintenance25/25
- Trust13/20
- Capability6/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 0.2.1Latest | Aug 18, 2026 |
| 0.2.0 | Aug 18, 2026 |
| 0.1.3 | Aug 16, 2026 |
| 0.1.2 | Aug 16, 2026 |
| 0.1.1 | Aug 16, 2026 |