Sponsored by Deepsite.site

Interzoid Data Quality

Created By
interzoida month ago
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. This MCP server makes 29 Interzoid APIs discoverable and callable by any MCP-compatible client including Claude Desktop, Claude Code, Cursor, Windsurf, and other AI tools. AI agents can discover the available data quality tools and invoke them as needed during conversations and workflows. More info at interzoid.com
Overview

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, 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)

CategoryToolsPrice (USDC)
Data Matching — Similarity key generation & scoringCompany 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 normalizationOrg, country, country info, city, state abbreviation$0.0125/call
Data Enhancement — Classification & analysisEntity type, gender, name origin, language ID, translation (to English & any), address parsing$0.0125/call
Utility — Weather, currency, ZIP lookupGlobal 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 Crypto 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/signup. Keys work with both the local binary (via environment variable) and the remote server (via Authorization header).

Client Configuration

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

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

Claude Code

claude mcp add interzoid -- /path/to/interzoid-mcp-server

Or add to .claude/settings.json:

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

Cursor / Windsurf / Other MCP Clients (remote)

Point the client to the hosted server:

https://mcp.interzoid.com/mcp

Set the Authorization header to Bearer your-api-key-here.

Example Interactions

Once configured, AI agents can use the tools naturally:

User: "Check if 'IBM' and 'International Business Machines' are the same company" Agent uses: interzoid_org_match_score with org1="IBM", org2="International Business Machines" Result: Score: 98

User: "What can you tell me about Anthropic's business?" Agent uses: interzoid_business_info with lookup="Anthropic" Result: Headquarters, revenue, employees, industry, description

User: "Translate 'Bonjour le monde' to English" Agent uses: interzoid_translate_to_english with text="Bonjour le monde" Result: Translation: "Hello world"

Self-Hosting the Remote Server

To host your own remote instance:

./interzoid-mcp-server -transport http -port 8080

The MCP endpoint will be available at http://localhost:8080/mcp. Place behind Nginx or a load balancer with HTTPS for production use. Ensure proxy_buffering off is set in your Nginx config to support SSE streaming.

x402 Payment Integration

All Interzoid APIs support the x402 protocol for native crypto micropayments. When accessed without an API key:

  • Standard APIs: 12,500 atomic USDC ($0.0125) per call
  • Premium APIs: 312,500 atomic USDC ($0.3125) per call
  • Network: Base (EIP-155:8453)
  • Asset: USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)

The .well-known/x402.json manifest at https://api.interzoid.com/.well-known/x402.json provides full machine-readable discovery for x402 clients.

Project Structure

interzoid-mcp-server/
├── main.go        # Entry point, transport selection (stdio/HTTP)
├── tools.go       # MCP tool registration for all 29 APIs
├── client.go      # HTTP client for calling api.interzoid.com
├── go.mod         # Go module definition
└── README.md      # This file

License

MIT

Server Config

{
  "mcpServers": {
    "interzoid": {
      "command": "/path/to/interzoid-mcp-server",
      "env": {
        "INTERZOID_API_KEY": "your-api-key-here"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
CursorThe AI Code Editor
Amap Maps高德地图官方 MCP Server
Serper MCP ServerA Serper MCP Server
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
ChatWiseThe second fastest AI chatbot™
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
DeepChatYour AI Partner on Desktop
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Tavily Mcp
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
WindsurfThe new purpose-built IDE to harness magic
Playwright McpPlaywright MCP server
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.