POST /api/v1/mcp · tools/list
9 toolstoolget_positions→/positions
toolget_position_timeline→/trader/{address}/position-timeline
toolexplore_markets→/markets/explore
toolget_trader→/trader/{address}
toolget_whale_trades→/whale-trades
toolget_leaderboard→/leaderboard
Same auth, pagination, payload as REST
`POST /api/v1/mcp` now lists nine read-only tools via `tools/list`, including `get_positions`, `get_position_timeline`, and `explore_markets`. Each tool dispatches to the existing public REST handler, so MCP clients inherit the same auth, pagination, and payload contracts as direct REST callers. Full reference at docs.0xinsider.com/changelog.