ELECTE 4.0 is live — the AI Agent is here.See what shipped
ELECTE MCP Serverexpose-only

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.

claude_desktop_config.jsonconnected
{
  "mcpServers": {
    "electe": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.electe.net/sse",
        "--header",
        "Authorization: Bearer <YOUR_API_KEY>"
      ]
    }
  }
}
One config entry. ELECTE's tools appear in your client.
ProtocolMCP over HTTPS
DirectionExpose-only, read-focused
AuthBearer API key
DataNormalized synced data
ResidencyHosted in Germany

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.

Tool surface
  • list_integrations
  • get_integration
  • sync_integration
  • get_synced_data
  • search_synced_data
  • get_sync_logs
  • get_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.

  1. Create an API key in the ELECTE platform — on the MCP Server screen; personal to your account, revocable there.
  2. Add the ELECTE server to your client's MCP configuration — endpoint https://mcp.electe.net/sse, your key as the bearer token.
  3. 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.

Agent-ready from day one.