eCommerce
pegarex.com.br
An MCP server for searching vehicle marketplace listings, retrieving detailed car ad data, and accessing market statistics, brands, and models.
ENDPOINT 1
https://pegarex.com.br/api/mcp
MCP server metadata
- Name
- pegarex
- Version
- 1.28.0
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
get_vehicle_by_idFetch 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-onlyget_market_statsLive size of the PegaRex database: total active listings, number of source platforms, and when the data was last refreshed.
Inferred read-onlylist_brandsList available vehicle brands (makes) with their catalog id and active listing count.
Inferred read-onlylist_modelsList 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-onlylist_versionsList 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-onlylist_filter_optionsReturn the valid values for the constrained search filters — fuel_type, transmission, sort_by — and the list of source platforms.
Inferred read-onlyget_listing_detailsFatos do próprio anúncio (cor, portas, opcionais, vendedor, fonte, km, link).
Inferred read-onlyget_technical_specsFicha técnica completa (motor, potência, torque, câmbio, consumo, desempenho, dimensões, freios, pneus).
Inferred read-onlyget_avg_days_to_sellTempo médio (mediana) que anúncios semelhantes ficam ativos antes de sair do ar — estimativa de liquidez/tempo de venda.
Inferred read-onlyget_cheapest_statesEstados (UF) onde este modelo está mais barato agora, por preço mediano crescente.
Inferred read-onlyget_price_distributionFaixa de preços (mínimo, p25, mediana, p75, máximo) de anúncios ativos semelhantes.
Inferred read-onlyget_similar_active_listingsOutras unidades à venda do MESMO modelo (mesmo carro, outros anúncios) — ex.
Inferred read-onlyget_alternative_modelsSugere OUTROS MODELOS diferentes (outras marcas/modelos) na mesma categoria, faixa de preço e tipo de carroceria — alternativas de compra.
Inferred read-onlyget_mileage_contextAvalia se a quilometragem deste carro é alta ou baixa para o modelo/ano (mediana do mercado + km/ano).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.