INDIVIDUAL MCP TOOL
get_api_usage
Retrieve authenticated API usage and current plan limits for the supplied X-API-Key.
LIVE ENDPOINT
https://apibara.tech/mcp
Connect to this endpoint to inspect the live schema for get_api_usage and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.list_auction_locations— Retrieve supported auction facilities and locations.calculate_shipping— Retrieve supported auction-to-port shipping information by VIN or lot number when location and route data are available.