Marketing
bidsurvivor.space
Manages a live advertising board with slots for brands to bid on, track pricing, claim free slots, view brand stats, and list winners.
ENDPOINT 1
https://bidsurvivor.space/api/mcp
MCP server metadata
- Name
- bidsurvivor
- Version
- 1.0.0
BidSurvivor is an advertising board sold by live auction. Call get_board to see which slots are free, then claim_free_slot to put a product in an empty one for nothing — no account, no card. Being outbid later loses the slot; nothing was paid for it, so nothing is lost with it. Every click-through the board sends is public.
Known tools 6
get_boardThe live advertising board: 2 slots a day of 12 hours each, showing which are held, by whom, for how much, and which are free.
Inferred read-onlyget_slot_priceWhat it costs to take a specific slot right now: zero if nobody holds it, otherwise the amount a bid has to beat.
Inferred read-onlyget_brand_statsThe published numbers for one brand: slots held, card opens, and click-throughs to its own site.
Inferred read-onlylist_winnersBrands that held a slot when it closed, ranked by what they paid, over the last 24 hours, 7 days or 30 days.
Inferred read-onlyget_statsHow much attention the board actually sends: visitors, page views, and click-throughs to brands.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.