RedStone MCP
daniel-szerszen/redstone-financeReal-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.
Tools · 6
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 the latest USD price with a full breakdown of data from individual sources/exchanges. Proactively analyze if there is high variance between exchanges.
Fetch latest USD prices for a list of tokens. Proactively suggests analyzing changes for the tokens with the highest volatility.
Calculate the percentage change for a token over the last 24 hours. Proactively suggests checking sources if the change is significant (>5%).
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.
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"redstone_mcp": {
"url": "https://redstone.finance/.well-known/mcp",
"transport": "http"
}
}
}