← Registry

Developer Tools

avagenesis.com

Facilitates ERC-20 token deployment and testing on testnets with no wallet required.

1 endpoint9 known toolsFirst detected May 27, 2026Last detected July 1, 2026

ENDPOINT 1

https://avagenesis.com/api/mcp

No auth detected

Known tools 9

ava_deploy_token

Deploy an ERC-20 token on Sepolia testnet with no wallet required — TESTNET ONLY, always free.

Inferred read-only
ava_get_gas_prices

Get real-time gas prices and total deployment cost estimates across all supported chains.

Inferred read-only
ava_list_templates

List all available token templates with their pre-configured feature flags.

Inferred read-only
ava_simulate_token

Validate a token configuration and get a fee estimate without spending gas or deploying anything.

Inferred read-only
ava_get_deployment_status

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

Inferred read-only
ava_list_my_tokens

List all ERC-20 tokens deployed via your API key, newest first.

Inferred read-only
ava_create_api_key

Create a new Ava Genesis API key.

Potential side effects
ava_create_token_intent

Deploy an ERC-20 token on mainnet or testnet using your agent's own wallet.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for avagenesis.com was fetched 2026-08-31T03:18:33.251Z.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.