genTech-agent-kit
A single-install MCP server that provides AI agents with real-time market data, DeFi intelligence, payment rails (x402/Q402), agent identity infrastructure, and self-evolution capabilities.
README
GenTech Agent Kit
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, agent identity infrastructure, and self-evolution capabilities.
uvx --from git+https://github.com/ProtoJay4789/genTech-agent-kit.git gentech-kit
Requires: Hermes Agent v0.19.0+ | CMC_API_KEY env var (free at coinmarketcap.com/api)
Quick Start
# Install and run
uvx --from git+https://github.com/ProtoJay4789/genTech-agent-kit.git gentech-kit
# Set your API key
export CMC_API_KEY="your-key-here"
The MCP server starts and exposes all GenTech tools to your agent.
Install as Agent Skills
# Main skill
npx skills add ProtoJay4789/genTech-agent-kit
# Specific skills
npx skills add ProtoJay4789/genTech-agent-kit --skill x402-payments
npx skills add ProtoJay4789/genTech-agent-kit --skill robinhood-chain
npx skills add ProtoJay4789/genTech-agent-kit --skill output-enforcer
npx skills add ProtoJay4789/genTech-agent-kit --skill context-cycle-proactive
What's Included
Payment Rails
| Component | What It Does | Status |
|---|---|---|
| x402-payments | Solana micropayments via x402 gateway — pay-per-call API access | Live |
| Q402 Gasless | Gasless USDC/USDT on 12 chains via EIP-7702 (trial on BNB) | Live |
| Pay Wallet | Solana wallet for x402 income collection | Live |
Self-Evolution (Harness)
Four cron jobs that make your Hermes instance measurably better over time. Uses the hermes-self-evolution framework.
| Role | Schedule | Job |
|---|---|---|
| Evolution | Every 4h | Proposes one grounded improvement from real user friction |
| Critic | Every 4h (offset) | Reviews proposals — different model prevents collusion |
| Verifier | Every 2 days | Checks if predictions actually came true |
| Gardener | Every 7 days | Prunes dormant skills, checks credential health |
Witness log auto-fed from context-weight nightly. No bookkeeping theatre (Article II).
Agent Infrastructure
| Skill | What It Does |
|---|---|
| output-enforcer | Structured output enforcement with circuit breaker |
| robinhood-chain | Robinhood Chain integration (USDG, tokenized stocks) |
| wakeup-protocol | Session wakeup — loads .env, reports configured services |
| context-cycle-proactive | Save → route → load → resume at 80-90% context; keeps every agent synced to the second brain |
Modules
- a2a — Agent-to-Agent Communication — the full A2A lifecycle: discover new agents on the ERC-8004 registry → talk to them in the Buzz workspace → self-audit your own execution. Includes on-chain identity registration across 7+ chains
- Poker Tournament Daemon — Automated tournament loop with LAG strategy
- Context Weight Generator — Cross-group context sync nightly
- genTech-shop MCP — Gaming intelligence (deals, releases, POE2 builds)
- Obliteratus — ML refusal removal for local models (RTX 3070+)
Platform Support
| Component | Hermes v0.19+ | Claude Code | Cursor | Codex |
|---|---|---|---|---|
| MCP Server | ✅ | ✅ | ✅ | ✅ |
| Agent Skills | ✅ | ✅ | ✅ | ✅ |
| Self-Evolution | ✅ | Cron only | Cron only | Cron only |
| x402 Payments | ✅ | ✅ | ✅ | ✅ |
Environment Variables
# Required
CMC_API_KEY=your-key-here
# Payment Rails
PAY_SECRET_KEY_PATH=/path/to/solana-keypair.json
Q402_TRIAL_API_KEY=your-trial-key
Q402_MULTICHAIN_API_KEY=your-multichain-key
# Optional
ELEVENLABS_API_KEY=your-elevenlabs-key
GITHUB_TOKEN=your-github-token
Key Addresses
| Asset | Address |
|---|---|
| Pay Wallet (Solana) | pX1FTLyXAskfD4y8pRwx7Go58GpM9t2PtGZGj6Lq2hR |
| TREASURY Token | 0x56D03C0f4167cC2c26B781dE47E608d660F13ba3 |
| Primary Wallet | 0x7ebff188f2Eba16518C02864589b1403a5d1296a |
| GenTech Shop | glama.ai/mcp/servers/ProtoJay4789/genTech-shop |
| Investor Deck | gentechlabs.net/grant.html |
License
MIT | Built by GenTech Labs
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.