Connection check
verified live · 27h ago
fipe-mcp
Reference vehicle prices in Brazil (FIPE table), cars, motorcycles and trucks. Browse by brand/model
Tools
13
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
13 toolsRead from the running server on 27h ago.
authenticate
token
MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent… MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent, non-expiring connection. Or paste it here for a session-only login: call with { token: "<jwt>" } after the user pastes, or with no args to get the link.
connect
read-only
Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the tool… Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the toolkit and per-install URLs.
fipe_anos
read-only
codigo_marca*tipo_veiculo*codigo_modelo*
Lista os anos-modelo (com combustível) disponíveis para um modelo. Retorna [{ ano_modelo, combustivel }] (ex.: '2020-1' = 2020 gasolina). Use a tupla resultante em fipe_preco. Lista os anos-modelo (com combustível) disponíveis para um modelo. Retorna [{ ano_modelo, combustivel }] (ex.: '2020-1' = 2020 gasolina). Use a tupla resultante em fipe_preco.
fipe_buscar
read-only
q*tipo_veiculo
Busca fuzzy por nome de modelo na Tabela FIPE (ex.: 'gol 1.6', 'civic touring'). Retorna candidatos [{ tipo_veiculo, codigo_marca, marca, codigo_modelo, modelo, codigo_fipe? }] par… Busca fuzzy por nome de modelo na Tabela FIPE (ex.: 'gol 1.6', 'civic touring'). Retorna candidatos [{ tipo_veiculo, codigo_marca, marca, codigo_modelo, modelo, codigo_fipe? }] para então consultar fipe_anos/fipe_preco.
fipe_historico
read-only
ano_modelo*codigo_fipe*combustivel
Série temporal de preços de um veículo ao longo dos meses de referência (a CURVA DE DEPRECIAÇÃO — o diferencial vs. consultar o site). Retorna [{ referencia, mes, valor }] do mais… Série temporal de preços de um veículo ao longo dos meses de referência (a CURVA DE DEPRECIAÇÃO — o diferencial vs. consultar o site). Retorna [{ referencia, mes, valor }] do mais antigo ao mais recente.
fipe_marcas
read-only
tipo_veiculo*
Lista as marcas de um tipo de veículo (1=carro, 2=moto, 3=caminhão). Retorna [{ codigo_marca, marca }]. Primeiro passo do drill-down até o preço. Lista as marcas de um tipo de veículo (1=carro, 2=moto, 3=caminhão). Retorna [{ codigo_marca, marca }]. Primeiro passo do drill-down até o preço.
fipe_modelos
read-only
codigo_marca*tipo_veiculo*
Lista os modelos de uma marca. Retorna [{ codigo_modelo, modelo }]. Use o codigo_marca obtido em fipe_marcas. Lista os modelos de uma marca. Retorna [{ codigo_modelo, modelo }]. Use o codigo_marca obtido em fipe_marcas.
fipe_preco
read-only
ano_modeloreferenciacodigo_fipecombustivelcodigo_marcatipo_veiculo
+1
Preço de referência FIPE de um veículo. Identifique de DUAS formas: por `codigo_fipe` (o código FIPE do veículo, ex.: '004278-1') OU pela tupla (tipo_veiculo, codigo_marca, codigo_… Preço de referência FIPE de um veículo. Identifique de DUAS formas: por `codigo_fipe` (o código FIPE do veículo, ex.: '004278-1') OU pela tupla (tipo_veiculo, codigo_marca, codigo_modelo, ano_modelo, combustivel). `referencia` ausente = mês corrente. Retorna { valor, marca, modelo, ano_modelo, combustivel, codigo_fipe, mes_referencia, data_consulta }.
fipe_tabelas_referencia
read-only
Lista os meses de referência da Tabela FIPE disponíveis no índice (~2001→hoje). Retorna [{ codigo, mes, is_current }]. Use o `codigo` como `referencia` em fipe_preco/fipe_historico… Lista os meses de referência da Tabela FIPE disponíveis no índice (~2001→hoje). Retorna [{ codigo, mes, is_current }]. Use o `codigo` como `referencia` em fipe_preco/fipe_historico para consultar um mês específico.
marketplace
limitqueryactionmcp_idmessagetool_id
+17
The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF",… The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF", "is there a tool for Y". Core flow: action=search discovers MCPs by intent → describe returns one MCP's full profile (every tool with its id + params, pricing, auth) so you pick the right tool_id → invoke RUNS that tool. KEY: invoke works even when the MCP is NOT installed — it runs the tool pontualmente (one-off), without adding the MCP to the toolkit and without bloating the tool list. If the MCP needs a credential/login, invoke returns a connect link; if it is paid and the wallet is empty, invoke returns a checkout/top-up link (the user opens it, then you retry). Use install only to make an MCP PERMANENT in the active toolkit (its tools then show up natively in future sessions); prefer invoke for a single/occasional use. list_tools lists what is callable right now. subscribe/cancel handle per-MCP billing; report_bug sends feedback; request_mcp asks us to build a NEW MCP when nothing fits. Search/describe flag installed_in_toolkit vs installed_in_workspace. Writes (install/uninstall/subscribe/cancel and the one-off install behind invoke) require workspace owner/admin. It also carries the mcp.ai PROMPT LIBRARY, which is about ready-made prompt TEXT rather than MCPs: search_prompts finds one, get_prompt returns its full text with {{variables}} filled, and publish_prompt saves a prompt and returns a shareable mcp.ai/p/<slug> link that opens without login.
report_bug
contextmessage*conversation
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction. Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
show_version
read-only
Show the current MCP platform and adapter versions. Show the current MCP platform and adapter versions.
toolkit_info
read-only