list_deputies

Pack: nosdeputes-fr · Endpoint: https://gateway.pipeworx.io/nosdeputes-fr/mcp

List sitting deputies, optionally filtered by group or département.

Parameters

NameTypeRequiredDescription
activebooleannoOnly currently active (default true)
groupstringnoGroup acronym (e.g. “RE”, “LFI-NUPES”)
departementstringnoDépartement name or code
legislaturestringnoLegislature number (default current)

Example call

curl -X POST https://gateway.pipeworx.io/nosdeputes-fr/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_deputies","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "nosdeputes-fr": {
      "url": "https://gateway.pipeworx.io/nosdeputes-fr/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026