mcpbeat Sign in

Vantic MCP Server

by vanticlabs Your server? Claim it
local only

Vantic runs on your own machine — the client starts it, so there is no endpoint to ping. 59 installs a week from npm. Last commit 31 Jul 2026.

Verify an AI agent's payment authority: signed mandates, allowlists, and tamper-proof receipts.

Installs per day peak 18 · avg 9 · +68% w/w
a month agotoday
59
Installs / week
npm · @vantic/sdk
0
Stars
0 open issues
31 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Vantic every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vantic -- npx -y @vantic/sdk
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vantic": {
      "args": [
        "-y",
        "@vantic/sdk"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vantic]
command = "npx"
args = ["-y", "@vantic/sdk"]
.cursor/mcp.json
{
  "mcpServers": {
    "vantic": {
      "args": [
        "-y",
        "@vantic/sdk"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vantic": {
      "args": [
        "-y",
        "@vantic/sdk"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Vantic

same job, measured the same way
Mandateguard
by ezequiellich44-cmd

Deterministic payment policy guardrail for AI agents - budgets, allowlists, signed mandates.

local only
POPCORN MCP
by violetclaire

Signed time and SHA-256 witness receipts for agents, with offline verification and x402 payment.

360 installs/wk local only
RunOnProof — Payment Decision and Agent ID
by runonproof

Free agent identity and signed US supplier-payment decisions. Inspect first; verify portable proof.

answering
TrustRail Counterparty Risk
by nicolanegro02nn-sketch

External counterparty-risk checks and signed receipts for autonomous agents and machine payments.

answering
TrustRail Counterparty Risk
by trustrail-labs

External counterparty-risk checks and signed receipts for autonomous agents and machine payments.

answering
C
TrustNotch
by trustnotch

Tamper-evident audit logs for AI agents: submit, fetch, and verify cryptographic proof bundles.

122 installs/wk local only
C
402
by 402

Trust layer for agent payments (x402, Base): verify agents, risk scores, signed escrow verdicts.

55 installs/wk local only
D
Ghost X402 Market Intel Vet Schema
by workers-ghost-agent-os-ghost-identity

Web search for agents, one x402 payment: real results, provider failover, signed receipt. $0.01.

5 tools answering

Vantic — questions

Answers built from our own checks of this server.

Why is there no uptime for Vantic?
Vantic runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @vantic/sdk was installed 59 times last week.
How do I connect Vantic?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @vantic/sdk straight from npm; nothing to host, nothing to sign up for.
How many people use Vantic?
The npm package @vantic/sdk was installed 59 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vantic open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.