arcep-eligibility-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@arcep-eligibility-mcp-servercheck fixed-line eligibility at 10 rue de la Paix in Paris"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ARCEP Eligibility MCP Server
An MCP server that queries the ARCEP eligibility API to check fixed-line and mobile telecom eligibilities for a given address in France.
Tools
get_fixed_line_eligibilities
Returns fixed-line eligibility data for a given street address and town in France.
Parameters:
Name | Type | Description |
| string | Street address (e.g. "10 rue de la Paix") |
| string | Town name (e.g. "Paris") |
get_mobile_eligibilities
Returns mobile eligibility data for a given street address and town in France.
Parameters:
Name | Type | Description |
| string | Street address (e.g. "10 rue de la Paix") |
| string | Town name (e.g. "Paris") |
Related MCP server: Geocode BAN MCP
Setup
Prerequisites
Node.js 18+
An ARCEP API key
Build
npm install
npm run buildConfiguration
Set the ARCEP_API_KEY environment variable:
export ARCEP_API_KEY=your_api_keyUsage with Claude Desktop
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"arcep-eligibility": {
"command": "node",
"args": ["/absolute/path/to/arcep-api-eligibility-mcp-server/build/index.js"],
"env": {
"ARCEP_API_KEY": "your_api_key"
}
}
}
}License
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides access to French public data through data.gouv.fr, IGN cartographic services (maps, tiles, geographic data), address geocoding, and administrative divisions with demographic information.Last updated6
- Flicense-quality-maintenanceThis MCP server enables geocoding of French addresses using the official Base Adresse Nationale (BAN) API. It allows users to retrieve standardized addresses, GPS coordinates, and map visualization links directly within Claude.Last updated
- Flicense-qualityCmaintenanceProvides French address data from DVF, Géorisques, and SSMSI sources, including property prices, risks, and crime statistics.Last updated
- Flicense-qualityCmaintenanceAssess natural and technological risks for French addresses or communes using open APIs (Géorisques, Base Adresse Nationale).Last updated
Related MCP Connectors
French address quality, geocoding & routing from official data (BAN, INSEE, OpenStreetMap).
Base Adresse Nationale (BAN) MCP — France's official keyless geocoding API
Flood, wildfire, earthquake, and coastal-storm hazard lookup for a US property.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/laurentluce/arcep-eligibility-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server