genTech-agent-kit

ProtoJay4789/genTech-agent-kit
★ 0 stars Python Code/Dev Tools Updated 4d ago
GenTech Agent Kit — One install. Full stack. Your agent, running. MCP server with CoinMarketCap data, DeFi intelligence, and x402 payment rails.
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": {
    "gentech-agent-kit": {
      "command": "uvx",
      "args": [
        "gentech-agent-kit"
      ]
    }
  }
}

Or install with pip: pip install gentech-agent-kit

README Excerpt

**One install. Full stack. Your agent, running.** The GenTech Agent Kit packages the entire GenTech stack into a single installable MCP server. One command gives any AI agent real-time market data, DeFi intelligence, payment rails, and agent identity infrastructure. ```bash uvx --from git+https://github.com/ProtoJay4789/genTech-agent-kit.git gentech-kit