← Registry

General Tools

bidspace.info

Provides general-purpose tools through the Model Context Protocol.

1 endpoint5 known toolsFirst detected September 20, 2026Last detected September 20, 2026

ENDPOINT 1

https://bidspace.info/mcp

No auth detected

MCP server metadata

Name
bidspace-mcp
Version
1.0.0
Capabilities
tools.listChanged

Known tools 5

search_vehicles

Search/list vehicle auction listings with optional filters.

Inferred read-only
get_vehicle

Get full details for one vehicle listing by its id.

Inferred read-only
get_similar_vehicles

Get vehicles similar to the given vehicle id (same make/model class).

Inferred read-only
list_brands

List every vehicle brand and its models, as a brand -> { readable, models } map.

Inferred read-only
get_price_average

Get average/min/max historical final-bid price for a brand and model.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "bidspace-mcp": {
      "type": "http",
      "url": "https://bidspace.info/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "bidspace-mcp",
  "transport": "streamable-http",
  "url": "https://bidspace.info/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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.