mcpbeat Sign in

MadTaco MCP Server

local only

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

Verification and trust checks for AI agents: validate, screen, propose, accounts, usage.

Installs per day peak 28 · avg 15 · +43% w/w
a month agotoday
96
Installs / week
npm · @madtaco/mcp
0
Stars
0 open issues
11 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check MadTaco 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 mcp -- npx -y @madtaco/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@madtaco/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@madtaco/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@madtaco/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@madtaco/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MADTACO_API_BASE (MadTaco API base URL (default: https://api.madtaco.dev/v1)), MADTACO_API_KEY (X-Api-Key for paid checks, usage, and proposals (free tools work without it)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MadTaco

same job, measured the same way
Vaultfire Trust Protocol
by ghostkey316

On-chain trust verification and Street Cred for AI agents. ERC-8004, multi-chain.

40 installs/wk local only
Otr Protocol
by yb48666-ctrl

Merchant trust verification for AI agents. One call = trust score, badge, and purchase safety.

29 installs/wk local only
Shuka
by cdonoyan

Universal trust attestation for AI agents. Create, verify, and negotiate trust proofs.

26 installs/wk local only
Agent Mandate Verification
by api-disk-integrations

Verify a proposed action against a signed Agent Mandate without executing or mutating accounts.

352 installs/wk local only
AccordTrace
by kosta1985

Tamper-evident proof creation and verification for AI agents via MCP, A2A, and REST.

9 tools answering
I
AgentGraph Trust
by agentgraph-co

Security scanning and trust verification for AI agent tools.

110 installs/wk local only
AgentTrust
by vitaliiserbynassisterr

Quality verification for AI agents and MCP servers. 6-axis scoring, adversarial probes.

96 installs/wk local only
AgentTrust
by assister-xyz

Quality verification for AI agents and MCP servers. 6-axis scoring, adversarial probes.

local only

MadTaco — questions

Answers built from our own checks of this server.

Why is there no uptime for MadTaco?
MadTaco 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 @madtaco/mcp was installed 96 times last week.
How do I connect MadTaco?
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 @madtaco/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use MadTaco?
The npm package @madtaco/mcp was installed 96 times in the last week. Week over week that is +43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MadTaco open source?
Yes — it is published under the MIT licence, written in JavaScript 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.