GenTech Agent Kit
The GenTech Agent Kit gives AI agents full-stack market data, DeFi intelligence, x402 micropayment rails, creative content generation, and system monitoring ā all in one server, with plugin extensibility.
š Market Data (CoinMarketCap-powered)
Fetch real-time crypto price quotes (
get_quote), top token listings by market cap (get_listings), token metadata/search (search_token), trending gainers/losers/most-visited (get_trending), and DEX pair data across exchanges (get_dex_pairs).
š Algorand x402 Payments
Check gateway/account status, verify x402 payments and receive session tokens, and get crypto quotes settled in ALGO via GoPlausible (0.001 ALGO/query).
š¦ Robinhood Chain x402
Get network status, list tokenized stocks (AAPL, NVDA, TSLA, MSFT, META, etc.) with contract info, fetch stock prices ($0.005 USDG/query), get crypto quotes ($0.001 USDG or free tier), and verify USDG payments via Naven Network for 60-minute session tokens.
š”ļø Output Enforcer
Monitor tool output validation violations (filterable by tool/time), inspect circuit breaker statuses, clear violation records, and check overall enforcer health.
šØ Pika Creative Suite
List available creative skills (4K VFX, UGC ads, anime, viral hooks, etc.), generate content via any skill, build full brand identities (strategy, logo, palette, typography) from a brief, create 15-second app launch videos from an app store link or GitHub repo, and produce polished explainer videos from a URL, repo, or brief.
š§ Platform Utilities
Check kit version, available tool list, and update status (
kit_info).
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-kitInstall as Agent Skills
# Install the main skill
npx skills add ProtoJay4789/genTech-agent-kit
# Install 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-enforcerRelated 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 |
Plugins (auto-discovered)
Plugin | Tools | Settlement |
Algorand x402 Gateway |
| ALGO via GoPlausible |
Robinhood Chain x402 |
| USDG via Naven Network |
Output Enforcer |
| ā |
Pika Creative Suite |
| ā |
Demo: x402 Payment Flow
# Hit a paid endpoint without payment
curl -i https://api.naven.network/x402-test/ping
# ā HTTP 402 Payment Required with x402 v2 challenge
# ā Network: Robinhood Chain (eip155:4663)
# ā Token: USDG ($0.0001 per query)Why GenTech Agent Kit?
Feature | Benefit |
Always updated | Active development ā new tools ship continuously. |
Adaptive stack | Modular design. Tools 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, Monad Agent Hub. Your agent finds us automatically. |
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" }
}
}
}License
MIT ā GenTech Labs
About
GenTech Labs builds payment infrastructure for AI agents. We make it possible for agents to pay each other, subscribe to services, and earn revenue ā all on-chain, all autonomously.
Maintenance
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/ProtoJay4789/genTech-agent-kit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server