Server data from the Official MCP Registry
Validate tax IDs, IBANs, and Chilean indicators via MadTaco. Some free tools, no API key required.
Validate tax IDs, IBANs, and Chilean indicators via MadTaco. Some free tools, no API key required.
Valid MCP server (2 strong, 3 medium validity signals). 4 known CVEs in dependencies (1 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
8 files analyzed ยท 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: MADTACO_API_BASE
Environment variable: MADTACO_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"dev-madtaco-mcp": {
"env": {
"MADTACO_API_KEY": "your-madtaco-api-key-here",
"MADTACO_API_BASE": "your-madtaco-api-base-here"
},
"args": [
"-y",
"@madtaco/mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Verification & utility API for AI agents. Tax-ID validation, sanctions screening, company verification, and more โ one API, prepaid credits, priced per call. Failed checks cost $0.
The MadTaco API is live. This package exposes it as MCP tools for Claude, Cursor, and any MCP-compatible agent.
npx @madtaco/mcp
No API key required for the tools in v1.0.0 โ they map to MadTaco's free endpoints (50 requests/day per IP on the API). Set MADTACO_API_KEY later when paid tools ship in 1.1+ for higher limits.
| Tool | API endpoint | Description |
|---|---|---|
validate_tax_id | POST /v1/validate/tax-id | Format/checksum โ CL RUT, MX RFC |
validate_iban | POST /v1/validate/iban | IBAN checksum and parsing |
get_cl_indicator | GET /v1/data/cl/{indicator} | UF, UTM, USD, EUR, IPC (CMF source) |
Every response includes credits_charged (always 0 for these tools).
Coming in 1.1+ (same package, grows with the API): create_account, verify_account, get_balance, get_usage, screen_sanctions, verify_company, inspect_domain, validate_email, validate_phone, screen, propose_check.
Add to claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"madtaco": {
"command": "npx",
"args": ["-y", "@madtaco/mcp"]
}
}
}
Restart Claude Desktop. You should see madtaco under MCP tools with the three validators above.
Validate the Chilean RUT
11.111.111-1using MadTaco.
Check whether IBAN
DE89 3704 0044 0532 0130 00is valid.
What's today's UF value in Chile?
Get the UF for 2026-07-01.
Claude will call validate_tax_id, validate_iban, or get_cl_indicator and return the JSON from the API.
Add to .cursor/mcp.json in your project (or global Cursor MCP settings):
{
"mcpServers": {
"madtaco": {
"command": "npx",
"args": ["-y", "@madtaco/mcp"]
}
}
}
| Variable | Required | Default | Description |
|---|---|---|---|
MADTACO_API_BASE | No | https://api.madtaco.dev/v1 | API base URL (override for staging) |
MADTACO_API_KEY | No | โ | Optional X-Api-Key header; not needed for v1.0.0 tools |
Example with a custom base (local/staging):
{
"mcpServers": {
"madtaco": {
"command": "npx",
"args": ["-y", "@madtaco/mcp"],
"env": {
"MADTACO_API_BASE": "https://api.madtaco.dev/v1"
}
}
}
}
git clone https://github.com/madtaco-dev/mcp.git
cd mcp
npm install
npm run build
npm test
npm start
Stdio transport only. The server calls the public MadTaco HTTP API โ no database, no secrets beyond an optional API key.
New tools ship as minor releases (1.1, 1.2, โฆ) as the API grows. See llms.txt for the current tool list.
MIT ยฉ ๐ฎ MadTaco ยท Built for agents, literally.
Be the first to review this server!
by Modelcontextprotocol ยท Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno ยท Developer Tools
Toleno Network MCP Server โ Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace ยท Developer Tools
Create, build, and publish Python MCP servers to PyPI โ conversationally.