Interzoid MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add --transport http interzoid-mcp-server https://mcp.interzoid.com/mcp
README.md

Access 29 AI-powered data quality, matching, and enrichment APIs.

Interzoid MCP Server

An MCP (Model Context Protocol) server that exposes Interzoid's AI-powered data quality, matching, enrichment, and standardization APIs to AI agents and LLM applications.

What This Does

This MCP server makes 29 Interzoid APIs discoverable and callable by any MCP-compatible client including Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, and other AI tools. AI agents can discover the available data quality tools and invoke them as needed during conversations and workflows.

Available APIs (29 Tools)

Category Tools Price (USDC)
Data Matching — Similarity key generation & scoring Company match, org match score, name match/score, address match, global address, product match $0.0125/call
Data Enrichment — AI-powered intelligence (Premium) Business info, parent company, executives, news, email trust, stock, verification, IP/phone profiles $0.3125/call
Data Standardization — Canonical form normalization Org, country, country info, city, state abbreviation $0.0125/call
Data Enhancement — Classification & analysis Entity type, gender, name origin, language ID, translation (to English & any), address parsing $0.0125/call
Utility — Weather, currency, ZIP lookup Global weather, exchange rates, ZIP code info $0.0125/call

Getting Started

Option 1: Use the Hosted Remote Server (no installation required)

Connect any MCP client that supports remote HTTP servers to:

https://mcp.interzoid.com/mcp

Pass your API key via the Authorization header:

Authorization: Bearer your-api-key-here

Get a free API key at interzoid.com to get started.

Option 2: Download a Prebuilt Binary (no Go required)

Download the binary for your platform from the GitHub Releases page:

  • Windows: interzoid-mcp-server-windows-amd64.exe
  • macOS (Apple Silicon): interzoid-mcp-server-macos-arm64
  • Linux: interzoid-mcp-server-linux-amd64

Then configure your MCP client to run it (see Client Configuration below).

Option 3: Build from Source

Requires Go 1.21+:

git clone https://github.com/interzoid/interzoid-mcp-server.git
cd interzoid-mcp-server
go mod tidy
go build -o interzoid-mcp-server .

Authentication

There are three ways to authenticate, depending on how you're using the server:

1. API Key via Environment Variable (local installations)

Set INTERZOID_API_KEY in your MCP client config. This is the standard method when running the binary locally.

export INTERZOID_API_KEY="your-api-key-here"
./interzoid-mcp-server

2. API Key via Authorization Header (remote/hosted server)

When connecting to the hosted server at https://mcp.interzoid.com/mcp or any remote deployment, pass your API key in the Authorization header:

Authorization: Bearer your-api-key-here

The MCP server forwards this to the Interzoid API via the x-api-key header.

3. x402 USDC Micropayments (no API key needed)

When no API key is provided by either method above, requests trigger the x402 payment protocol. The Interzoid API returns a 402 Payment Required response with payment requirements, and the calling agent/client handles payment negotiation using USDC on Base. No signup or API key is needed — just a compatible wallet.

Where to Get an API Key

Sign up for a free API key at interzoid.com/register-api-account. Keys work with both the local binary (via environment variable) and the remote server (via Authorization header).

Client Configuration

Cursor

One-click install: Use the install button on the Interzoid MCP Server page, or copy this deep link into your browser:

cursor://anysphere.cursor-deeplink/mcp/install?name=Interzoid&config=eyJ1cmwiOiJodHRwczovL21jcC5pbnRlcnpvaWQuY29tL21jcCJ9

Or manually add to .cursor/mcp.json:

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

Claude Code

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.

VS Code

Open the Command Palette (Ctrl+Shift+P / ⌘+Shift+P), select MCP: Open User Configuration, and add:

{
  "servers": {
    "interzoid": {
      "url": "https://mcp.interzoid.com/mcp",
      "type": "http"
    }
  }
}

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

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

Claude Desktop

Remote server (Pro/Max/Team/Enterprise): Go to **Settings > Connectors > Ad

Tools (4)

data-matching-toolsSimilarity key generation and scoring for companies, organizations, names, and addresses.
data-enrichment-toolsAI-powered intelligence including business info, parent companies, executives, and email trust scoring.
data-standardization-toolsNormalization of organizational data, country names, city names, and state abbreviations.
utility-toolsAccess to global weather, currency exchange rates, and ZIP code information.

Environment Variables

INTERZOID_API_KEYAPI key for authenticating requests to Interzoid services.

Configuration

claude_desktop_config.json
{"mcpServers": {"interzoid": {"url": "https://mcp.interzoid.com/mcp", "type": "http"}}}

Try it

Standardize the following list of city names and state abbreviations for my database.
Check the trust score for this email address: contact@example.com.
Find the parent company information for the organization listed as 'Acme Corp'.
What is the current exchange rate between USD and EUR?
Perform a match score between these two company names to see if they refer to the same entity.

Frequently Asked Questions

What are the key features of Interzoid MCP Server?

Access to 29 distinct data quality and enrichment APIs.. Supports both API key authentication and x402 USDC micropayments.. Compatible with major MCP clients like Claude Desktop, Cursor, and Windsurf.. Provides data matching, standardization, and utility functions.. Available as a hosted remote server or a local binary..

What can I use Interzoid MCP Server for?

Cleaning and deduplicating customer contact lists using address and name matching.. Enriching CRM data with business intelligence and executive information.. Standardizing inconsistent location data across global datasets.. Integrating real-time currency and weather data into AI-driven business reports..

How do I install Interzoid MCP Server?

Install Interzoid MCP Server by running: cursor://anysphere.cursor-deeplink/mcp/install?name=Interzoid&config=eyJ1cmwiOiJodHRwczovL21jcC5pbnRlcnpvaWQuY29tL21jcCJ9

What MCP clients work with Interzoid MCP Server?

Interzoid MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Interzoid MCP Server docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare