General Tools
apibara.tech
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://apibara.tech/mcp
MCP server metadata
- Name
- apibara-vehicle-auction-data
- Version
- 1.0.0
Read-only vehicle auction data tools. X-API-Key is required for tool calls.
Known tools 8
get_vehicleRetrieve one supported vehicle record by the VIN or slug_vin accepted by the canonical detail endpoint.
Inferred read-onlyget_vehicle_historyRetrieve retained Copart + IAAI auction history for one supported vehicle when available.
Inferred read-onlyget_vehicle_filtersRetrieve current supported filter metadata for search UIs and integrations.
Inferred read-onlycalculate_shippingRetrieve supported auction-to-port shipping information by VIN or lot number when location and route data are available.
Inferred read-onlyget_api_usageRetrieve authenticated API usage and current plan limits for the supplied X-API-Key.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.