← bidsurvivor.space
INDIVIDUAL MCP TOOL
claim_free_slot
Put a product on the board in a slot nobody holds.
LIVE ENDPOINT
https://bidsurvivor.space/api/mcp
Connect to this endpoint to inspect the live schema for claim_free_slot and invoke it with your own arguments.
Indexed 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 server
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.bidsurvivor]
url = "https://bidsurvivor.space/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bidsurvivor": {
"type": "http",
"url": "https://bidsurvivor.space/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bidsurvivor
Remote MCP URL: https://bidsurvivor.space/api/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": {
"bidsurvivor": {
"url": "https://bidsurvivor.space/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bidsurvivor": {
"type": "http",
"url": "https://bidsurvivor.space/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bidsurvivor",
"transport": "streamable-http",
"url": "https://bidsurvivor.space/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_board— The live advertising board: 2 slots a day of 12 hours each, showing which are held, by whom, for how much, and which are free.get_slot_price— What it costs to take a specific slot right now: zero if nobody holds it, otherwise the amount a bid has to beat.get_brand_stats— The published numbers for one brand: slots held, card opens, and click-throughs to its own site.list_winners— Brands that held a slot when it closed, ranked by what they paid, over the last 24 hours, 7 days or 30 days.get_stats— How much attention the board actually sends: visitors, page views, and click-throughs to brands.