mcp-aeo-server

mizcausevic-dev/mcp-aeo-server
★ 0 stars TypeScript 🤖 AI/LLM Updated 8d ago
MCP server exposing AEO Protocol declarations as four tools (fetch, inspect, get_claim, well_known_url). Drop-in for Claude Desktop, Cursor, or any MCP-compatible agent. Ships with conforming MCP Tool Cards for every tool. Part of the Kinetic Gain Protocol Suite.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-aeo-server": {
      "command": "npx",
      "args": [
        "-y",
        "mizcausevic-dev/mcp-aeo-server"
      ]
    }
  }
}

Topics

aeoaeo-protocolai-agentsanthropicclaudekinetic-gain-protocol-suitemcpmcp-servermodel-context-protocolprotocol-implementationtypescript