Skip to content
Back to search
100
MCP live http

RedStone MCP

daniel-szerszen/redstone-finance

Real-time and historical cryptocurrency price data from RedStone oracle infrastructure. 1,300+ assets, 110+ chains, no API key required. Powered by 50+ DEX and 30+ CEX sources with $4.943B Total Value Secured.

Uptime
100.0%
116 probes
Response
258ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

get_price

Fetch the most recent USD price for a cryptocurrency (e.g., BTC, ETH, AR). Use this for simple price checks. The response includes a summary and suggests follow-up actions like detailed source breakdo…

get_detailed_price

Get the latest USD price with a full breakdown of data from individual sources/exchanges. Proactively analyze if there is high variance between exchanges.

get_prices

Fetch latest USD prices for a list of tokens. Proactively suggests analyzing changes for the tokens with the highest volatility.

get_price_change

Calculate the percentage change for a token over the last 24 hours. Proactively suggests checking sources if the change is significant (>5%).

list_supported_tokens

Returns the top 15 most popular cryptocurrency tokens currently supported by RedStone with active data sources. Proactively guides the user to check their prices or trends.

start_agent_red

The entry point for using the RedStone Price Oracle. Call this when the user says "hello", "hi", "start", "redstone start", or asks what you can do. It introduces all tools and suggests a natural flow…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "redstone_mcp": {
      "url": "https://redstone.finance",
      "transport": "http"
    }
  }
}