MCP.so
Sign In

Interzoid Data Quality

@interzoid

About Interzoid Data Quality

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.

Basic information

Category

Data & Analytics

Transports

stdio

Publisher

interzoid

Submitted by

Interzoid

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Interzoid Data Quality?

Interzoid Data Quality is an MCP server that exposes 29 AI-powered data quality, matching, enrichment, and standardization APIs from Interzoid to AI agents and LLM applications. It works with any MCP-compatible client such as Claude Desktop, Claude Code, Cursor, or Windsurf, enabling agents to discover and invoke data tools directly during conversations.

How to use Interzoid Data Quality?

Connect via the hosted remote server at https://mcp.interzoid.com/mcp (no installation) by passing an API key in the Authorization header, or download a prebuilt binary for Windows/macOS/Linux from GitHub Releases. For local use, set the INTERZOID_API_KEY environment variable and configure your MCP client (e.g., Claude Desktop, Claude Code) with the binary path. Optionally build from source with Go 1.21+.

Key features of Interzoid Data Quality

  • 29 tools across data matching, enrichment, standardization, enhancement, and utility.
  • Per-call pricing starting at $0.0125 USDC (standard) and $0.3125 (premium).
  • Supports x402 crypto micropayments – no API key needed with a compatible wallet.
  • Works with any MCP-compatible client, both remote and local.
  • Self-hosting option via HTTP transport on any port.

Use cases of Interzoid Data Quality

  • Match company names (e.g., "IBM" vs "International Business Machines") with similarity scoring.
  • Enrich business records with headquarter info, revenue, executives, and news.
  • Standardize and normalize addresses, country names, and state abbreviations.
  • Classify entity types, identify name origins/gender, and detect languages.
  • Translate text to English or other languages, and parse addresses.

FAQ from Interzoid Data Quality

What APIs (tools) are available?

The server provides 29 tools in five categories: Data Matching (e.g., company match, address match), Data Enrichment (business info, executives, news), Data Standardization (org, country, city normalization), Data Enhancement (entity type, gender, name origin, translation), and Utility (weather, exchange rates, ZIP lookup).

How do I get an API key?

Sign up for a free API key at interzoid.com/signup. The key works with both local binaries (via INTERZOID_API_KEY environment variable) and the remote hosted server (via the Authorization header).

What is x402 micropayment and how does it work?

When no API key is provided, the server triggers the x402 payment protocol. The Interzoid API returns a 402 Payment Required response with payment requirements, and the calling agent handles USDC micropayments on the Base network – no signup or API key needed.

Can I self-host the remote server?

Yes. Run the binary with -transport http -port 8080 to start an HTTP MCP endpoint at http://localhost:8080/mcp. For production, place behind Nginx or a load balancer with HTTPS and proxy_buffering off for SSE streaming.

What are the runtime requirements and pricing?

Local installation requires Go 1.21+ if building from source. Standard APIs (matching, standardization, enhancement, utility) cost $0.0125 per call; premium enrichment APIs cost $0.3125 per call. All prices are in USDC on the Base network.

Comments

More Data & Analytics MCP servers