← Registry

General Tools

apibara.tech

Provides general-purpose tools through the Model Context Protocol.

1 endpoint8 known toolsFirst detected September 19, 2026Last detected September 20, 2026

ENDPOINT 1

https://apibara.tech/mcp

No auth detected

MCP server metadata

Name
apibara-vehicle-auction-data
Version
1.0.0
Capabilities
tools
Server instructions

Read-only vehicle auction data tools. X-API-Key is required for tool calls.

Known tools 8

search_auction_vehicles

Search supported Copart and IAAI vehicle auction records.

Inferred read-only
get_vehicle

Retrieve one supported vehicle record by the VIN or slug_vin accepted by the canonical detail endpoint.

Inferred read-only
get_vehicle_history

Retrieve retained Copart + IAAI auction history for one supported vehicle when available.

Inferred read-only
get_related_vehicles

Retrieve related supported auction vehicles.

Inferred read-only
get_vehicle_filters

Retrieve current supported filter metadata for search UIs and integrations.

Inferred read-only
list_auction_locations

Retrieve supported auction facilities and locations.

Inferred read-only
calculate_shipping

Retrieve supported auction-to-port shipping information by VIN or lot number when location and route data are available.

Inferred read-only
get_api_usage

Retrieve authenticated API usage and current plan limits for the supplied X-API-Key.

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.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.

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.