Data Collection
tiresapi.com
Provides free access to tire pricing, fitment, and retailer freshness data via cookbook searches and database queries.
ENDPOINT 1
https://tiresapi.com/mcp
Known tools 39
cookbook_searchFREE — CALL THIS FIRST for any tire-pricing, fitment, market-spread, promo, retailer, freshness, or 'what's the best X under $Y' question you haven't answered before.
cookbook_readFREE — Return the full Markdown body of one cookbook recipe by slug.
corpus_retailer_freshnessFREE — Per-retailer scrape recency over a 30-day window.
view_proc_sourceFREE — Read the live T-SQL source of one of the allowlisted PUBLIC procs / views (Corpus_*, Answer_*, public dbo.v_* sandbox views).
list_elevated_diagnosticsFREE with bearer — returns GET /api/v1/agents/me including `elevated_access` (tier, extra_sandbox_views, elevated_proc_sources, sandbox billing).
view_elevated_proc_sourceFREE with bearer — diagnostics-tier only.
view_elevated_view_sourceFREE with bearer — diagnostics-tier only.
evsrc_v_inventory_history_diagnosticsFREE with bearer — diagnostics-tier DDL for dbo.v_inventory_history_diagnostics only.
evsrc_v_response_raw_diagnosticsFREE with bearer — diagnostics-tier DDL for dbo.v_response_raw_diagnostics only.
evsrc_v_tire_inventoryFREE with bearer — diagnostics-tier DDL for dbo.v_tire_inventory only.
evsrc_v_tire_product_detailFREE with bearer — diagnostics-tier DDL for dbo.v_tire_product_detail only.
evsrc_v_tire_sizeFREE with bearer — diagnostics-tier DDL for dbo.v_tire_size only.
evsrc_v_retailer_storeFREE with bearer — diagnostics-tier DDL for dbo.v_retailer_store only.
evsrc_v_retailer_store_detailFREE with bearer — diagnostics-tier DDL for dbo.v_retailer_store_detail only.
fitment_yearsList vehicle years for tire fitment lookup.
fitment_makesList vehicle makes for a given year.
fitment_modelsList vehicle models for a make/year.
fitment_trimsFREE: list OEM trims for a (year, make_id, model_id).
fitment_sizesStock + optional tire sizes for a make/year/model.
stores_nearPAID ($0.001): Retailers within radius of a ZIP (optional SKU filter).
best_price_nearPAID ($0.001): Cheapest tire listing near a ZIP for a size or SKU.
corpus_facets_indexFREE: facet index (metadata + endpoint links; no huge enum arrays).
corpus_facets_brandsFREE: legal brand values for corpus filters.
corpus_facets_tire_sizesFREE: legal tire size strings for corpus filters.
corpus_facets_retailersFREE: retailer keys in the store directory.
corpus_facets_statesFREE: US states with retailer stores.
corpus_facets_history_windowFREE: min/max UTC dates in inventory history.
corpus_facets_brand_tiersFREE: brand → fg_brand_tier classification map (Best/Better/Good/Economy).
corpus_cataloguePAID ($5.000): Paged tire SKU catalogue (max 100 rows/page).
corpus_retailersPAID ($5.000): Paged retailer store directory (max 100 rows/page).
corpus_retailer_feesPAID ($0.005): Per-retailer fee structure (install + disposal + shop + road-hazard + lifetime-balance + alignment) for converting sticker prices into DRIVE-OUT (out-the-door) totals.
corpus_inventory_latestPAID ($0.010): Latest inventory snapshot rows (requires a narrowing filter).
corpus_inventory_historyPAID ($0.050): Inventory history walk with date/size/retailer/geo filters (200 rows/page).
corpus_price_deltas_dmaPAID ($0.050): Widest same-tire price spread per DMA on a snapshot date.
corpus_price_deltas_zipPAID ($0.050): Widest same-tire price spread inside zip+radius.
corpus_price_history_skuPAID ($0.030): Daily min/avg/max price series for one SKU (up to 365 days).
corpus_price_history_sizePAID ($0.030): Daily min/avg/max price series for a tire size (up to 365 days).
corpus_promo_frequencyPAID ($0.030): Use when asked HOW OFTEN or HOW FREQUENTLY any retailer runs promotions, or to compare promo cadence across retailers / brands.
run_queryPAID ($0.020): SQL sandbox.