← realmarketapi.com

INDIVIDUAL MCP TOOL

get_fibonacci

Calculates Fibonacci retracement and extension levels for a symbol/timeframe.

realmarketapi.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://ai.realmarketapi.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_fibonacci 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

realmarketapi.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.realtimemarketapi-mcp]
url = "https://ai.realmarketapi.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "realtimemarketapi-mcp": {
      "type": "http",
      "url": "https://ai.realmarketapi.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: realtimemarketapi-mcp
Remote MCP URL: https://ai.realmarketapi.com/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": {
    "realtimemarketapi-mcp": {
      "url": "https://ai.realmarketapi.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "realtimemarketapi-mcp": {
      "type": "http",
      "url": "https://ai.realmarketapi.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "realtimemarketapi-mcp",
  "transport": "streamable-http",
  "url": "https://ai.realmarketapi.com/mcp"
}
MCP Inspector

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

Related tools

  • get_stochastic — Calculates the Stochastic Oscillator (%K and %D) for a symbol at a given timeframe.
  • get_bollinger_bands — Calculates Bollinger Bands for a symbol at a given timeframe.
  • get_price — Returns the latest real-time price ticker for a trading symbol at a given timeframe.
  • get_sma — Calculates Simple Moving Average (SMA) values for a symbol at a given timeframe.
  • get_timeframes — Returns supported OHLCV timeframe identifiers (M1, M5, M15, H1, H4, D1).
  • get_adx — Calculates Average Directional Index (ADX) with +DI and -DI for a symbol at a given timeframe.
  • get_rsi — Calculates Relative Strength Index (RSI) for a symbol at a given timeframe.
  • get_candles — Returns the most recent OHLCV candles (up to 10) for a trading symbol at a given timeframe from the real-time in-memory feed.