INDIVIDUAL MCP TOOL
search_stations_nearby
Find the cheapest fuel stations within a radius around a given lat/lng.
LIVE ENDPOINT
https://developer.monpleinpascher.com/mcp
Connect to this endpoint to inspect the live schema for search_stations_nearby 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.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.
Related tools
lookup_station— Retrieve a French fuel station by its ID, including address, brand, services, and the latest price for every fuel type it sells.get_national_prices— National averages (1/3/7 days), min/max, and trend for a given fuel type across France.get_price_history— Daily time-series of prices at one station for one fuel, over the last N days (LOCF-filled).get_brand_trends— Daily average price per brand (top 6 French retailers) over the last N days.