Speckr Developers

Vehicle data for shoppers and developers

Agents and applications can discover Speckr, compare public lookup pricing, and understand every available action before a customer signs in. Account data, purchases, and vehicle lookups use customer authorization at the moment they are needed.

Public remote MCP
Connect without credentials to discover Speckr tools and pricing. OAuth begins only when a customer-specific action is called.
Server URL: https://speckr.com/mcp
OAuth scope: speckr:access
ToolWhat it doesAccess
get_service_infoExplains Speckr capabilities and connection links.Public
list_packagesLists current lookup packages and customer prices.Public
get_credit_balanceChecks available lookup credits.OAuth
create_package_checkoutCreates a hosted Stripe Checkout link.OAuth
fetch_vehicle_specsUses one credit to retrieve and save Tesla vehicle details.OAuth
get_auto_top_up_rule
configure_auto_top_up
disable_auto_top_up
Reads or changes automatic top-up settings.OAuth

Protected tools return a standard MCP authorization challenge when called without a valid access token, so an OAuth-capable agent can ask the customer to connect their Speckr account.

Lookup packages
Public pricing returned by the MCP package discovery tool.

Duo

$2.00

2 lookup credits · expires after 30 days

Starter

$10.00

25 lookup credits · expires after 30 days

Essential

$36.00

100 lookup credits · expires after 30 days

Core

$170.00

525 lookup credits · expires after 30 days

API authentication
For direct API integrations, sign in and create a named key in Settings.
Manage API Keys
Authorization: Bearer spk_live_…

You can keep up to five active keys. Keys do not expire in v1, can be revoked at any time, and cannot create or revoke other keys.

API contract
Use the versioned OpenAPI document as the source of truth.
Open OpenAPI JSON
Base URL: https://speckr.com/api/v1

Checkout creation and vehicle lookups require a unique Idempotency-Key. Replays with the same input are safe for 24 hours.

Fetch vehicle specifications
A successful request uses one credit and adds the vehicle to My Vehicles.
curl -X POST https://speckr.com/api/v1/vehicle-specs \
  -H 'Authorization: Bearer spk_live_your_key' \
  -H 'Content-Type: application/json' \
  -H 'Idempotency-Key: lookup-001' \
  -d '{"vin":"5YJ3E1EA7KF000000"}'

The response contains the same customer-ready translations and formatting used by Vehicle Specs. Raw provider and admin-only fields are excluded.

Cookie preferences

We use first and third-party cookies and similar technologies to collect website usage data and improve, protect, and promote our products and services. You can choose to accept all cookies or accept only necessary cookies.