Car Price MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Car Price MCP Serverlist car brands from FIPE"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Tabela FIPE
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.txtRun the server:
python server.pyAPI
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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Brazilian FIPE vehicle reference prices: search, current price, history and comparison. Keyless.
Reference vehicle prices in Brazil (FIPE table), cars, motorcycles and trucks. Browse by brand/model
SENATRAN: Meus Vehicles - Possuidor (Listagem), official-source lookup. Platform-hosted, pay per que
Checks the status of a person's driver's license (CNH) from the CPF. Built for the holder to check t
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides vehicle data scraping from keplaca.com through the Model-Context Protocol, allowing users to retrieve detailed information about Brazilian vehicles using license plate numbers.1-
- AlicenseNot gradedqualityDmaintenanceProvides vehicle reference prices in Brazil (Tabela FIPE) for cars, motorcycles, and trucks, enabling navigation by brand/model/year, historical price queries, depreciation curves, and fuzzy model search.MIT
- AlicenseNot gradedqualityCmaintenanceConsulta o valor de mercado de veículos brasileiros na tabela FIPE a partir da placa ou chassi, com ferramenta somente leitura. Funciona via MCP over HTTP em qualquer cliente compatível.MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that enables querying Brazilian vehicle data by plate, returning details like brand, model, year, and color. It is read-only, hosted, and works with any MCP client over HTTP.MIT