MadTaco MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MadTaco MCP Servervalidate tax ID 12-3456789"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
๐ฎ MadTaco โ MCP Server
npm: @madtaco/mcp
Verification and utility API for AI agents. Validate tax IDs, screen sanctions, verify companies, inspect domains โ prepaid USD credits. Failed checks are never charged.
This package is a stdio MCP server that wraps the public MadTaco API at https://api.madtaco.dev/v1. Every response includes credits_charged (0 for free operations). Prefer remote HTTP instead? See HTTP MCP below.
Docs
madtaco.dev โ product site
Setup guide โ Cursor, Claude, Smithery
API docs โ OpenAPI reference
Agent skill โ integration guide (MCP + REST)
llms.txt โ full endpoint catalog
pricing.json โ per-operation prices
Health โ API status
Server card โ tool metadata
Related MCP server: gocreative-mcp
Quick start (stdio)
npx @madtaco/mcpClaude Desktop / Cursor
Claude Desktop config: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows).
Cursor: .cursor/mcp.json in your project or global MCP settings.
{
"mcpServers": {
"madtaco": {
"command": "npx",
"args": ["-y", "@madtaco/mcp"],
"env": {
"MADTACO_API_KEY": "your_api_key_here"
}
}
}
}Without an API key: validate_tax_id, validate_iban, lookup_instrument, validate_email (syntax), validate_phone (format), create_account, verify_account.
With an API key (tier registered): get_usage, propose_check.
Funded account required (tier 2): paid screening/verification tools and validate_email/validate_phone full modes. Top up via POST /v1/billing/checkout or madtaco.dev billing.
Rate limits: 50 req/day anonymous (per IP), 100 req/day registered (per API key), 500/day included once funded โ see llms.txt.
Try it
Validate the Chilean RUT
11.111.111-1using MadTaco.
Check whether IBAN
DE89370400440532013000is valid.
Look up ticker
CMGon exchangeUS.
Remote HTTP
Streamable HTTP MCP on the API subdomain โ no npm install required:
{
"mcpServers": {
"madtaco": {
"url": "https://api.madtaco.dev/mcp",
"headers": { "X-Api-Key": "your_api_key_here" }
}
}
}Authenticate with X-Api-Key or Authorization: Bearer. Same 13 tools as this stdio package.
Environment
Variable | Required | Default |
| For authenticated and paid tools | โ |
| No |
|
Override for staging or local dev:
"env": { "MADTACO_API_BASE": "https://api.madtaco.dev/v1" }Tools
All paths are relative to MADTACO_API_BASE (default https://api.madtaco.dev/v1).
Tool | API endpoint | Credits |
|
| 0 |
|
| 0 |
|
| 0 |
|
| 0 (syntax) / 0.005 (full, tier 2) |
|
| 0 (format) / 0.005 (full, tier 2) |
|
| 0.10 |
|
| 0.15 |
|
| 0.05 |
|
| sum of completed checks |
|
| pledge hold only |
|
| 0 |
|
| 0 |
|
| 0 |
Not in MCP (REST only)
Call these directly against the API โ see llms.txt:
GET /data/cl/{indicator}โ Chilean indicators (UF, UTM, USD, EUR, IPC)GET /balanceโ credit balance (get_usageincludes balance)GET /evidence/{id}โ signed evidence URLsGET /healthโ uptime check
Agent onboarding flow
create_accountwith an email โaccount_id+pending_verificationHuman or agent reads the 6-digit code from email
verify_accountโapi_key(tierregistered)Fund the account via madtaco.dev billing or
POST /v1/billing/checkoutSet
MADTACO_API_KEYand run paid checks
Credentials never transit through MCP responses for human dashboard access โ use POST /v1/accounts/invite-human when needed.
Development
Stdio transport only โ this server calls the public HTTP API; no database or secrets beyond an optional API key.
git clone https://github.com/madtaco-dev/mcp.git
cd mcp
npm install
npm test
npm run build
MADTACO_API_KEY=... npm run devNew tools ship as minor npm releases as the API grows. See llms.txt for the current tool list.
License
MIT ยฉ ๐ฎ MadTaco ยท Built for agents, literally.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityAmaintenanceThe deterministic fact-verification layer for AI agents. Validates the structured facts an agent emits โ IBANs, payment cards, VAT and national tax IDs, crypto and bank addresses, domains, emails, phone numbers, securities and academic identifiers, plus dates, currencies and holidays โ against checksums and curated authoritative data, not guesses.Last updated561Apache 2.0- Flicense-qualityBmaintenanceKeyless, pay-per-call compliance & regulated-data tools for AI agents: OFAC wallet + sanctions/PEP + KYB screening, SEC filings, FRED economics, FDA recalls, federal awards, and continuous monitoring (watch a wallet/company/brand for status changes). USDC via x402 on Base/Solana, no API key, no signup.Last updated
- AlicenseAqualityAmaintenanceProvides AI agents with compliance screening (OFAC sanctions, risk scoring, Know-Your-Agent) plus disposable email and SMS verification for OTPs, accessible via MCP tools, HTTP API, and CLI.Last updated101MIT
- Alicense-qualityCmaintenanceEnables AI agents to perform identity verification, KYC/KYB, PEP & sanctions screening, bank statement analysis, and workflow automation via the Model Context Protocol.Last updatedMIT
Related MCP Connectors
European business verification for AI agents: registry, VAT, sanctions, IBAN. Pay-per-call x402.
Agent bookkeeping, sanctions, KYB, VAT and e-invoice checks - pay per call in USDC
KYC, KYB, AML, wallet screening, transaction monitoring, and fraud workflows for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/madtaco-dev/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server