← eurolytics.app

INDIVIDUAL MCP TOOL

start_signup

Begin creating a new Eurolytics account.

eurolytics.appnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for start_signup 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

eurolytics.app

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.

Related tools

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