Developer Tools
avagenesis.com
Facilitates ERC-20 token deployment and testing on testnets with no wallet required.
ENDPOINT 1
https://avagenesis.com/api/mcp
Known tools 9
ava_deploy_tokenDeploy an ERC-20 token on Sepolia testnet with no wallet required — TESTNET ONLY, always free.
Inferred read-onlyava_get_gas_pricesGet real-time gas prices and total deployment cost estimates across all supported chains.
Inferred read-onlyava_list_templatesList all available token templates with their pre-configured feature flags.
Inferred read-onlyava_simulate_tokenValidate a token configuration and get a fee estimate without spending gas or deploying anything.
Inferred read-onlyava_get_deployment_statusPoll the current status of a token deployment by its intentId.
Inferred read-onlyava_create_token_intentDeploy an ERC-20 token on mainnet or testnet using your agent's own wallet.
Inferred read-onlyava_confirm_deploymentAfter signing and broadcasting the transaction returned by ava_create_token_intent, submit the txHash here to resolve the deployed contract address.
Inferred read-onlyCONNECT 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.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.