interzoid-mcp-server

interzoid/interzoid-mcp-server
★ 0 stars Go AI/LLM Updated today
MCP server for Interzoid's AI-powered data quality, matching, enrichment, and standardization APIs
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "interzoid-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/interzoid/interzoid-mcp-server@latest"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that exposes [Interzoid](https://interzoid.com)'s AI-powered data quality, matching, enrichment, and standardization APIs to AI agents and LLM applications. This MCP server makes 58 Interzoid APIs discoverable and callable by any MCP-compatible client including Claude Desktop, Claude Code, Cursor, OpenAI Codex, Gemini CLI, VS Code, Windsurf, and other AI tools. AI agents can discover the available data quality and enrichment tools and invoke them as needed