Ava Genesis Agent API
Server Details
Deploy ERC-20 tokens on Ethereum, Base, BNB Chain, Polygon, and Sepolia testnet via one MCP tool call. Returns a deployed contract address. $10 flat fee per mainnet deployment — same as human users. Free on Sepolia testnet. Requires an API key from https://avagenesis.com/api/agents/keys
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 0.0% over 37 days
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 9 tools
Every tool has a clearly distinct purpose. The two deployment tools (ava_create_token_intent and ava_deploy_token) are well-differentiated by network and wallet requirements, and related tools like ava_confirm_deployment and ava_get_deployment_status serve different steps in the workflow.
All tools follow the consistent pattern 'ava_verb_noun' with descriptive verbs (create, deploy, confirm, get, list, simulate) and nouns, all in snake_case. No mixing of conventions.
With 9 tools covering the full deployment lifecycle (API key creation, simulation, template browsing, gas prices, two deployment methods, status polling, confirmation, and token listing), the count is well-scoped and each tool earns its place.
The tool set covers the complete workflow from bootstrap to deployment and verification. Simulation, gas estimation, testnet/mainnet deployment, status polling, and token listing are all included, with no obvious gaps for the server's stated purpose of token deployment.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
6 tool updates
- Changed
ava_confirm_deployment3 fields changed- added
Input schema / properties / apiKey / descriptionAdded value: +"Your Ava Genesis API key (ava_live_...) used when the intent was created" - added
Input schema / properties / intentId / descriptionAdded value: +"The intentId returned by ava_create_token_intent" - changed
Input schema / properties / txHash / descriptionPrevious value: -"0x-prefixed 32-byte transaction hash"New value: +"0x-prefixed 32-byte transaction hash from your signed and broadcast transaction"
- Changed
ava_create_api_key2 fields changed- changed
Input schema / properties / monthlyLimit / descriptionPrevious value: -"Max deployments/month (default: 100)"New value: +"Maximum number of mainnet deployments allowed per calendar month (default: 100). Does not limit Sepolia testnet deployments." - changed
Input schema / properties / name / descriptionPrevious value: -"Label for the key"New value: +"Human-readable label for this key, e.g. 'Treasury Agent v1'. Helps identify the key in your dashboard."
- Changed
ava_create_token_intent11 fields changed- added
Input schema / properties / apiKey / descriptionAdded value: +"Your Ava Genesis API key (ava_live_...)" - added
Input schema / properties / callbackUrl / descriptionAdded value: +"Optional HTTPS webhook URL to receive status updates (deploying, deployed, failed). Signed with HMAC-SHA256." - changed
Input schema / properties / chain / descriptionPrevious value: -"Target chain. Base and BNB have lowest gas fees."New value: +"Target chain. Base and BNB Chain have the lowest gas fees and are recommended for most agent deployments." - added
Input schema / properties / decimals / descriptionAdded value: +"Token decimal places (default: 18)" - added
Input schema / properties / features / descriptionAdded value: +"Optional feature flags. Premium features (mintable, pausable, blacklist, transferTax, antiWhale) trigger $50 tier. Burnable alone is $20 tier." - added
Input schema / properties / idempotencyKey / descriptionAdded value: +"Optional unique string to prevent duplicate deployments on retry. Same key returns the original intent instead of creating a new one." - added
Input schema / properties / name / descriptionAdded value: +"Token name, e.g. 'Agent Treasury Token'" - added
Input schema / properties / supply / descriptionAdded value: +"Initial token supply as a number string, e.g. '1000000'. Avoid scientific notation." - added
Input schema / properties / symbol / descriptionAdded value: +"Token ticker symbol, e.g. 'ATT' (max 16 chars, uppercase recommended)" - added
Input schema / properties / template / descriptionAdded value: +"Optional preset that pre-fills feature flags. Use ava_list_templates to see each preset's config." - added
Input schema / properties / template / enumAdded value: +[ + "utility", + "governance", + "reward", + "treasury", + "community", + "meme" +]
- Changed
ava_get_deployment_status2 fields changed- added
Input schema / properties / apiKey / descriptionAdded value: +"Your Ava Genesis API key (ava_live_...) used when the deployment was created" - added
Input schema / properties / intentId / descriptionAdded value: +"The intentId returned by ava_deploy_token, ava_create_token_intent, or ava_confirm_deployment"
- Changed
ava_list_my_tokens4 fields changed- added
Input schema / properties / apiKey / descriptionAdded value: +"Your Ava Genesis API key (ava_live_...)" - added
Input schema / properties / chain / descriptionAdded value: +"Filter by chain. Omit to return tokens across all chains." - changed
Input schema / properties / limit / descriptionPrevious value: -"Default: 50"New value: +"Number of results to return (default: 50, max: 200)" - added
Input schema / properties / status / descriptionAdded value: +"Filter by deployment status. Omit to return all statuses."
- Changed
ava_simulate_token10 fields changed- added
Input schema / properties / apiKey / descriptionAdded value: +"Your Ava Genesis API key (ava_live_...)" - added
Input schema / properties / chain / descriptionAdded value: +"Target chain for fee estimate. Base and BNB Chain have lowest gas fees." - changed
Input schema / properties / decimals / descriptionPrevious value: -"Default: 18"New value: +"Token decimal places (default: 18). Use 6 for stablecoin-like tokens, 18 for standard ERC-20." - added
Input schema / properties / features / descriptionAdded value: +"Optional feature overrides. Any premium feature (mintable, pausable, blacklist, transferTax, antiWhale) triggers the $50 tier. Burnable alone is $20 Basic tier." - added
Input schema / properties / features / propertiesAdded value: +{ + "antiWhale": { + "description": "Enable per-wallet supply cap ($50 tier)", + "type": "boolean" + }, + "blacklist": { + "description": "Owner can block specific addresses ($50 tier)", + "type": "boolean" + }, + "burnable": { + "description": "Token holders can burn their own tokens ($20 tier)", + "type": "boolean" + }, + "maxWalletPercent": { + "description": "Max % of supply any single wallet can hold (1-100). Requires antiWhale: true.", + "type": "number" + }, + "mintable": { + "description": "Owner can mint additional tokens after deploy ($50 tier)", + "type": "boolean" + }, + "pausable": { + "description": "Owner can pause all transfers ($50 tier)", + "type": "boolean" + }, + "transferTax": { + "description": "Tax in basis points on every transfer (100=1%, max 2500=25%). Triggers $50 tier.", + "type": "number" + } +} - added
Input schema / properties / name / descriptionAdded value: +"Token name, e.g. 'My Protocol Token'" - added
Input schema / properties / supply / descriptionAdded value: +"Initial token supply as a number string, e.g. '1000000'. Avoid scientific notation." - added
Input schema / properties / symbol / descriptionAdded value: +"Token ticker symbol, e.g. 'MPT' (max 16 chars, uppercase recommended)" - added
Input schema / properties / template / descriptionAdded value: +"Optional preset that pre-fills feature flags. Use ava_list_templates to see each preset's config." - added
Input schema / properties / template / enumAdded value: +[ + "utility", + "governance", + "reward", + "treasury", + "community", + "meme" +]
9 tool updates
- First observed
ava_confirm_deployment - First observed
ava_create_api_key - First observed
ava_create_token_intent - First observed
ava_deploy_token - First observed
ava_get_deployment_status - First observed
ava_get_gas_prices - First observed
ava_list_my_tokens - First observed
ava_list_templates - First observed
ava_simulate_token
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables brand visibility monitoring across major AI platforms like ChatGPT, Claude, Gemini, and Perplexity. It allows users to track visibility scores, analyze competitor data, and receive actionable insights to improve AI-generated brand recommendations.167 npm1MIT
- AlicenseCqualityAmaintenanceCompetitor Monitor AI - MCP server providing AI-powered tools and automation by MEOK AI Labs119 npm49 PyPIMIT
- AlicenseNot gradedqualityBmaintenanceEnables tracking competitor websites, changelogs, blog feeds, and pricing pages with meaningful diffs, classification, and Markdown digests via MCP tools for listing, adding, removing competitors, running checks, and retrieving digests or changes.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.