Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

MadTaco

NPM · @MADTACO/MCP · SCANNED AUG 3

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

Available components

+22 this week 68 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 861 tokens (~71/item across 12 items; 12 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 90% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @madtaco/mcp

# add to Claude Code
claude mcp add dev-madtaco-mcp -- npx -y @madtaco/mcp
# add to Codex CLI
codex mcp add dev-madtaco-mcp -- npx -y @madtaco/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev-madtaco-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@madtaco/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add dev-madtaco-mcp --command npx --arg -y --arg @madtaco/mcp
# ~/.hermes/config.yaml
mcp_servers:
  dev-madtaco-mcp:
    command: "npx"
    args: ["-y", "@madtaco/mcp"]
// mcp.json
{
  "mcpServers": {
    "dev-madtaco-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@madtaco/mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +46
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Tool coverage: 100 → unverified functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +22
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −22
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@madtaco/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 12 exposed · ~861 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
create_account ~57

Create a MadTaco account (agent-native signup). A 6-digit verification code is emailed — no API key yet.

NameTypeReqDescription
emailstringyesAccount email (disposable domains rejected).
namestringOptional display name.

No output schema declared.

No examples provided.

get_usage ~54

Get today usage totals, per-operation counts, credits spent, and balance. Optional period=7d|30d for daily breakdown.

NameTypeReqDescription
periodstringInclude daily breakdown for the last 7 or 30 days.

No output schema declared.

No examples provided.

inspect_domain ~64

Inspect domain age, DNS posture, and lookalike risk. Costs 0.05 credits (tier 2).

NameTypeReqDescription
domainstringyesDomain to inspect, e.g. example.com.
idempotency_keystringOptional Idempotency-Key header.

No output schema declared.

No examples provided.

propose_check ~75

Propose a new check capability MadTaco does not offer yet. Optionally pledge credits (held, not charged).

NameTypeReqDescription
capabilitystringyesDescription of the capability you want.
expected_monthly_volumeinteger
pledge_creditsnumber
willing_to_pay_per_callnumber

No output schema declared.

No examples provided.

screen ~122

Run a composite trust screen across sanctions, registry, domain, email, and phone checks. Only completed checks are charged. Optionally long-polls when still running.

NameTypeReqDescription
checksarrayyesChecks to run in parallel.
entityobjectyesEntity identifiers — each check uses what it needs.
idempotency_keystringOptional Idempotency-Key header.
max_creditsnumberHard spend cap; excess checks are skipped.
wait_secondsintegerLong-poll up to N seconds when status is queued/running.

No output schema declared.

No examples provided.

screen_sanctions ~93

Screen a name against OFAC SDN, EU, UK, and UN sanctions lists. Costs 0.10 credits (tier 2).

NameTypeReqDescription
countrystringOptional ISO country hint.
idempotency_keystringOptional Idempotency-Key header.
match_thresholdnumberSimilarity threshold, default 0.85.
namestringyesName to screen.

No output schema declared.

No examples provided.

validate_email ~61

Validate an email address. mode "syntax" is free; mode "full" costs 0.005 credits (tier 2).

NameTypeReqDescription
addressstringyesEmail address to validate.
modestringsyntax (free) or full (paid).

No output schema declared.

No examples provided.

validate_iban ~52

Validate an IBAN checksum and parse country and bank code. Free — no API key required.

NameTypeReqDescription
ibanstringyesIBAN to validate, e.g. "DE89370400440532013000".

No output schema declared.

No examples provided.

validate_phone ~64

Validate a phone number. mode "format" is free; mode "full" costs 0.005 credits (tier 2).

NameTypeReqDescription
modestringformat (free) or full (paid).
numberstringyesPhone number, E.164 preferred.

No output schema declared.

No examples provided.

validate_tax_id ~82

Validate a tax ID format and checksum. Supports CL RUT, MX RFC, and more. Free — no API key required.

NameTypeReqDescription
countrystringyesISO 3166-1 alpha-2 country code, e.g. "CL".
idstringyesTax ID to validate, e.g. "11.111.111-1".

No output schema declared.

No examples provided.

verify_account ~51

Verify the emailed 6-digit code and receive an API key (tier registered).

NameTypeReqDescription
account_idstringyesaccount_id from create_account.
codestringyes6-digit verification code from email.

No output schema declared.

No examples provided.

verify_company ~86

Verify a company against an official registry (GB only in v1). Costs 0.15 credits (tier 2).

NameTypeReqDescription
countrystringyesISO 3166-1 alpha-2 country code.
idempotency_keystringOptional Idempotency-Key header.
namestringCompany name.
registration_numberstringRegistry number.

No output schema declared.

No examples provided.