← looptic.app

INDIVIDUAL MCP TOOL

install_ea

Returns a platform-specific installer script that the agent must execute locally.

looptic.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests code or command execution.

Parent endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: looptic-app
Remote MCP URL: https://looptic.app/api/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": {
    "looptic-app": {
      "url": "https://looptic.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • create_account — Register a new Looptic account.
  • login — Authenticate with an existing Looptic account.
  • get_plans — List available subscription plans with pricing and Shopify checkout URLs.
  • check_subscription — Check whether a subscription is active after payment.
  • connect_copier — Connect to a master trader's live signal feed using their Signal Code (format: SIG-XXXXXXXX).
  • configure_copier — Set lot scale and account size for a follower connection.
  • get_live_signals — Poll the master trader's currently open positions.
  • disconnect_copier — Mark your follower account as offline and stop receiving signals from the master.