GRAcces-MCP-Server

AL1T0/GRAcces-MCP-Server
★ 0 stars Python AI/LLM Updated today
This project is a PoC designed for exploring the capabilities of GRAccess API via MCP to integrate with LLMs for fast configuration of a System Platform project.
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": {
    "gracces-mcp-server": {
      "command": "uvx",
      "args": [
        "gracces-mcp-server"
      ]
    }
  }
}

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