Analytics
realmarketapi.com
Provides real-time price data and technical analysis indicators for trading symbols across multiple timeframes.
ENDPOINT 1
https://ai.realmarketapi.com/mcp
MCP server metadata
- Name
- RealTimeMarketAPI.Mcp
- Version
- 1.0.0.0
Known tools 19
get_stochasticCalculates the Stochastic Oscillator (%K and %D) for a symbol at a given timeframe.
Inferred read-onlyget_priceReturns the latest real-time price ticker for a trading symbol at a given timeframe.
Inferred read-onlyget_smaCalculates Simple Moving Average (SMA) values for a symbol at a given timeframe.
Inferred read-onlyget_timeframesReturns supported OHLCV timeframe identifiers (M1, M5, M15, H1, H4, D1).
Inferred read-onlyget_adxCalculates Average Directional Index (ADX) with +DI and -DI for a symbol at a given timeframe.
Inferred read-onlyget_fibonacciCalculates Fibonacci retracement and extension levels for a symbol/timeframe.
Inferred read-onlyget_rsiCalculates Relative Strength Index (RSI) for a symbol at a given timeframe.
Inferred read-onlyget_candlesReturns the most recent OHLCV candles (up to 10) for a trading symbol at a given timeframe from the real-time in-memory feed.
Inferred read-onlyget_baseline_candlesReturns 24-hour baseline metrics for every tracked symbol: last open time, last close price, close price 24 hours ago, and 24-hour percentage change.
Inferred read-onlyget_sentimentReturns composite market sentiment for a symbol at a given timeframe.
Inferred read-onlyget_historyReturns paginated historical OHLCV candles for a trading symbol within a time range.
Inferred read-onlyget_emaCalculates Exponential Moving Average (EMA) values for a symbol at a given timeframe.
Inferred read-onlyget_support_resistanceIdentifies key support and resistance price levels for a symbol using pivot-point analysis.
Inferred read-onlyget_cciCalculates Commodity Channel Index (CCI) for a symbol at a given timeframe.
Inferred read-onlyget_symbolsReturns all available trading symbols with their display name and market class.
Inferred read-onlyget_macdCalculates MACD (Moving Average Convergence Divergence) for a symbol at a given timeframe.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for realmarketapi.com was fetched 2026-08-21T10:53:20.125Z.
realmarketapi.com is assessed as VerificationRecommended: Domain has affiliate links on record
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.