
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
verantis-mcp
Advanced tools
MCP server for Verantis — the verified directory for machine payments (x402 & MPP). Find live-verified services and check a wallet before your agent pays.
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
| 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. |
api.verantis.ai — nothing else.pip/uvx).Two ways to connect — pick one.
uvx, no install stepClaude 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.
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.
| Env var | Default | Purpose |
|---|---|---|
VERANTIS_API_BASE | https://api.verantis.ai | Point the client at a different Verantis API. |
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.
FAQs
MCP server for Verantis — the verified directory for machine payments (x402 & MPP). Find live-verified services and check a wallet before your agent pays.
We found that verantis-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.