Data Collection
mana.bzh
Provides access to French public data for searching places, associations, communes, and volunteer missions.
ENDPOINT 1
https://mana.bzh/mcp
MCP server metadata
- Name
- mana
- Version
- 1.0.0
MANA connaît 3 764 277 lieux, commerces, professionnels et associations en France, rangés par code NAF de l'INSEE. Pour une question de terrain — « trouve-moi X près de Y » — appeler `commune` pour obtenir le code INSEE, puis `chercher`. Pour les associations, `associations` : c'est la seule source interrogeable du Répertoire National des Associations. Aucune donnée personnelle n'est rendue : la granularité géographique s'arrête à la commune.
Known tools 5
chercherCherche un lieu, un commerce, un artisan, un professionnel de santé, une association ou un événement en France.
Inferred read-onlycatalogueRend les 11 catégories et leurs sous-catégories, avec le nombre de fiches de chacune.
Inferred read-onlyassociationsLes associations déclarées d'une commune ou d'un département, avec leur objet social, issues du Répertoire National des Associations.
Inferred read-onlymissionsLes missions de bénévolat ouvertes, relayées du réseau public API Engagement.
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.mana]
url = "https://mana.bzh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mana": {
"type": "http",
"url": "https://mana.bzh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mana
Remote MCP URL: https://mana.bzh/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": {
"mana": {
"url": "https://mana.bzh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mana": {
"type": "http",
"url": "https://mana.bzh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mana",
"transport": "streamable-http",
"url": "https://mana.bzh/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.