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.
https://speckr.com/mcpspeckr:access| Tool | What it does | Access |
|---|---|---|
get_service_info | Explains Speckr capabilities and connection links. | Public |
list_packages | Lists current lookup packages and customer prices. | Public |
get_credit_balance | Checks available lookup credits. | OAuth |
create_package_checkout | Creates a hosted Stripe Checkout link. | OAuth |
fetch_vehicle_specs | Uses one credit to retrieve and save Tesla vehicle details. | OAuth |
get_auto_top_up_ruleconfigure_auto_top_updisable_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.
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
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.
https://speckr.com/api/v1Checkout creation and vehicle lookups require a unique Idempotency-Key. Replays with the same input are safe for 24 hours.
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.