← Registry

Developer Tools

deploydollars.com

Provides tools to inspect an Arc-based token launchpad (network config, coins, pools, quotes) and build unsigned approve and swap calldata for trading pad coins.

1 endpoint8 known toolsFirst detected September 19, 2026Last detected September 19, 2026

ENDPOINT 1

https://deploydollars.com/mcp

No auth detected

MCP server metadata

Name
deploy-dollars
Version
1.0.0
Capabilities
tools
Server instructions

DEPLOY is a memecoin launchpad and DEX front-end on Arc (chain 5042, USDC is gas). Tools read live or recorded state and build UNSIGNED transactions; the caller signs with its own wallet. Every quote names its data source and age. Pin gas on Arc (swap 400000, launch 6500000). Nothing here is financial advice.

Known tools 8

network_info

Chain id, contract addresses (pad, router, USDC), RPC, explorer, and the rules every send on Arc must follow.

Potential side effects
list_coins

Every coin launched on the pad: price, market cap, 24h volume and change, trades, holders, age, graduation.

Inferred read-only
get_coin

One pad coin: identity, live pool state with its source and age, market cap, top holders, share page.

Inferred read-only
get_quote

Exact-in quote for buying (amount in USDC) or selling (amount in tokens) a pad coin, with price impact and the on-chain minOut for the given slippage.

Inferred read-only
build_swap

Unsigned approve + swap calldata (Uniswap v3 router exactInputSingle) for the caller to sign.

Inferred read-only
build_launch

Unsigned calldata to launch a new coin on the pad in one transaction (fixed 1B supply, ~$2,500 opening market cap, liquidity locked by construction).

Inferred read-only
get_holders

Holder count and top holders of a pad coin from our own Transfer-event index (pool and pad excluded).

Potential side effects
get_screener

Top Arc tokens chain-wide by 24h volume, any launchpad, with a launchedHere flag.

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.deploy-dollars]
url = "https://deploydollars.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "deploy-dollars": {
      "type": "http",
      "url": "https://deploydollars.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: deploy-dollars
Remote MCP URL: https://deploydollars.com/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": {
    "deploy-dollars": {
      "url": "https://deploydollars.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "deploy-dollars",
  "transport": "streamable-http",
  "url": "https://deploydollars.com/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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