← avagenesis.com

INDIVIDUAL MCP TOOL

ava_get_deployment_status

Poll the current status of a token deployment by its intentId.

avagenesis.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent endpoint

avagenesis.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.avagenesis-com]
url = "https://avagenesis.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "avagenesis-com": {
      "type": "http",
      "url": "https://avagenesis.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: avagenesis-com
Remote MCP URL: https://avagenesis.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "avagenesis-com": {
      "url": "https://avagenesis.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "avagenesis-com": {
      "type": "http",
      "url": "https://avagenesis.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "avagenesis-com",
  "transport": "streamable-http",
  "url": "https://avagenesis.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • ava_deploy_token — Deploy an ERC-20 token on Sepolia testnet with no wallet required — TESTNET ONLY, always free.
  • ava_get_gas_prices — Get real-time gas prices and total deployment cost estimates across all supported chains.
  • ava_list_templates — List all available token templates with their pre-configured feature flags.
  • ava_simulate_token — Validate a token configuration and get a fee estimate without spending gas or deploying anything.
  • ava_list_my_tokens — List all ERC-20 tokens deployed via your API key, newest first.
  • ava_create_api_key — Create a new Ava Genesis API key.
  • ava_create_token_intent — Deploy an ERC-20 token on mainnet or testnet using your agent's own wallet.
  • ava_confirm_deployment — After signing and broadcasting the transaction returned by ava_create_token_intent, submit the txHash here to resolve the deployed contract address.