All Interzoid products and tools from a single launch point: Quickly solve data challenges - better ROI for everything your data flows into -> See it Now!

Interzoid MCP Server

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.

MCP Protocol Hosted Remote Server x402 Payments Supported

Data Quality Tools for AI Agents

Give your AI agent direct access to Interzoid's suite of data matching, enrichment, standardization, and utility APIs through the Model Context Protocol.

58
Available API Tools
0
Installation Required (Remote)
3
Authentication Options
5+
Compatible AI Clients
AI Agent Claude, Cursor, VS Code...
MCP Server mcp.interzoid.com/mcp
58 Interzoid APIs Match, enrich, standardize
Clean Data Results returned to agent

Quick Setup

Connect to the hosted remote server in seconds — no installation required. Or download the binary for local use.

Cursor

One-Click Install
Option A: One-Click Install

Click the button below to open Cursor and install the Interzoid MCP server automatically.

Install Interzoid MCP in Cursor
or configure manually
Option B: Manual Configuration

Add to your Cursor MCP configuration file (.cursor/mcp.json for a project, ~/.cursor/mcp.json for global):

{
  "mcpServers": {
    "interzoid": {
      "url": "https://mcp.interzoid.com/mcp"
    }
  }
}

Claude Code

One Command
Run in your terminal:
claude mcp add --transport http interzoid https://mcp.interzoid.com/mcp

Then use /mcp in Claude Code to verify the connection. To use an API key instead of x402 payments, append --header "Authorization: Bearer your-api-key".

OpenAI Codex

One Command
Run in your terminal (applies to Codex CLI, IDE extension, and the Codex app):
codex mcp add interzoid --url https://mcp.interzoid.com/mcp --bearer-token-env-var INTERZOID_API_KEY

Set the INTERZOID_API_KEY environment variable to your API key, then run /mcp inside Codex to verify.

or configure manually
Add to ~/.codex/config.toml:
[mcp_servers.interzoid]
url = "https://mcp.interzoid.com/mcp"
bearer_token_env_var = "INTERZOID_API_KEY"

Gemini CLI

One Command
Run in your terminal:
gemini mcp add -t http interzoid https://mcp.interzoid.com/mcp
or configure manually
Add to ~/.gemini/settings.json (global) or .gemini/settings.json (project):
{
  "mcpServers": {
    "interzoid": {
      "httpUrl": "https://mcp.interzoid.com/mcp",
      "headers": {
        "Authorization": "Bearer your-api-key-here"
      }
    }
  }
}

The headers block is optional. Run /mcp inside Gemini CLI to verify the connection.

VS Code

  1. Open the Command Palette with Ctrl+Shift+P (or ⌘+Shift+P on macOS)
  2. Select MCP: Open User Configuration (global) or MCP: Open Workspace Folder MCP Configuration (project-only)
  3. Paste the following configuration into the mcp.json file:
{
  "servers": {
    "interzoid": {
      "url": "https://mcp.interzoid.com/mcp",
      "type": "http"
    }
  }
}

Windsurf

  1. In the Cascade panel, click the MCPs icon and select Configure
  2. Click View raw config to open mcp_config.json
  3. Add the following to the configuration file:
{
  "mcpServers": {
    "interzoid": {
      "serverUrl": "https://mcp.interzoid.com/mcp"
    }
  }
}

Claude Desktop

Option A: Remote Server (Pro/Max/Team/Enterprise)

Go to Settings > Connectors > Add Custom Connector and enter:

https://mcp.interzoid.com/mcp
or use a local binary
Option B: Local Binary

Download the binary from GitHub Releases, then add to claude_desktop_config.json:

{
  "mcpServers": {
    "interzoid": {
      "command": "/path/to/interzoid-mcp-server",
      "env": {
        "INTERZOID_API_KEY": "your-api-key-here"
      }
    }
  }
}

Other MCP Clients

Any MCP-compatible client can connect to the hosted remote server. Point your client to:

https://mcp.interzoid.com/mcp

The server supports Streamable HTTP transport. Pass your API key via the Authorization: Bearer your-api-key header, or use x402 USDC micropayments with no API key needed.

Authentication

Three flexible options to authenticate, depending on how you connect

API Key (Environment Variable)

Set the INTERZOID_API_KEY environment variable in your MCP client configuration. This is the standard method when running the binary locally via stdio.

API Key (Authorization Header)

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.

x402 USDC Micropayments

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.

Get a Free API Key

58 Available API Tools

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
Browse Full API Catalog

What Your Agent Can Do

Once connected, your AI agent chains these tools into complete workflows - no code required, just ask

Deduplicate a Customer List

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

Research a Sales Prospect

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

Verify a New Vendor (KYB)

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

Automate Tax Lookups

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

Define Your Own Data API

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

Clean International Data

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

Try These Prompts

Copy any of these into Claude, Cursor, VS Code, or Windsurf after connecting the MCP server

Are "GE", "Gen. Electric", and "General Electric Corporation" the same company? Show me the match scores.
Give me a full business profile of Stripe: revenue, employees, executives, competitors, and any recent buying signals.
What is the official legal name and registry identifier for "Toyota"? I need it for a supplier verification.
What's the combined sales and use tax rate at 1234 Rodeo Drive, Beverly Hills, CA 90210, broken down by jurisdiction?
What technology stack does shopify.com run on?
Score this email address for trustworthiness and tell me why: jsmith@acme-corp.com
What are the import customs duty rates for laptops (HS code 8471.30) entering Germany, including import VAT?
Find the X handle for the San Francisco 49ers and show me their three most recent posts.
Get a building profile and transaction history for 415 Mission St, San Francisco, CA 94105.
Using the custom data tool with topic "information about universities", look up Duke with output fields ["conference","enrollment","graduation rate","tuition"].

Local Binary & Self-Hosting

Prefer to run the server locally? Download a prebuilt binary or build from source.

Prebuilt Binaries

Download for your platform from GitHub Releases — no Go installation required.

Windows (amd64)  •   macOS (Apple Silicon)  •   Linux (amd64)

Download from GitHub

Build from Source

Clone 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 .

Ready to Get Started?

Connect your AI agent to Interzoid's data quality APIs in seconds

One-Click Install for Cursor View on GitHub Browse API Catalog

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