MCP Server
IA-Asso.fr — French Associations Registry MCP Server
io.github.wellknownmcp/ia-asso
What is the IA-Asso.fr — French Associations Registry MCP server?
Search 1.26M+ active French associations (official RNA registry, 10 tools, premium & RUP filters)
How to install IA-Asso.fr — French Associations Registry
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ia-asso": {
"url": "https://ia-asso.fr/api/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ia-asso": {
"serverUrl": "https://ia-asso.fr/api/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ia-asso": {
"type": "http",
"url": "https://ia-asso.fr/api/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"ia-asso": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ia-asso.fr/api/mcp"
]
}
}
}Claude Code
claude mcp add --transport http ia-asso https://ia-asso.fr/api/mcpRelated MCP servers
Configure & analyze AI chatbots: personas, corpus, tools, digests, multi-bot. OAuth 2.1.
View repository →