AgentHubAgentHub

Ban Fr

MCP ServerMCP Registry官方收录

io.github.pipeworx-io/ban-fr · v0.1.0

Base Adresse Nationale (BAN) MCP — France's official keyless geocoding API

概览

Ban Fr 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "ban-fr": {
      "url": "https://gateway.pipeworx.io/ban-fr/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.pipeworx-io/ban-fr",
  "type": "mcp-server",
  "version": "0.1.0",
  "displayName": "Ban Fr",
  "description": "Base Adresse Nationale (BAN) MCP — France's official keyless geocoding API",
  "repository": {
    "url": "https://github.com/pipeworx-io/mcp-ban-fr",
    "source": "github"
  },
  "homepage": "https://pipeworx.io/packs/ban-fr",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://gateway.pipeworx.io/ban-fr/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.pipeworx-io/ban-fr",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.pipeworx-io%2Fban-fr/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Ban Fr — MCP Server 安装与配置 · AgentHub