Skip to main content
Glama
laurentluce

arcep-eligibility-mcp-server

by laurentluce

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

streetAddress

string

Street address (e.g. "10 rue de la Paix")

townName

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

streetAddress

string

Street address (e.g. "10 rue de la Paix")

townName

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 build

Configuration

Set the ARCEP_API_KEY environment variable:

export ARCEP_API_KEY=your_api_key

Usage 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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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