MadTaco
NPM · @MADTACO/MCP · SCANNED AUG 3
Verification and trust checks for AI agents: validate, screen, propose, accounts, usage.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 22 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add dev-madtaco-mcp -- npx -y @madtaco/mcp
codex mcp add dev-madtaco-mcp -- npx -y @madtaco/mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dev-madtaco-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@madtaco/mcp"
],
"enabled": true
}
}
} openclaw mcp add dev-madtaco-mcp --command npx --arg -y --arg @madtaco/mcp
mcp_servers:
dev-madtaco-mcp:
command: "npx"
args: ["-y", "@madtaco/mcp"] {
"mcpServers": {
"dev-madtaco-mcp": {
"command": "npx",
"args": [
"-y",
"@madtaco/mcp"
]
}
}
} 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.
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.
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.
create_account ~57
Create a MadTaco account (agent-native signup). A 6-digit verification code is emailed — no API key yet.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Account email (disposable domains rejected). | |
| name | string | — | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| period | string | — | Include 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).
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain to inspect, e.g. example.com. |
| idempotency_key | string | — | Optional 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).
| Name | Type | Req | Description |
|---|---|---|---|
| capability | string | yes | Description of the capability you want. |
| expected_monthly_volume | integer | — | — |
| pledge_credits | number | — | — |
| willing_to_pay_per_call | number | — | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| checks | array | yes | Checks to run in parallel. |
| entity | object | yes | Entity identifiers — each check uses what it needs. |
| idempotency_key | string | — | Optional Idempotency-Key header. |
| max_credits | number | — | Hard spend cap; excess checks are skipped. |
| wait_seconds | integer | — | Long-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).
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | — | Optional ISO country hint. |
| idempotency_key | string | — | Optional Idempotency-Key header. |
| match_threshold | number | — | Similarity threshold, default 0.85. |
| name | string | yes | Name 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).
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Email address to validate. |
| mode | string | — | syntax (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.
| Name | Type | Req | Description |
|---|---|---|---|
| iban | string | yes | IBAN 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).
| Name | Type | Req | Description |
|---|---|---|---|
| mode | string | — | format (free) or full (paid). |
| number | string | yes | Phone 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.
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | ISO 3166-1 alpha-2 country code, e.g. "CL". |
| id | string | yes | Tax 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).
| Name | Type | Req | Description |
|---|---|---|---|
| account_id | string | yes | account_id from create_account. |
| code | string | yes | 6-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).
| Name | Type | Req | Description |
|---|---|---|---|
| country | string | yes | ISO 3166-1 alpha-2 country code. |
| idempotency_key | string | — | Optional Idempotency-Key header. |
| name | string | — | Company name. |
| registration_number | string | — | Registry number. |
No output schema declared.
No examples provided.