Your assistant, connected to your numbers.
ELECTE runs a Model Context Protocol server. Claude Desktop and any MCP-compatible client can query your synced business data — read-focused, one direction, your key.
{
"mcpServers": {
"electe": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.electe.net/sse",
"--header",
"Authorization: Bearer <YOUR_API_KEY>"
]
}
}
}What the server exposes
Your synced business data
The normalized integration data your dashboards run on — revenue, cash flow, metrics — queryable in plain language from your assistant.
Analysis on real numbers
A built-in analysis prompt runs summaries, trend reads, and anomaly checks over what your integrations have synced — grounded in the data, not the model's guesses.
Agent workflow steps
Agents can pull ELECTE numbers as a step in longer tasks — a weekly report, a board-pack draft, an anomaly check.
One canonical source
Every answer draws on the same synced data your dashboards use, limited to the integrations you have enabled.
One direction by design: assistants query ELECTE. ELECTE does not act on external systems through MCP.
list_integrationsget_integrationsync_integrationget_synced_datasearch_synced_dataget_sync_logsget_data_sources
Seven tools, read straight from the server: six lookups and one action — triggering a sync you could start yourself.
How to connect
Three steps, no SDK. The config block up top switches per client.
- Create an API key in the ELECTE platform — on the MCP Server screen; personal to your account, revocable there.
- Add the ELECTE server to your client's MCP configuration — endpoint
https://mcp.electe.net/sse, your key as the bearer token. - Restart the client. ELECTE's tools appear automatically — ask your first question.
Compatible clients
Anything that speaks MCP connects the same way — one open standard, one endpoint.
- Claude Desktop
- Claude Code
- MCP-compatible IDEs
- Agent frameworks
Security & data model
An agent on your data deserves the strictest defaults. The same controls as the rest of ELECTE — full security overview .
- Authentication
- API keys created on the platform's MCP Server screen — personal to your account, revocable at any time. Every request is authenticated — no anonymous access.
- Agent access
- Your workspace's synced data, read-focused: six lookup tools plus one action — triggering a sync you could start yourself. Nothing writes data in from outside, and a key sees only what its owner can see.
- Direction
- Expose-only. Assistants query ELECTE; ELECTE never acts on external systems through MCP.
- Residency
- Queries run against data hosted in Germany, processed under GDPR. This server sends nothing to model providers — data leaves this endpoint only through your authenticated client.