← crank.ing

INDIVIDUAL MCP TOOL

strategy_rebalance_create

Create a portfolio-rebalance strategy toward ``target_allocation`` (mint->weight).

crank.ingnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.crank.ing/mcp

No auth detected

Connect to this endpoint to inspect the live schema for strategy_rebalance_create and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name or description contains a write-action term.

Parent server

crank.ing

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.crank-public]
url = "https://mcp.crank.ing/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "crank-public": {
      "type": "http",
      "url": "https://mcp.crank.ing/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "crank-public": {
      "type": "http",
      "url": "https://mcp.crank.ing/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "crank-public",
  "transport": "streamable-http",
  "url": "https://mcp.crank.ing/mcp"
}
MCP Inspector

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

Related tools

  • jupiter_swap — Execute a token swap via Jupiter (non-custodial).
  • verify_transaction — Verify any prior transaction signature on demand (FREE read).
  • get_quotes — Read-only Jupiter quote for a token pair (no execution).
  • get_balances — Wallet token balances (SOL + all SPL tokens) with USD valuations.
  • portfolio_snapshot — Full portfolio summary: positions, total value, allocation %, 24h change.
  • set_alert — Create a price/position alert checked every 60s by Celery beat.
  • set_ooda_consent — Opt in/out of the wake-on-condition worker.
  • get_ooda_status — Wake-on-condition consent + usage status.