# fipeX MCP (remote · api.fipex.com.br)

Brazilian FIPE vehicle reference prices: search, current price, history and comparison. Keyless.

- Trust score: 70/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.fipex.com.br`: 70/100 (this document), [markdown](https://verifymcp.io/servers/br-com-fipex-mcp/api.md), [page](https://verifymcp.io/servers/br-com-fipex-mcp/api)

## Channel facts

- Endpoint: `https://api.fipex.com.br/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 650 tokens (~162/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http br-com-fipex-mcp https://api.fipex.com.br/mcp
```

### Codex

```toml
[mcp_servers.br-com-fipex-mcp]
url = "https://api.fipex.com.br/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "br-com-fipex-mcp": {
      "type": "remote",
      "url": "https://api.fipex.com.br/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add br-com-fipex-mcp --url https://api.fipex.com.br/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  br-com-fipex-mcp:
    url: "https://api.fipex.com.br/mcp"
```

### Other

```json
{
  "mcpServers": {
    "br-com-fipex-mcp": {
      "type": "http",
      "url": "https://api.fipex.com.br/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 68, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 67, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 66, +2)

- [security improvement] DNSSEC: fail → pass

### 2026-07-27 (score 64, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 64)

First indexed and scored.

## MCP tools (4)

### `compare_prices` (~97 tokens)

Compare the latest FIPE price and history of up to 10 vehicles side by side. Each spec is "model-slug,fuel-slug,year"; separate specs with semicolons.

Input parameters:

- `vehicle_specs` (string, required): up to 10 vehicles, each "model-slug,fuel-slug,year", separated by semicolons (e.g. "argo,flex,2022;onix,flex,2022")

### `get_price` (~180 tokens)

Get the latest FIPE price for one vehicle, identified by model_slug + fuel_acronym + year, or by model_id + fuel_id + year. Year is "2022" (a model year) or "zero" (0 km / brand new).

Input parameters:

- `fuel_acronym` (string): single-letter fuel acronym, e.g. "g" gasoline, "e" ethanol, "f" flex, "d" diesel
- `fuel_id` (string): fuel UUID (alternative to fuel_acronym)
- `model_id` (string): model UUID (alternative to model_slug)
- `model_slug` (string): model slug, e.g. "argo" (pair with fuel_acronym)
- `year` (string, required): model year like "2022", or "zero" for 0 km / brand new

### `get_price_history` (~107 tokens)

Get the monthly FIPE price history for one vehicle, identified by model_id + fuel_id + year. Year is "2022" (a model year) or "zero" (0 km / brand new).

Input parameters:

- `fuel_id` (string, required): fuel UUID (from search_vehicles)
- `model_id` (string, required): model UUID (from search_vehicles)
- `year` (string, required): model year like "2022", or "zero" for 0 km / brand new

### `search_vehicles` (~266 tokens)

Search Brazilian FIPE vehicles by free-text query (make, model, year, fuel). Returns matching vehicles with their slugs and IDs — the entry point that resolves names into the identifiers get_price, get_price_history and compare_prices need.

Input parameters:

- `limit` (integer): results per page, 1-50, defaults to 10
- `page` (integer): 1-based page number, defaults to 1
- `price_max` (number): maximum current price in BRL (reais), inclusive (e.g. 78000)
- `price_min` (number): minimum current price in BRL (reais), inclusive (e.g. 50000)
- `query` (string, required): free-text search over make, model, year and fuel (e.g. "fiat argo 2022 flex"). Make names in the query are hard-filtered automatically
- `vehicle_type` (string): filter by vehicle type: carro, moto or caminhao
- `year_max` (integer): maximum model year, inclusive
- `year_min` (integer): minimum model year, inclusive (e.g. 2006). 0 km vehicles have no year and are excluded by year filters; search them with 'zero km' in the query

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/br-com-fipex-mcp/api#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 69
- 2026-08-01: 69
- 2026-07-31: 68
- 2026-07-30: 67
- 2026-07-29: 66
- 2026-07-28: 66
- 2026-07-27: 64
- 2026-07-26: 64

## Links

- Remote endpoint: https://api.fipex.com.br/mcp
- Repository: https://github.com/fipex-labs/dataset
- Website: https://www.fipex.com.br/
- Changelog RSS feed: https://verifymcp.io/servers/br-com-fipex-mcp/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/br-com-fipex-mcp/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/br-com-fipex-mcp/api
