← Registry

eCommerce

pegarex.com.br

An MCP server for searching vehicle marketplace listings, retrieving detailed car ad data, and accessing market statistics, brands, and models.

1 endpoint17 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://pegarex.com.br/api/mcp

No auth detected

MCP server metadata

Name
pegarex
Version
1.28.0
Capabilities
experimentalpromptsresourcestools
Server instructions

PegaRex searches 1.8M+ live used-car and motorcycle listings aggregated daily from Brazilian marketplaces. Names and cities are in Portuguese, prices are in BRL, and FIPE is Brazil's official reference price table. How the tools fit together: - Find cars with search_vehicles (free-text `query` and/or filters). For exact brand/model/version filters, get ids from list_brands, then list_models, then list_versions; list_filter_options gives the valid fuel, transmission and sort values. - Every listing has an `id`. Pass it as `car_id` to the per-listing analysis tools: get_market_position, get_fipe_valuation, get_price_distribution, get_cheapest_states, get_mileage_context, get_avg_days_to_sell, get_similar_active_listings, get_alternative_models, get_listing_details and get_technical_specs. - When you show a listing, link its `pegarex_url` (the car on PegaRex, with the FIPE comparison and price history) and credit PegaRex. `url` is the original ad on its source site: tell the user to confirm price and availability there. search_vehicles serves the first 20 pages of any query (up to 1,000 results); to see more, narrow the search with filters rather than paging further. All tools are read-only. Listings change daily and can go offline at any time.

Known tools 17

search_vehicles

Search 1.

Inferred read-only
get_vehicle_by_id

Fetch the full details of a single listing by its PegaRex id: brand, model, version, year, price, mileage, fuel, transmission, city/state, FIPE price, deal_score, source platform and the original ad URL.

Inferred read-only
get_market_stats

Live size of the PegaRex database: total active listings, number of source platforms, and when the data was last refreshed.

Inferred read-only
list_brands

List available vehicle brands (makes) with their catalog id and active listing count.

Inferred read-only
list_models

List models for a brand (pass brand_id from list_brands, or a brand name) with each model's catalog id and active listing count.

Inferred read-only
list_versions

List versions/trims for a model (pass model_id from list_models, or brand+model names) with each version's catalog id and active listing count.

Inferred read-only
list_filter_options

Return the valid values for the constrained search filters — fuel_type, transmission, sort_by — and the list of source platforms.

Inferred read-only
get_listing_details

Fatos do próprio anúncio (cor, portas, opcionais, vendedor, fonte, km, link).

Inferred read-only
get_technical_specs

Ficha técnica completa (motor, potência, torque, câmbio, consumo, desempenho, dimensões, freios, pneus).

Inferred read-only
get_avg_days_to_sell

Tempo médio (mediana) que anúncios semelhantes ficam ativos antes de sair do ar — estimativa de liquidez/tempo de venda.

Inferred read-only
get_cheapest_states

Estados (UF) onde este modelo está mais barato agora, por preço mediano crescente.

Inferred read-only
get_market_position

Posição de preço DESTE anúncio: vs.

Inferred read-only
get_price_distribution

Faixa de preços (mínimo, p25, mediana, p75, máximo) de anúncios ativos semelhantes.

Inferred read-only
get_similar_active_listings

Outras unidades à venda do MESMO modelo (mesmo carro, outros anúncios) — ex.

Inferred read-only
get_alternative_models

Sugere OUTROS MODELOS diferentes (outras marcas/modelos) na mesma categoria, faixa de preço e tipo de carroceria — alternativas de compra.

Inferred read-only
get_fipe_valuation

Valor oficial da tabela FIPE deste carro e tendência recente.

Inferred read-only
get_mileage_context

Avalia se a quilometragem deste carro é alta ou baixa para o modelo/ano (mediana do mercado + km/ano).

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pegarex]
url = "https://pegarex.com.br/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pegarex": {
      "type": "http",
      "url": "https://pegarex.com.br/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pegarex
Remote MCP URL: https://pegarex.com.br/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pegarex": {
      "url": "https://pegarex.com.br/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pegarex": {
      "type": "http",
      "url": "https://pegarex.com.br/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pegarex",
  "transport": "streamable-http",
  "url": "https://pegarex.com.br/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.