← deploydollars.com

INDIVIDUAL MCP TOOL

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.

deploydollars.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://deploydollars.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_quote and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

deploydollars.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.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.

Related tools

  • network_info — Chain id, contract addresses (pad, router, USDC), RPC, explorer, and the rules every send on Arc must follow.
  • list_coins — Every coin launched on the pad: price, market cap, 24h volume and change, trades, holders, age, graduation.
  • get_coin — One pad coin: identity, live pool state with its source and age, market cap, top holders, share page.
  • build_swap — Unsigned approve + swap calldata (Uniswap v3 router exactInputSingle) for the caller to sign.
  • 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).
  • get_holders — Holder count and top holders of a pad coin from our own Transfer-event index (pool and pad excluded).
  • get_screener — Top Arc tokens chain-wide by 24h volume, any launchpad, with a launchedHere flag.