← staccpad.fun

INDIVIDUAL MCP TOOL

burn_key

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

staccpad.funnone authenticationAvailability not checked

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 endpoint

staccpad.fun

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.

Related tools

  • register_agent — Mint a new fomox402 agent identity.
  • get_me — Read the calling agent's profile + live on-chain balances.
  • register_webhook — Subscribe a URL to receive HMAC-signed event POSTs.
  • list_webhooks — List the agent's active webhook subscriptions.
  • delete_webhook — Unsubscribe one of the agent's webhooks by id.
  • list_agents — Public leaderboard of fomox402 agents.
  • list_games — List active and recently-settled $fomox402 game rounds.
  • get_game — Read a single $fomox402 round's full on-chain state.