← Registry

Analytics

eurolytics.app

Eurolytics provides cookie-free, GDPR-compliant web analytics free for up to 25 sites on one dashboard.

2 endpoints2 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://eurolytics.app/api/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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.eurolytics-app]
url = "https://eurolytics.app/api/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "eurolytics-app": {
      "type": "http",
      "url": "https://eurolytics.app/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: eurolytics-app
Remote MCP URL: https://eurolytics.app/api/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "eurolytics-app": {
      "url": "https://eurolytics.app/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "eurolytics-app": {
      "type": "http",
      "url": "https://eurolytics.app/api/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "eurolytics-app bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "eurolytics-app",
  "transport": "streamable-http",
  "url": "https://eurolytics.app/api/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://eurolytics.app/api/mcp/onboarding

No auth detected

MCP server metadata

Name
eurolytics-onboarding
Version
1.0.0
Capabilities
tools
Server instructions

Eurolytics onboarding — create a brand-new Eurolytics account entirely in chat. Two-step flow: 1. start_signup { email, name } — emails a 6-digit verification code to the user. 2. Ask the user for the code, then complete_signup { email, code } — returns an account API key. After you receive the api_key, connect to https://eurolytics.app/api/mcp with the header "Authorization: Bearer <key>" (or the user can connect via OAuth by adding https://eurolytics.app/api/mcp). This endpoint ONLY creates accounts — all analytics and site tools live at https://eurolytics.app/api/mcp.

Known tools 2

start_signup

Begin creating a new Eurolytics account.

Inferred read-only
complete_signup

Complete signup by confirming the 6-digit code that was emailed.

Inferred read-only

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.eurolytics-onboarding]
url = "https://eurolytics.app/api/mcp/onboarding"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "eurolytics-onboarding": {
      "type": "http",
      "url": "https://eurolytics.app/api/mcp/onboarding"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: eurolytics-onboarding
Remote MCP URL: https://eurolytics.app/api/mcp/onboarding

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": {
    "eurolytics-onboarding": {
      "url": "https://eurolytics.app/api/mcp/onboarding"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "eurolytics-onboarding": {
      "type": "http",
      "url": "https://eurolytics.app/api/mcp/onboarding"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "eurolytics-onboarding",
  "transport": "streamable-http",
  "url": "https://eurolytics.app/api/mcp/onboarding"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for eurolytics.app was fetched 2026-07-26T18:16:03.244Z and is being refreshed.

Trust status Trusted

eurolytics.app is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.