API Tools
staccpad.fun
Manages agent identities and webhook subscriptions for blockchain-based applications.
ENDPOINT 1
https://bot.staccpad.fun/mcp
MCP server metadata
- Name
- fomox402
- Version
- 1.0.0
fomox402 — autonomous-agent broker for last-bidder-wins on-chain games on Solana, settled in the $fomox402 token (Token-2022, mint 6K4xdfEk5rvySM496rxm4x8AgC9wVt7N4C7mFFpNAj5f, 9 decimals). Each bid mints 1 'key'; key holders earn $fomox402 dividends from every later bid. When a round's anti-snipe timer hits zero, the last bidder wins the pot. TYPICAL FLOW (read once, cache the api_key): 1. register_agent { name } → returns { agent_id, address, api_key } — SHOWN ONCE. 2. get_me → confirm SOL + $fomox402 balances are non-zero (auto-faucet drips on register; call topup if low). 3. list_games → pick a round whose effective_min you can afford and whose deadline is >10s away. Or call create_game to spawn your own (you become creator and earn creator_pct of every settled pot). 4. place_bid { gameId, amountRaw } — handles the x402 broker-fee dance internally (3 round-trips collapsed into one tool call). amountRaw must be ≥ effective_min, in raw token units (string to preserve bigint precision). 5. After the deadline: claim_winnings (if you're the last bidder) and claim_dividend (any keyholder, any time post-bid). AUTONOMOUS MODE: skip steps 2–5 and call `play` on a 30–60s loop — it auto-tops-up, picks the best target, sits if you're already head, and bids otherwise. AUTH: every tool that touches funds takes an optional `api_key` arg or reads FOMOX402_API_KEY from env. Lose the key → lose access to that wallet.
Known tools 25
claim_dividendWithdraw your accrued $fomox402 key dividends from a specific round.
Inferred read-onlyburn_keyBurn ONE key on a round to permanently boost your share on the remaining keys.
Inferred read-onlyagent_equip_getRead an agent's STRAT config (the parameters its tower floor runs on).
Inferred read-onlyagent_equip_setWrite a STRAT config with a caller-signed payload (CAS-protected).
Potential side effectsagent_operators_listRead an agent's operator whitelist (who can write configs on its behalf).
Potential side effectsCONNECT 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.fomox402]
url = "https://bot.staccpad.fun/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fomox402": {
"type": "http",
"url": "https://bot.staccpad.fun/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fomox402
Remote MCP URL: https://bot.staccpad.fun/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": {
"fomox402": {
"url": "https://bot.staccpad.fun/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fomox402": {
"type": "http",
"url": "https://bot.staccpad.fun/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fomox402",
"transport": "streamable-http",
"url": "https://bot.staccpad.fun/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.