Cursor · MCP setup

How to Connect TradeJournal MCP in Cursor

Point Cursor at TradeJournal's MCP gateway with your personal token—then use the same read-only tools as our on-site agent.

TradeJournal Connect AI settings with personal MCP token management

Quick summary

  1. Token: Connect AI → personal MCP token (your account only).
  2. Configure client: Follow steps below for Cursor MCP docs.
  3. Tools: Call get_runtime_context first — full list on the MCP tools reference page.

Key takeaway

TradeJournal.co MCP in Cursor uses a personal token from Connect AI and a local or staged MCP gateway URL in mcp.json; after connecting, call get_runtime_context first, then list_trades or get_trade_stats for read-only answers about your journal.

Setup steps

  1. Generate a personal MCP token

    Log in → Account Settings → Connect AI → Generate token. Copy once; store only in your AI client config.

  2. Add TradeJournal to mcp.json

    In your project or home Cursor config, add the sample JSON from this page with http://localhost:3333/mcp and your Bearer token.

  3. Restart Cursor MCP

    Reload MCP servers in Cursor settings and confirm TradeJournal tools are listed.

  4. Run get_runtime_context

    Ask the agent to call get_runtime_context before trade or stats questions.

Example mcp.json

{
  "mcpServers": {
    "tradejournal": {
      "url": "http://localhost:3333/mcp",
      "headers": {
        "Authorization": "Bearer tj_mcp_u_<YOUR_TOKEN>"
      }
    }
  }
}

Gateway (dev): http://localhost:3333/mcp · Token: tj_mcp_u_<YOUR_TOKEN>

Official client docs: Cursor MCP docs · MCP specification

TradeJournal MCP tools (summary)

Full parameters on the MCP tools reference page.

Tool Purpose
get_runtime_context User portfolios, active portfolio, plan flags, privacy rules. Call this first in every session.
list_portfolios Portfolio id and name list for disambiguation.
list_trades Filtered trade list (portfolio, symbol, status, limit). User-owned rows only.
get_trade Single trade by id (must belong to the authenticated user).
get_trade_stats Aggregate win rate, profit, and related stats for the user.
get_dashboard_stats High-level public/private trade and post rollups.
list_posts Published posts metadata for the user.
get_post One published post by id.
get_portfolio_stats Per-portfolio performance rollup.

FAQ

Generate a token in Connect AI, configure mcp.json with the gateway URL and Bearer token, restart Cursor MCP, and verify TradeJournal tools appear in the tools list.

No. Use localhost/stag gateway only—never production from a dev machine.

Always get_runtime_context, then use list_trades or get_trade_stats. See the full MCP tools reference for parameters.

Tools reference · Security & privacy · MCP hub · Onboarding call

Start free trial — claim onboarding