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.
数据与分析 分类下的更多 MCP 服务器
🪐✨ Jupyter MCP Server
datalayer🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.
MCP From Zero: Quick Data
dislerPrompt focused MCP Server for .json and .csv agentic data analytics for Claude Code
mcp-simple-arxiv
andybrandtTool to work with arXiv, provide LLM with ability to search and read papers from there
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
评论