Connect 58 AI-powered data quality and enrichment APIs to your AI coding agent or workflow — data matching, company intelligence, tax rates, property data, standardization, translation, and more.
Works with Claude, Cursor, OpenAI Codex, Gemini CLI, VS Code, Windsurf, and any MCP-compatible client.
Give your AI agent direct access to Interzoid's suite of data matching, enrichment, standardization, and utility APIs through the Model Context Protocol.
Connect to the hosted remote server in seconds — no installation required. Or download the binary for local use.
Three flexible options to authenticate, depending on how you connect
Set the INTERZOID_API_KEY environment variable in your MCP client configuration. This is the standard method when running the binary locally via stdio.
When connecting to the hosted remote server, pass your API key as Authorization: Bearer your-key. The MCP server forwards it to the Interzoid API.
No API key needed. Requests without a key trigger the x402 payment protocol — pay per call with USDC on Base. Built for autonomous AI agents.
All Interzoid data quality and enrichment APIs are exposed as individual MCP tools that AI agents can discover and invoke
| Category | Tools | Price (USDC) |
|---|---|---|
| Data Matching (10) | Similarity keys and match scores for company names, individual names, US and global addresses, products, plus combined keys (company+address, name+address, company+name) for high-precision deduplication | $0.01/call |
| Company Intelligence (13) | Business info, parent company, executives, recent news, verification, industry codes (NAICS/SIC), competitor analysis, buying signals, private company deal intel, ESG profile, government contracts, facilities, tech stack | $0.25/call |
| Contact & Identity (3) | Email trust score, IP address profile, phone number profile | $0.25/call |
| Financial & Market (2) | Stock analysis by ticker, municipal issuer profile | $0.25/call |
| Property & Location (3) | Commercial building profile, property transaction history, nearest coffee shops | $0.25/call |
| Tax & Regulatory (4) | US sales & use tax rates, IRS per diem rates, European VAT rates, customs duty rates by HS code | $0.25-$0.35/call |
| Research & Lookup (2) | University and college info, product recall information | $0.25/call |
| X / Twitter (3) | Find X handle for any entity, profile snapshot by handle, last three posts by handle | $0.05/call |
| Custom & Identity Resolution (2) | AI custom self-defined data enrichment (you define the output fields), official legal organization name resolution for KYB and compliance | $0.25/call |
| Data Standardization (5) | Organization, country, country info, city, state abbreviation | $0.01/call |
| Data Enhancement (7) | Entity type, gender, name origin, language ID, translation (to English & any language), address parsing | $0.01/call |
| Utility (4) | Global weather, currency exchange rates, ZIP code info, global page latency measurement | $0.01/call |
Once connected, your AI agent chains these tools into complete workflows - no code required, just ask
You: “Here are 40 customer records. Find the duplicates even where names are spelled differently.”
Agent uses: interzoid_company_match_advanced on each record, then groups rows that share a similarity key
Result: A clean duplicate report, with 'IBM', 'I.B.M.', and 'International Business Machines' correctly clustered
You: “Build me a briefing on Databricks before my call tomorrow.”
Agent uses: interzoid_business_info, interzoid_buying_signals, interzoid_competitor_analysis, interzoid_private_company_deal_intel
Result: Revenue, funding history, competitors, and current buying signals in one briefing
You: “Is 'Mitsubishi UFJ' a legitimate entity? Get me the official legal name and registry details.”
Agent uses: interzoid_official_name, interzoid_company_verification
Result: Official legal name, registry identifier, incorporation country, verification score, and an authoritative source URL
You: “What's the combined sales tax rate at our new Beverly Hills store address? And the duty rate for importing laptops into Germany?”
Agent uses: interzoid_sales_use_tax_rates, interzoid_customs_duty_rates
Result: Rate breakdowns by state, county, city, and district, plus MFN duty rates and import VAT by HS code
You: “For each city on this list, get me life expectancy, flu vaccination coverage, and diabetes rate.”
Agent uses: interzoid_custom_data with topic 'healthcare data by city' and your self-defined output fields
Result: Structured JSON with exactly the fields you asked for, for any subject domain
You: “Standardize these country names, translate the descriptions to English, and parse the addresses into fields.”
Agent uses: interzoid_country_standard, interzoid_translate_to_english, interzoid_address_parse
Result: A normalized, English-language, field-structured dataset ready to load
Copy any of these into Claude, Cursor, VS Code, or Windsurf after connecting the MCP server
Prefer to run the server locally? Download a prebuilt binary or build from source.
Download for your platform from GitHub Releases — no Go installation required.
Windows (amd64) • macOS (Apple Silicon) • Linux (amd64)
Download from GitHubClone the repository and build with Go 1.21 or later.
git clone https://github.com/interzoid/interzoid-mcp-server.git cd interzoid-mcp-server go mod tidy go build -o interzoid-mcp-server .
Connect your AI agent to Interzoid's data quality APIs in seconds
Don't need MCP? All Interzoid APIs are also available as standard REST endpoints with API key authentication or x402 blockchain payments. Sign up for a free API key to get started.
Questions? Contact our team at support@interzoid.com