← andre.vote
INDIVIDUAL MCP TOOL
query_dlp
Requête les données DLP (composition sociale des candidats municipaux 2020).
LIVE ENDPOINT
https://mcp.andre.vote/mcp
Connect to this endpoint to inspect the live schema for query_dlp and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.andr]
url = "https://mcp.andre.vote/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"andr": {
"type": "http",
"url": "https://mcp.andre.vote/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: andr
Remote MCP URL: https://mcp.andre.vote/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"andr": {
"url": "https://mcp.andre.vote/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"andr": {
"type": "http",
"url": "https://mcp.andre.vote/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "andr",
"transport": "streamable-http",
"url": "https://mcp.andre.vote/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
query_elections— Requête les données électorales françaises (1999-2026).query_admin— Requête les divisions administratives françaises.query_elus— Requête les élus de la République française (base BRÉF).query_sociodem— Requête les données socio-démographiques au niveau bureau de vote.generate_map— Génère une carte électorale (PNG) pour une élection.simulate_fusions— Simule les scénarios de fusion de listes municipales entre T1 et T2.export_data— Exporte des données électorales vers un fichier téléchargeable (CSV, JSON, TSV).visualize— Crée une visualisation Plotly (retourne le spec JSON).