Analytics
monpleinpascher.com
Provides tools to look up French fuel stations, search for nearby cheap stations, and retrieve national price averages, trends, and historical data.
ENDPOINT 1
https://developer.monpleinpascher.com/mcp
MCP server metadata
- Name
- mcp-typescript server on vercel
- Version
- 0.1.0
Known tools 5
lookup_stationRetrieve a French fuel station by its ID, including address, brand, services, and the latest price for every fuel type it sells.
Inferred read-onlysearch_stations_nearbyFind the cheapest fuel stations within a radius around a given lat/lng.
Inferred read-onlyget_national_pricesNational averages (1/3/7 days), min/max, and trend for a given fuel type across France.
Inferred read-onlyget_price_historyDaily time-series of prices at one station for one fuel, over the last N days (LOCF-filled).
Inferred read-onlyget_brand_trendsDaily average price per brand (top 6 French retailers) over the last N days.
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.mcp-typescript-server-on-vercel]
url = "https://developer.monpleinpascher.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://developer.monpleinpascher.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-typescript-server-on-vercel
Remote MCP URL: https://developer.monpleinpascher.com/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": {
"mcp-typescript-server-on-vercel": {
"url": "https://developer.monpleinpascher.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-typescript-server-on-vercel": {
"type": "http",
"url": "https://developer.monpleinpascher.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-typescript-server-on-vercel",
"transport": "streamable-http",
"url": "https://developer.monpleinpascher.com/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.