Car Price MCP Server
A Model Context Protocol (MCP) server that provides Brazilian vehicle price information using FIPE API.
Features
- Get all available car brands
- Search for car models and prices by brand name
- Get vehicles by type (cars, motorcycles, trucks)
- Real-time pricing data from FIPE (Brazilian vehicle price reference)
- Comprehensive vehicle information including:
- Brand and model names
- Production years
- Fuel types
- Current market prices
- FIPE reference codes
Usage
The server provides three tools:
get_car_brands()
Get all available car brands from FIPE API.
Returns:
- List of car brands with their codes and names
search_car_price(brand_name: str)
Search for car models and prices by brand name.
Parameters:
brand_name: Car brand name to search for (e.g., “Toyota”, “Honda”, “Ford”)
Returns:
- Car models with current market prices from FIPE database
get_vehicles_by_type(vehicle_type: str)
Get vehicles by type.
Parameters:
vehicle_type: Type of vehicles (“carros”/“cars”, “motos”/“motorcycles”, “caminhoes”/“trucks”)
Returns:
- List of vehicle brands for the specified type
Installation
- Install dependencies:
pip install -r requirements.txt
- Run the server:
python server.py
API
This MCP server uses FIPE API (https://deividfortuna.github.io/fipe/) which provides official Brazilian vehicle pricing data from Fundação Instituto de Pesquisas Econômicas.
Car Price Server
Project Details
- yusaaztrk/car-price-mcp-main
- Last Updated: 5/28/2025
Recomended MCP Servers
MCP Implementation for Gmail Services
MCP server integrating CEDARScript grammar functionality into tool use.
MCP server for converting Figma designs to React components
Allow LLMs to control a browser with Browserbase and Stagehand
MCP Server for Trino
Typescript implementation of MCP server for Valyu Network API (https://docs.valyu.network/api-reference)
tutorial for mcp server development
A mockup full stack app built with React, FastAPI, MongoDB, and Docker, powered by CLIP for multi-tagging and...
A Model Context Protocol server for Flux image generation, providing tools for image generation, manipulation, and control
All-in-one infrastructure for search, recommendations, RAG, and analytics offered via API





