search_interventions
Pack: nosdeputes-fr · Endpoint: https://gateway.pipeworx.io/nosdeputes-fr/mcp
Full-text search across debate contributions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | |
deputy_slug | string | no | Restrict to a specific deputy |
date_from | string | no | YYYY-MM-DD |
date_to | string | no | YYYY-MM-DD |
limit | number | no | 1-100 (default 25) |
legislature | string | no |
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":"search_interventions","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.