mcp-tools-bundle

aaameobius-crypto/mcp-tools-bundle
★ 0 stars Python AI/LLM Updated 4d ago
3 zero-dependency MCP servers in pure Python — 30 tools, 105 tests
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": {
    "mcp-tools-bundle": {
      "command": "uvx",
      "args": [
        "mcp-tools-bundle"
      ]
    }
  }
}

Or install with pip: pip install mcp-tools-bundle

README Excerpt

> Three production-ready MCP (Model Context Protocol) servers for AI agents. Zero pip dependencies. Pure Python standard library. 105 tests passing. - [Servers](#servers) - [Requirements](#requirements) - [Why Zero Dependencies?](#why-zero-dependencies) - [Installation](#installation) - [Running a Server](#running-a-server)

Topics

ai-agentautomationcdpcryptoemailmcpmcp-servermodel-context-protocolpypipythonstdlibtoolsweb-scrapingzero-dependency