← thefloor-dashboard-production.up.railway.app
INDIVIDUAL MCP TOOL
prepare_wrap_eth
Build the UNSIGNED transaction to wrap native ETH into WETH (step 1 of buying FLOOR — the router swaps WETH, not raw ETH).
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
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.the-floor]
url = "https://thefloor-dashboard-production.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"the-floor": {
"type": "http",
"url": "https://thefloor-dashboard-production.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: the-floor
Remote MCP URL: https://thefloor-dashboard-production.up.railway.app/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": {
"the-floor": {
"url": "https://thefloor-dashboard-production.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"the-floor": {
"type": "http",
"url": "https://thefloor-dashboard-production.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "the-floor",
"transport": "streamable-http",
"url": "https://thefloor-dashboard-production.up.railway.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_floor_state— The whole state of the floor in one call: price, market cap, supply, burned, emissions/halving, global alpha, player count, and the reinvest-vs-sell split.get_player— One wallet: desk tier, alpha, share of emissions, FLOOR/day, pending PnL, balance, seated operator roster, and lifetime spend/sold.get_leaderboard— Wallets ranked by alpha (earning power), plus top recruiters by referral earned.get_behavior— Do desk owners reinvest or dump?get_history— Daily snapshots for trends: price, market cap, burned, supply, players, alpha, holders.get_live_actions— Recent on-chain game actions: collect, claim, seat, recruit, starter, unseat, upgrade, newdesk, referral, firmburn.get_holders— Top $FLOOR holders by balance.get_firms— Firms, their members and contributions, plus unaffiliated free agents ranked by alpha.