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%
69 probes
Response
258ms
last probe
Tools
6
callable

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…

Similar MCP servers embedding-nearest

io.github.lordbasilaiassistant-sudo/base-price-oracle-mcp
MCP server for real-time token prices on Base from on-chain DEX pools.
0 tools
base-price-oracle-mcp
MCP server for AI agents to fetch real-time token prices on Base from on-chain DEX pools (Uniswap, Aerodrome). Pure on-chain price oracle wi
0 tools
io.github.cryptoapis-io/mcp-market-data
MCP server for cryptocurrency asset prices, exchange rates, and market metadata via Crypto APIs
0 tools
io.github.CryptoAPIs-io/mcp-market-data
MCP server for cryptocurrency asset prices, exchange rates, and market metadata via Crypto APIs
0 tools
Bitquery MCP
Real-time Blockchain Trading intelligence - Token prices, trades, marketcap, Traders, Charts
0 tools · streamable-http
io.github.srimisra/pyth-hermes-mcp
Pyth Hermes MCP — real-time price feeds and oracle data for DeFi agents.
0 tools · streamable-http

How to use

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

{
  "mcpServers": {
    "redstone_mcp": {
      "url": "https://redstone.finance/.well-known/mcp",
      "transport": "http"
    }
  }
}