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.
ENDPOINT 1
https://deploydollars.com/mcp
MCP server metadata
- Name
- deploy-dollars
- Version
- 1.0.0
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_infoChain id, contract addresses (pad, router, USDC), RPC, explorer, and the rules every send on Arc must follow.
Potential side effectslist_coinsEvery coin launched on the pad: price, market cap, 24h volume and change, trades, holders, age, graduation.
Inferred read-onlyget_coinOne pad coin: identity, live pool state with its source and age, market cap, top holders, share page.
Inferred read-onlyget_quoteExact-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-onlybuild_swapUnsigned approve + swap calldata (Uniswap v3 router exactInputSingle) for the caller to sign.
Inferred read-onlybuild_launchUnsigned 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-onlyget_holdersHolder count and top holders of a pad coin from our own Transfer-event index (pool and pad excluded).
Potential side effectsget_screenerTop Arc tokens chain-wide by 24h volume, any launchpad, with a launchedHere flag.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.