Interzoid Data Quality
@interzoid
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.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"interzoid": {
"command": "/path/to/interzoid-mcp-server",
"env": {
"INTERZOID_API_KEY": "your-api-key-here"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「データと分析」の他のコンテンツ
Data Visualization MCP Server
isaacwassermanmcp-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
MCP Server for Deep Research
reading-plus-aiHubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
dbt MCP Server
dbt-labsA MCP (Model Context Protocol) server for interacting with dbt.
コメント