Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. Carsensor Price Range MCP Server for AI Agents
Carsensor Price Range MCP Server for AI Agents logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:23:21 PM

Carsensor Price Range MCP Server for AI Agents

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View RepositoryVisit Website

Get a used car's market-price range (min/max/median) by model and year from carsensor.net.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "carsensor-price-range-mcp-server-for-ai-agents": {
      "url": "https://woolen-snake--carsensor-price-range-mcp.apify.actor/mcp"
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Documentation Overview

carsensor Price Range MCP Server for AI Agents

If you're building an AI agent, chatbot, or app that needs to answer "is this used car's asking price fair?" โ€” not a guess, but a number grounded in real market data โ€” this MCP server gives you exactly that in a single tool call. resolvePriceRange(carModel, year) returns a market-price range (min / max / median) computed live from carsensor.net's own official price-by-model-year market statistics โ€” the same data carsensor itself publishes on its ็›ธๅ ด(market price) pages, turned into a structured, ready-to-use number instead of a page you'd have to read and interpret yourself.

What you get:

  • One tool, resolvePriceRange, taking just a car model name and a year โ€” no API keys to manage for the underlying data source, no HTML to parse yourself
  • priceRangeYen: { min, max, median } plus sampleSize (how many real carsensor listings the estimate is based on) and confidence (normal / low โ€” honestly downgraded, not hidden, when the year can't be fully verified against carsensor's own data; see "Known limitations")
  • Always-on hosting via Apify Standby mode โ€” no server to run yourself. Connect any MCP client (Claude Desktop, Claude Code, your own agent) directly to a stable HTTPS endpoint, or call it as a plain Streamable HTTP MCP server from your own app's code
config.json
{
  "ok": true,
  "carModel": "ใƒ—ใƒชใ‚ฆใ‚น",
  "year": 2018,
  "priceRangeYen": { "min": 750000, "max": 4772500, "median": 1573112 },
  "sampleSize": 412,
  "confidence": "normal",
  "disclaimer": "carsensor.netไธŠใฎๅ…ฌ้–‹ๆƒ…ๅ ฑ(็›ธๅ ดใƒšใƒผใ‚ธใฎไพกๆ ผร—ๅนดๅผ้›†่จˆ)ใ‚’ๅŸบใซใ—ใŸๅ‚่€ƒๅ€คใงใ™ใ€‚ๅ€‹ไฝ“ๅทฎใƒป่ฃ…ๅ‚™ๅทฎใƒปๅฎŸ้š›ใฎๅ•†่ซ‡็ตๆžœใฏๅๆ˜ ใ•ใ‚Œใพใ›ใ‚“ใ€‚"
}

Pay-per-event pricing โ€” see "Pricing" below. Full input/output details, setup, and technical design are further down this page.

โš ๏ธ Disclaimer (please read)

  • This Actor automatically retrieves information that is publicly available on carsensor.net. You are responsible for how you retrieve and use this data.
  • The site owner's Terms of Use, robots.txt, or access blocking could change without notice, which could stop this Actor from working or change its output unexpectedly.
  • priceRangeYen is a statistical estimate derived from carsensor's own published priceร—model-year aggregate data, not a guarantee of any individual vehicle's true value. It does not account for condition, trim/grade differences, or mileage (see "Known limitations"). Always verify a specific vehicle's price on carsensor.net itself before making any purchase or sale decision based on this data.

Who is this for?

  • AI agents and chatbots that need to ground a "what is this actually worth?" answer in real market data instead of the model's own (often outdated or hallucinated) knowledge of used-car pricing
  • App/tool developers building car-shopping, valuation, or trade-in estimation features who want a ready-made price-range lookup instead of scraping and maintaining their own carsensor.net integration
  • Anyone who wants this as a plain MCP tool call rather than a batch scrape โ€” this Actor is the single-tool, call-on-demand counterpart to our batch-oriented carsensor-resale-value-scout Actor (which scores whole lists of listings against the same underlying market data)

What can't it do (please read before integrating)

  • Mileage is not a supported input yet. Only car model and year are used โ€” the price range reflects carsensor's own model-year aggregate, not a mileage-adjusted estimate. A future version may add this.
  • Model-name resolution can occasionally fail or be slow on first use for an unfamiliar model โ€” see "Known limitations" for why, and how caching mitigates this after the first call.
  • This is a statistical estimate, not an appraisal. See the Disclaimer above.

Input / Output

Input (MCP tool call arguments):

ParameterTypeRequiredDescription
carModelstringYesCar model name, same free-text format as carsensor's own search (e.g. "ใƒ—ใƒชใ‚ฆใ‚น", "N-BOX")
yearintegerYesModel year, 4-digit (e.g. 2018)

Output (success):

FieldTypeDescription
priceRangeYen.min / .max / .medianinteger (JPY)Estimated market-price range for this model/year
sampleSizeintegerNumber of carsensor listings the estimate is aggregated from
confidence"normal" | "low""low" when the year only matches an open-ended bucket in carsensor's data (see "Known limitations") โ€” a note field explains why when this happens
cacheStatusobjecttier1/tier2 โ€” whether this call hit cached data or made a fresh request to carsensor.net (informational only, does not affect price โ€” see "Pricing")

Output (model not found / no data for that year): { "ok": false, "reason": "no_code_resolved" | "no_matching_data", "message": "..." } โ€” not charged (see "Pricing").

Usage example

Claude Desktop / any MCP client config:

config.json
{
  "mcpServers": {
    "carsensor-price-range": {
      "url": "https://woolen-snake--carsensor-price-range-mcp.apify.actor/mcp",
      "headers": { "Authorization": "Bearer YOUR_APIFY_TOKEN" }
    }
  }
}

Calling it directly from your own app (Node.js, @modelcontextprotocol/sdk):

server.ts
import { Client } from '@modelcontextprotocol/sdk/client/index.js';
import { StreamableHTTPClientTransport } from '@modelcontextprotocol/sdk/client/streamableHttp.js';

const transport = new StreamableHTTPClientTransport(
  new URL('https://woolen-snake--carsensor-price-range-mcp.apify.actor/mcp'),
  { requestInit: { headers: { Authorization: `Bearer ${process.env.APIFY_TOKEN}` } } },
);
const client = new Client({ name: 'my-app', version: '1.0.0' });
await client.connect(transport);

const result = await client.callTool({
  name: 'resolvePriceRange',
  arguments: { carModel: 'ใƒ—ใƒชใ‚ฆใ‚น', year: 2018 },
});
console.log(JSON.parse(result.content[0].text));

Pricing

EventPriceTrigger
Price range resolved (resolve-price-range-success)$0.03Charged only when resolvePriceRange successfully returns a price range. Not charged when the car model can't be resolved or no matching year data exists

Flat pricing regardless of whether the call hit cached data or triggered a fresh request to carsensor.net โ€” see "How the price was set" below for the full reasoning, including why cache-tiered pricing was deliberately rejected.

How the price was set

$0.03 sits between this Actor family's base classification tier ($0.015, e.g. listing-extracted on our carsensor-resale-value-scout Actor) and its heavier derived-signal tier ($0.045โ€“$0.065, e.g. value-score-computed) โ€” reflecting that a price range is a computed market signal, not a raw data fetch, while this tool's underlying infra cost (well under $0.001/call, most calls served from cache) leaves a large margin either way.

Why cache hits and misses are priced the same: the value delivered โ€” priceRangeYen, sampleSize, confidence โ€” is identical either way; caching is purely an internal performance/cost optimization, not a difference in what you get. Pricing it differently would also create a perverse incentive to shorten the cache TTL (more misses = more revenue), which runs directly against this tool's own design goal of minimizing load on carsensor.net.

Data source and calculation

Uses carsensor.net's own publicly-published ็›ธๅ ด(market price) page for the resolved model (/usedcar/souba/{makerCode}_S{modelCode}/), specifically its "price ร— model-year" cross-tabulation (price bucket, year bucket, listing count per cell) โ€” official aggregate data carsensor itself computes from its own live inventory, not a third-party estimate.

  • median is a count-weighted average of each matching year-bucket's price-bucket midpoint
  • min / max come from the actual price-bucket bounds of the matching cells (open-ended buckets, e.g. "ยฅ4,150,000 or more", are approximated with a ยฑ15% heuristic โ€” an empirical adjustment, not a statistically derived one)
  • This is grade-level aggregate data (e.g. all Toyota Prius trims combined), not individual-listing pricing โ€” it doesn't account for trim/grade differences, equipment, or condition

Caching (2-tier)

TierKeyValueStorageExpiry
1Car model name{ makerCode, modelCode }File-persistedUnbounded (carsensor's model coding is effectively static)
2{makerCode}_S{modelCode}carsensor's priceร—model-year cellsFile-persisted12 hours

A cache hit on both tiers means zero HTTP requests to carsensor.net for that call. On the Apify-hosted version, this cache is scoped to a single Standby run/container instance โ€” concurrent sessions can land on different container instances with independent caches, so the real-world hit rate on the hosted version may be lower than what a single long-running local process would see. A future version may move this to Apify's Key-Value Store (shared across runs) if this turns out to matter in practice.

Access interval and logging

Requests to carsensor.net are paced at a minimum 1000ms interval (1500ms by default) as a load-reduction measure โ€” the same floor used by our carsensor-resale-value-scout Actor. Every call is logged (model, year, per-tier cache hit/miss, HTTP requests actually made, response time, outcome) for future monitoring โ€” not exposed to callers, used only for operating this Actor responsibly.

FAQ

Why is confidence sometimes "low"? carsensor's year axis has an open-ended bottom bucket in its own data (e.g. "2012 or earlier"). Any year at or before that bound will match it, whether or not the model actually existed yet in that year โ€” there's no way to fully verify plausibility from this data alone, so confidence is honestly downgraded rather than reported as certain. See the note field on such responses for the specific reason.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Valet logoValet

    Get share links, publish and manage websites, artifacts and agents. No account needed.

    ๐Ÿ’ป Developer Tools2 views
    Compare vs Valet โ†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    ๐Ÿ’ป Developer Tools8 views
    Compare vs Claude Task Master โ†’
  • Skill of Skills logoSkill of Skills

    Quality-ranked, cross-platform directory of AI coding skills, plugins and MCP servers.

    ๐Ÿ’ป Developer Tools2 views
    Compare vs Skill of Skills โ†’
  • R
    Ruv Swarm

    Neural network swarm orchestration with WebAssembly acceleration and MCP integration

    ๐Ÿ’ป Developer Tools2 views
    Compare vs Ruv Swarm โ†’

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Carsensor Price Range MCP Server for AI Agents

carsensor Price Range MCP Server for AI Agents is a hosted MCP server. Add it as a remote server in your client's config: "mcpServers": { "carsensor-price-range-mcp-server-for-ai-agents": { "url": "https://woolen-snake--carsensor-price-range-mcp.apify.actor/mcp" } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCarsensor Price Range MCP Server for AI Agents AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/carsensor-price-range-mcp-server-for-ai-agents?style=directory)](https://allmcps.com/mcp/carsensor-price-range-mcp-server-for-ai-agents)
HTML Embed
<a href="https://allmcps.com/mcp/carsensor-price-range-mcp-server-for-ai-agents"><img src="https://allmcps.com/api/badge/carsensor-price-range-mcp-server-for-ai-agents?style=directory" alt="Carsensor Price Range MCP Server for AI Agents on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
More technical detailsExpand โ–พ
TransportSSE (Remote)
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair ยท 36/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to Carsensor Price Range MCP Server for AI Agents โ†’Install in Claude DesktopInstall in CursorInstall in VS Code