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: French Open Data & IGN
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.
Latest Blog Posts
- 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