Analytics
redstone.finance
Fetch and analyze cryptocurrency price data, including current prices, detailed source breakdowns, and 24-hour changes.
ENDPOINT 1
https://mcp.redstone.finance/mcp
Known tools 6
get_priceFetch the most recent USD price for a cryptocurrency (e.g., BTC, ETH, AR).
Inferred read-onlyget_detailed_priceGet the latest USD price with a full breakdown of data from individual sources/exchanges.
Inferred read-onlyget_price_changeCalculate the percentage change for a token over the last 24 hours.
Inferred read-onlylist_supported_tokensReturns the top 15 most popular cryptocurrency tokens currently supported by RedStone with active data sources.
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.redstone-finance]
url = "https://mcp.redstone.finance/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"redstone-finance": {
"type": "http",
"url": "https://mcp.redstone.finance/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: redstone-finance
Remote MCP URL: https://mcp.redstone.finance/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": {
"redstone-finance": {
"url": "https://mcp.redstone.finance/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"redstone-finance": {
"type": "http",
"url": "https://mcp.redstone.finance/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "redstone-finance",
"transport": "streamable-http",
"url": "https://mcp.redstone.finance/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 redstone.finance was fetched 2026-08-03T12:01:22.594Z and is being refreshed.
redstone.finance is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.