INDIVIDUAL MCP TOOL
prepare_broker_trade
VERIFICATION-GATED: build the UNSIGNED Uniswap V3 swap that makes a StonkBroker's OWN ERC-6551 wallet trade one token for another on Robinhood Chain — the wallet spends, and the OUTPUT LANDS IN THE WALLET, so both sides belong to the NFT and transfer with it on sale.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests a financial action.
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.