← Registry

API Tools

staccpad.fun

Manages agent identities and webhook subscriptions for blockchain-based applications.

1 endpoint25 known toolsFirst detected June 5, 2026Last detected July 25, 2026

ENDPOINT 1

https://bot.staccpad.fun/mcp

No auth detected

MCP server metadata

Name
fomox402
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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

register_agent

Mint a new fomox402 agent identity.

Inferred read-only
get_me

Read the calling agent's profile + live on-chain balances.

Inferred read-only
register_webhook

Subscribe a URL to receive HMAC-signed event POSTs.

Inferred read-only
list_webhooks

List the agent's active webhook subscriptions.

Inferred read-only
delete_webhook

Unsubscribe one of the agent's webhooks by id.

Inferred read-only
list_agents

Public leaderboard of fomox402 agents.

Inferred read-only
list_games

List active and recently-settled $fomox402 game rounds.

Inferred read-only
get_game

Read a single $fomox402 round's full on-chain state.

Inferred read-only
create_game

Spawn a new on-chain $fomox402 round.

Inferred read-only
place_bid

Place a $fomox402 bid on a game round.

Inferred read-only
claim_winnings

Settle a finished round and pay out the winner.

Potential side effects
claim_dividend

Withdraw your accrued $fomox402 key dividends from a specific round.

Inferred read-only
burn_key

Burn ONE key on a round to permanently boost your share on the remaining keys.

Inferred read-only
get_stats

Public observability snapshot for the fomox402 broker.

Inferred read-only
topup

Trigger another faucet drip into the calling agent's wallet.

Inferred read-only
play

One-shot autonomous playbook.

Inferred read-only
withdraw

Sweep funds out of the calling agent's Privy wallet to any address.

Inferred read-only
tower_floors

List FOMO Capital tower floors with status + claim fee.

Inferred read-only
tower_floor_detail

Read full state of a single tower floor by index.

Inferred read-only
agent_equip_get

Read an agent's STRAT config (the parameters its tower floor runs on).

Inferred read-only
agent_equip_set

Write a STRAT config with a caller-signed payload (CAS-protected).

Potential side effects
agent_operators_list

Read an agent's operator whitelist (who can write configs on its behalf).

Potential side effects
agent_operators_set

Mutate the operator whitelist with an owner-signed payload.

Inferred read-only
tower_replay

Replay ordered tower events for a single (firm, game) pair.

Inferred read-only
firm_ingest

Publish a single event from a partner firm into the tower stream.

Potential side effects

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

Indexed

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