← apibara.tech

INDIVIDUAL MCP TOOL

list_auction_locations

Retrieve supported auction facilities and locations.

apibara.technone authenticationAvailability not checked

LIVE ENDPOINT

https://apibara.tech/mcp

No auth detected

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

apibara.tech

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.apibara-vehicle-auction-data]
url = "https://apibara.tech/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "apibara-vehicle-auction-data": {
      "type": "http",
      "url": "https://apibara.tech/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: apibara-vehicle-auction-data
Remote MCP URL: https://apibara.tech/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": {
    "apibara-vehicle-auction-data": {
      "url": "https://apibara.tech/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "apibara-vehicle-auction-data": {
      "type": "http",
      "url": "https://apibara.tech/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "apibara-vehicle-auction-data",
  "transport": "streamable-http",
  "url": "https://apibara.tech/mcp"
}
MCP Inspector

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

Related tools

  • search_auction_vehicles — Search supported Copart and IAAI vehicle auction records.
  • get_vehicle — Retrieve one supported vehicle record by the VIN or slug_vin accepted by the canonical detail endpoint.
  • get_vehicle_history — Retrieve retained Copart + IAAI auction history for one supported vehicle when available.
  • get_related_vehicles — Retrieve related supported auction vehicles.
  • get_vehicle_filters — Retrieve current supported filter metadata for search UIs and integrations.
  • calculate_shipping — Retrieve supported auction-to-port shipping information by VIN or lot number when location and route data are available.
  • get_api_usage — Retrieve authenticated API usage and current plan limits for the supplied X-API-Key.