Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Arcep Eligibility Server

БесплатноНе проверен

Query ARCEP eligibility API to check fixed-line and mobile telecom eligibilities for a given address in France.

GitHubEmbed

Описание

Query ARCEP eligibility API to check fixed-line and mobile telecom eligibilities for a given address in France.

README

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")

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

from github.com/laurentluce/arcep-eligibility-mcp-server

Установка Arcep Eligibility Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/laurentluce/arcep-eligibility-mcp-server

FAQ

Arcep Eligibility Server MCP бесплатный?

Да, Arcep Eligibility Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Arcep Eligibility Server?

Нет, Arcep Eligibility Server работает без API-ключей и переменных окружения.

Arcep Eligibility Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Arcep Eligibility Server в Claude Desktop, Claude Code или Cursor?

Открой Arcep Eligibility Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Arcep Eligibility Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development