← thebalancedinvestorclub.com

INDIVIDUAL MCP TOOL

get_crypto_price_alignment

How a crypto pair's price aligns with its short, medium, and long-term moving averages — and the resulting Market Mood.

thebalancedinvestorclub.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://thebalancedinvestorclub.com/api/mcp/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

thebalancedinvestorclub.com

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.the-balanced-investor-club]
url = "https://thebalancedinvestorclub.com/api/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "the-balanced-investor-club": {
      "type": "http",
      "url": "https://thebalancedinvestorclub.com/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: the-balanced-investor-club
Remote MCP URL: https://thebalancedinvestorclub.com/api/mcp/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": {
    "the-balanced-investor-club": {
      "url": "https://thebalancedinvestorclub.com/api/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "the-balanced-investor-club": {
      "type": "http",
      "url": "https://thebalancedinvestorclub.com/api/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "the-balanced-investor-club",
  "transport": "streamable-http",
  "url": "https://thebalancedinvestorclub.com/api/mcp/mcp"
}
MCP Inspector

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

Related tools

  • start_here — Start exploring The Balanced Investor Club.
  • list_market_moods — Browse Market Mood across instruments — The Balanced Investor Club's behavioural read on how short and long-term moving averages align.
  • get_mood_for_ticker — Pull the current Market Mood for a single ticker — its history, how often the mood has shifted, and any patterns we've spotted.
  • get_today_mood_changes — Mood TRANSITIONS today — instruments whose Market Mood label flipped in the last 24h (e.g.
  • get_market_pulse — A snapshot of where the market sits right now — random sample of strongly bullish vs strongly bearish names, plus aggregate counts.
  • get_price_alignment — How a stock or ETF's price aligns with its short, medium, and long-term moving averages — and the resulting Market Mood.
  • compare_tickers — Side-by-side log-returns for up to 5 tickers — stocks, ETFs, crypto.
  • list_securities_by — List every security inside a sector or industry — a way to map the surface before drilling.