Documentation

docs.locimens.com

Plugin guides

Outsourse gateway

Connect external tools like Cursor to allowlisted MT5 and agent tools via MCP.

Last updated 2026-07-08

Outsourse is a restricted MCP gateway (port 3222) that exposes an allowlisted subset of upstream tools. Use it to let external AI apps call Locimens trading tools safely — not a standalone trading agent.

  1. 1

    Install Outsourse

    Install from marketplace like any plugin. It auto-starts when managedByBridge is enabled.

  2. 2

    Register external apps

    Use outsourse_register_app to create credentials for each client (e.g. Cursor MCP config).

  3. 3

    Point your MCP client

    Configure your external tool to connect to http://127.0.0.1:3222 with the issued token.

  4. 4

    Call allowlisted tools

    Use outsourse_execute_tool — only pre-approved tool names pass through.

Security boundary

Outsourse is intentionally restrictive. Do not expose port 3222 to the public internet. Keep it on localhost only.