polygate-mcp-server

Aotemma-bit/polygate-mcp-server
★ 0 stars Python Memory/Knowledge Updated 1d ago
MCP server exposing Polygate business tools for customer intelligence, knowledge search, follow-up workflows, and task automation.
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": {
    "polygate-mcp-server": {
      "command": "uvx",
      "args": [
        "polygate-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install polygate-mcp-server

README Excerpt

A Model Context Protocol server that exposes Polygate business tools to AI clients through a standardized interface. The server allows an MCP-compatible AI client to discover and call business tools such as: - finding inactive customers - searching internal knowledge - drafting customer follow-ups - creating sales tasks