NosDéputés (FR)

live GovernmentLegislatureEurope

Civic-tech mirror of the French Assemblée nationale — member activity, votes, debates, questions. Keyless.

6 tools
0ms auth
free tier 50 calls/day

Tools

list_deputies

List sitting deputies.

Parameters
Name Type Description
active opt boolean
group opt string
departement opt string
legislature opt string
Try it
get_deputy required: slug_or_id

Deputy profile.

Parameters
Name Type Description
slug_or_id req string
legislature opt string
Try it
search_interventions required: query

Debate contributions.

Parameters
Name Type Description
query req string
deputy_slug opt string
date_from opt string
date_to opt string
limit opt number
legislature opt string
Try it
search_questions

Written or oral questions.

Parameters
Name Type Description
query opt string
deputy_slug opt string
type opt string
limit opt number
legislature opt string
Try it
list_votes

Recent recorded votes.

Parameters
Name Type Description
deputy_slug opt string
limit opt number
legislature opt string
Try it
list_groups

Political groups.

Parameters
Name Type Description
legislature opt string
Try it

Test with curl

The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.

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

Use with the SDK

Install @pipeworx/sdk to call tools from any TypeScript/Node project.

TypeScript
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("list_deputies", {});
ask_pipeworx
// Or ask in plain English:
const answer = await px.ask("civic-tech mirror of the french assemblée nationale — member activity, votes, debates, questions");

Related packs

Other Pipeworx packs in the same categories (Government, Legislature, Europe):