ananse-tools

AnanseLabs-Org/ananse-tools
★ 0 stars Python AI/LLM Updated today
A Python-based MCP (Model Context Protocol) server that gives AI agents (LibreChat, Claude Desktop, Cursor, etc.) full access to Ghanaian platforms via natural language.
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": {
    "ananse-tools": {
      "command": "uvx",
      "args": [
        "ananse-tools"
      ]
    }
  }
}

Or install with pip: pip install ananse-tools