Claude Code setup

Connect Claude Code to your trading dashboard

Register the official remote endpoint, add your revocable token, then verify the first read-only request.

Before you start

Prepare the endpoint and your personal token.

POST

Official endpoint

https://kineticfamily.id/api/mcp — remote MCP HTTP JSON with no local server installation.

kfru_

Personal relay token

Copy it from MCP Connector. Never share it, place it in screenshots, or commit it publicly.

Community+

Access eligibility

Availability follows the community tier and account status shown in your dashboard.

Configuration

Connect Claude Code.

Terminal command
claude mcp add --transport http kf-chart "https://kineticfamily.id/api/mcp" \
  --header "X-Relay-Token: kfru_TOKEN_PRIBADI_ANDA"
Alternative JSON configuration
{
  "mcpServers": {
    "kf-chart": {
      "type": "http",
      "url": "https://kineticfamily.id/api/mcp",
      "headers": {
        "X-Relay-Token": "kfru_TOKEN_PRIBADI_ANDA"
      }
    }
  }
}

Connection test

Verify the context before relying on it.

01

Restart the client

Close and reopen Claude Code after saving the configuration.

02

Inspect server status

Confirm kf-chart is active with no authentication error.

03

Start read-only

Request the symbol, timeframe, or chart state before asking for drawings.

04

Verify the chart

Compare the response against the chart and market sources you can see.

Troubleshooting

Common errors and safe next steps.

StatusMeaningWhat to check
401The token is invalid or revoked.Copy the personal token again; never use the placeholder.
403Permission or eligibility is insufficient.Check MCP Connector status in the dashboard.
405The client used a method other than POST.Confirm the connection type is remote HTTP MCP.
429Rate limit reached.Reduce repeated requests and retry later.

Revoke access

If the token leaks, disconnect it immediately.

  1. Open MCP Connector in the Kinetic Family dashboard.
  2. Revoke the old token and generate a new one.
  3. Replace the token in the Claude Code configuration.
  4. Restart the client and test the connection again.
Use boundary

MCP is a software connector for analysis and practice. Kinetic Family does not accept deposits, hold funds, operate accounts for users, or guarantee profit. Always verify data and make your own trading decisions.