New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@madtaco/mcp

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@madtaco/mcp

MadTaco MCP server — verification and trust checks for AI agents

Source
npmnpm
Version
1.1.0
Version published
Weekly downloads
62
-48.33%
Maintainers
1
Weekly downloads
 
Created
Source

@madtaco/mcp

MadTaco MCP server — verification and trust checks for AI agents.

Talks only to the public MadTaco API (https://api.madtaco.dev/v1). No Laravel dependency; this package is published separately at github.com/madtaco-dev/mcp.

Quick start

npx @madtaco/mcp

Claude Desktop / Cursor

{
  "mcpServers": {
    "madtaco": {
      "command": "npx",
      "args": ["-y", "@madtaco/mcp"],
      "env": {
        "MADTACO_API_KEY": "your_api_key_here"
      }
    }
  }
}

Free tools (validate_tax_id, validate_iban, create_account, verify_account) work without an API key. Paid checks and account tools that read balance/usage require MADTACO_API_KEY.

Environment

VariableRequiredDefault
MADTACO_API_KEYFor paid/authenticated tools
MADTACO_API_BASENohttps://api.madtaco.dev/v1

Tools

ToolAPI endpointCredits
validate_tax_idPOST /validate/tax-id0
validate_ibanPOST /validate/iban0
validate_emailPOST /validate/email0 (syntax) / 0.005 (full)
validate_phonePOST /validate/phone0 (format) / 0.005 (full)
screen_sanctionsPOST /screen/sanctions0.10
verify_companyPOST /verify/company0.15
inspect_domainPOST /inspect/domain0.05
screenPOST /screen (+ optional long-poll)sum of completed checks
propose_checkPOST /proposepledge hold only
create_accountPOST /accounts0
verify_accountPOST /accounts/verify0
get_usageGET /usage0

Agent onboarding flow

  • create_account with an email → account_id + pending_verification
  • Human or agent reads the 6-digit code from email
  • verify_accountapi_key (tier registered)
  • Fund the account via madtaco.dev billing (browser checkout) or POST /v1/billing/checkout
  • Set MADTACO_API_KEY and run paid checks

Credentials never transit through MCP responses for human dashboard access — use the web invite flow at POST /v1/accounts/invite-human when needed.

Development

cd mcp
npm install
npm test
npm run build
MADTACO_API_KEY=... npm run dev

License

MIT

Keywords

mcp

FAQs

Package last updated on 10 Jul 2026

Related posts