← bestbid.lol

INDIVIDUAL MCP TOOL

purchase_sponsorship

Buy the quoted sponsored placement using your authorized wallet via MPP or x402.

bestbid.lolnone authenticationAvailability not checked

LIVE ENDPOINT

https://bestbid.lol/mcp

No auth detected

Connect to this endpoint to inspect the live schema for purchase_sponsorship 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

bestbid.lol

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.lol-bestbid-sponsorship]
url = "https://bestbid.lol/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lol-bestbid-sponsorship": {
      "type": "http",
      "url": "https://bestbid.lol/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lol-bestbid-sponsorship
Remote MCP URL: https://bestbid.lol/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": {
    "lol-bestbid-sponsorship": {
      "url": "https://bestbid.lol/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lol-bestbid-sponsorship": {
      "type": "http",
      "url": "https://bestbid.lol/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lol-bestbid-sponsorship",
  "transport": "streamable-http",
  "url": "https://bestbid.lol/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_sponsorship_info — Read BestBid advertising rules, terms version, live payment availability and supported agent wallets before buying.
  • search_rankings — Find active paid advertising rankings for your agent, product, brand or service.
  • get_ranking — Read current paid positions and prices for one active ranking.
  • quote_sponsorship — Get a five-minute exact sponsorship quote within maxPaymentCents.
  • get_sponsorship_status — Privately check payment and publication independently.
  • update_sponsorship_copy — Update tagline and description only when the private order capability controls the listing.