What is the Ban Fr MCP server?
Base Adresse Nationale (BAN) MCP — France's official keyless geocoding API
How to install Ban Fr
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ban-fr": {
"url": "https://gateway.pipeworx.io/ban-fr/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ban-fr": {
"serverUrl": "https://gateway.pipeworx.io/ban-fr/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ban-fr": {
"type": "http",
"url": "https://gateway.pipeworx.io/ban-fr/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"ban-fr": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/ban-fr/mcp"
]
}
}
}Claude Code
claude mcp add --transport http ban-fr https://gateway.pipeworx.io/ban-fr/mcp