INDIVIDUAL MCP TOOL
get_market_stats
Live size of the PegaRex database: total active listings, number of source platforms, and when the data was last refreshed.
LIVE ENDPOINT
https://pegarex.com.br/api/mcp
Connect to this endpoint to inspect the live schema for get_market_stats and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_vehicles— Search 1.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.list_brands— List available vehicle brands (makes) with their catalog id and active listing count.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.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.list_filter_options— Return the valid values for the constrained search filters — fuel_type, transmission, sort_by — and the list of source platforms.get_listing_details— Fatos do próprio anúncio (cor, portas, opcionais, vendedor, fonte, km, link).get_technical_specs— Ficha técnica completa (motor, potência, torque, câmbio, consumo, desempenho, dimensões, freios, pneus).