genTech-agent-kit
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CMC_API_KEY | Yes | Your CoinMarketCap API key (required). Get one free at coinmarketcap.com/api | |
| GITHUB_TOKEN | No | Your GitHub token (optional) | |
| ELEVENLABS_API_KEY | No | Your ElevenLabs API key (optional) | |
| Q402_TRIAL_API_KEY | No | Your trial API key for Q402 gasless payments | |
| PAY_SECRET_KEY_PATH | No | Path to Solana keypair JSON file for x402 payments | |
| Q402_MULTICHAIN_API_KEY | No | Your multichain API key for Q402 gasless payments |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| algorand_x402_infoA | Get Algorand x402 Gateway status — account, GoPlausible connection, and session info. |
| algorand_verify_paymentA | Verify an x402 payment on Algorand through GoPlausible facilitator. Returns session token on success. |
| algorand_get_quoteA | Get real-time crypto price quote on Algorand x402. Requires valid session from algorand_verify_payment. Cost: 0.001 ALGO/query. |
| output_enforcer_statusA | Get Output Enforcer status — violations, circuit breakers, storage health. |
| output_enforcer_violationsA | Get recent validation violations. Filter by tool name (optional) and time window. |
| output_enforcer_clearA | Clear all violation records (memory + disk). Returns count cleared. |
| output_enforcer_breakersA | Get circuit breaker status for all tools. |
| pika_skillsA | List available Pika creative skills — 4K VFX, App Sizzle, Build-a-Brand, Explainer, Founder Video, Podcast, UGC Ads, and more. |
| pika_generateB | Generate content using a Pika creative skill. Skills: 4k-vfx, app-sizzle, app-store-screens, build-a-brand, founder-product-video, explainer, podcast, ugc-ads, voxel-it, anime-soccer, gameday, kiss-cam, baseball-trend, viral-hook, content-director, fix-my-look, persona-builder, language-swap, stagefight, vfx. Pass params as JSON string. |
| pika_build_brandA | Generate a complete brand identity from a product brief. Creates brand strategy, tone of voice, logo direction, color palette, typography, and brand.md. |
| pika_app_sizzleA | Create a 15-second launch video from an app store link, product screens, or GitHub repo URL. |
| pika_explainerB | Turn a URL, GitHub repo, or written brief into a polished explainer video. |
| rh_infoA | Get Robinhood Chain network status — chain ID, RPC, facilitator, block number, available stocks. |
| rh_list_stocksA | List all available tokenized stocks on Robinhood Chain with contracts and categories. |
| rh_get_stockA | Get price for a tokenized stock on Robinhood Chain. Supports AAPL, NVDA, TSLA, MSFT, META, etc. Cost: $0.005 USDG/query. |
| rh_crypto_quoteA | Get crypto price quote settled on Robinhood Chain. Supports BTC, ETH, SOL, etc. Requires valid x402 session (USDG). Cost: $0.001 USDG/query. For non-x402 mode (free tier), leave session_token empty. |
| rh_verify_paymentA | Verify an x402 payment on Robinhood Chain through Naven Network facilitator. Payment settles in USDG. On success, returns a session token valid for 60 minutes. |
| get_quoteA | Get current price quote for crypto symbols. Supports single or multiple comma-separated symbols (e.g. 'BTC' or 'BTC,ETH,SOL'). Cost: $0.001 USDC/query. |
| get_listingsA | Get top token listings by market cap. Returns up to 100 tokens ranked by market cap. Cost: $0.001 USDC/query. |
| search_tokenA | Search for crypto token information by symbol. Returns metadata, description, tags, logo URL. Cost: $0.001 USDC/query. |
| get_trendingA | Get trending crypto data. Options: gainers, losers, most_visited, latest. Cost: $0.001 USDC/query. |
| get_dex_pairsA | Get DEX pair data for a token across exchanges. Returns price, volume, liquidity. Cost: $0.001 USDC/query. |
| kit_infoA | Get GenTech Agent Kit version, available tools, and update status. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 23 tools
Multiple tools serve overlapping purposes: three separate quote tools (algorand_get_quote, rh_crypto_quote, get_quote) can be confused, and the specialized Pika tools (pika_build_brand, pika_app_sizzle, pika_explainer) are essentially wrappers for skills available in pika_generate. Additionally, output_enforcer_status and output_enforcer_breakers both report on circuit breaker state, making selection ambiguous.
Naming is inconsistent across the set: some tools use domain prefixes (algorand_, rh_, pika_, output_enforcer_) with either noun or verb stems, while generic crypto tools use bare get_/search_ verbs. Within prefixed groups, actions sometimes appear first (rh_list_stocks) and sometimes last (algorand_x402_info), showing no uniform convention.
At 23 tools, the set is on the heavy end of borderline. The server bundles five distinct feature areas (Algorand, Output Enforcer, Pika, Robinhood Chain, generic crypto data), which is a broad scope but each area contributes multiple tools. A tighter kit might split this into separate servers, but the count is not extreme.
Each sub-domain has solid coverage: Algorand and Robinhood have payment verification and quote flows, Output Enforcer has status/violations/clear/breakers, Pika has skills plus generation, and crypto data has quotes, listings, search, trending, and DEX pairs. Minor gaps exist, such as no tool to reset circuit breakers or fetch historical data, but core workflows are supported.