genTech-agent-kit
OfficialAccess real-time cryptocurrency market data and DeFi intelligence from CoinMarketCap.
Integrates with Robinhood Chain, enabling access to USDG and tokenized stocks.
Enables Solana micropayments via the x402 gateway and manages a Solana wallet for income collection.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@genTech-agent-kitWhat's the current price of Bitcoin?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-kitRequires: 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.
Related MCP server: x402 MCP Server
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-enforcerWhat'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 |
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-tokenKey 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityCmaintenanceAn MCP server that enables AI agents to search, pay for, and call paid APIs using the x402 protocol, with automatic USDC settlement.2MIT- Alicense-qualityDmaintenanceAn MCP server that provides DeFi data tools (crypto prices, whale concentration, funding rates) for AI agents via the x402 protocol.91MIT
- Alicense-qualityBmaintenanceA set of MCP servers that provide AI agents with safe, composable access to web3 market data and trading, featuring read-only intelligence and execution modes with SIM/PAPER/LIVE safeguards.MIT
- AlicenseCqualityAmaintenanceAn MCP server that gives AI agents real-time market data, DeFi intelligence, and automatic tool discovery via plugins. Supports x402 micropayments and is always updated.23MIT
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
MCP marketplace: agents pay per call in USDC via x402. Plus Base chain data and a USDC<->bank ramp.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Gentech-Labs/genTech-agent-kit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server