GenTech Agent Kit
Provides real-time market data, token metadata, trending tokens, and DEX pair information via the CoinMarketCap API.
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 Kitget a quote for BTC"
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, and agent identity infrastructure.
uvx --from git+https://github.com/ProtoJay4789/genTech-agent-kit.git gentech-kitWhy GenTech Agent Kit?
Feature | Benefit |
Always updated | Active development — new tools ship continuously. |
Adaptive stack | Modular design. Tools are discovered dynamically — the kit grows without breaking existing integrations. |
x402 native | Every API supports machine-to-machine micropayments. Pay per query, no subscription. |
Open source | MIT license. Audit, fork, extend. No vendor lock-in. |
Premier distribution | Listed on Atelier, PortalHQ, and Monad Agent Hub. Your agent finds us automatically. |
Related MCP server: opendexter
Quick Start
# Install and run
uvx --from git+https://github.com/ProtoJay4789/genTech-agent-kit.git gentech-kitRequires: CMC_API_KEY env var (get one free at coinmarketcap.com/api)
export CMC_API_KEY="your-key-here"Tools
Market Data
Tool | Description |
| Real-time price for BTC, ETH, SOL, etc. |
| Top tokens by market cap |
| Token metadata, description, tags, logo |
| Gainers, losers, most visited, latest |
| DEX pair data across exchanges |
Platform
Tool | Description |
| Agent Kit version, tool list, update status |
More Coming
DeFi Intelligence, Agent Registration, Agent Search, and Agent Arena tools ship in upcoming releases.
MCP Client Setup
Claude Code
claude mcp add gentech-agent-kit \
--env CMC_API_KEY=your-key-here \
-- uvx --from git+https://github.com/ProtoJay4789/genTech-agent-kit.git gentech-kitClaude Desktop
{
"mcpServers": {
"gentech-agent-kit": {
"command": "uvx",
"args": ["--from", "git+https://github.com/ProtoJay4789/genTech-agent-kit.git", "gentech-kit"],
"env": { "CMC_API_KEY": "your-key-here" }
}
}
}Development
git clone https://github.com/ProtoJay4789/genTech-agent-kit.git
cd genTech-agent-kit
uv sync
uv run gentech-kitPlugin Routing — Autonomous Tool Discovery
The Agent Kit auto-discovers new tools without code changes. When we build a new GenTech service (DeFi Intelligence, Agent Registration, etc.), it gets added to the plugin system and the Kit loads it automatically.
How it works:
New GenTech package drops a
plugin.jsonmanifest into theplugins/dirAgent Kit reads the manifest at startup
Plugin's
register_gentech_plugin(mcp)function registers its toolskit_info()shows all active plugins
Example plugin manifest (plugins/gentech-defi-intel/plugin.json):
{
"name": "DeFi Intelligence",
"version": "0.1.0",
"module": "gentech_defi_intel",
"description": "LP health, pool rebalance, yield rankings"
}To build a new plugin:
mkdir -p plugins/your-plugin-name
echo '{"name": "...", "version": "0.1.0", "module": "..."}' > plugins/your-plugin-name/plugin.json
# Implement register_gentech_plugin(mcp) in your moduleThe Kit grows with GenTech. No manual wiring required.
License
MIT — 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.
Latest Blog Posts
- 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/ProtoJay4789/genTech-agent-kit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server