← bestbid.lol

INDIVIDUAL MCP TOOL

get_sponsorship_status

Privately check payment and publication independently.

bestbid.lolnone authenticationAvailability not checked

LIVE ENDPOINT

https://bestbid.lol/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_sponsorship_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

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.
  • purchase_sponsorship — Buy the quoted sponsored placement using your authorized wallet via MPP or x402.
  • update_sponsorship_copy — Update tagline and description only when the private order capability controls the listing.