← redstone.finance
INDIVIDUAL MCP TOOL
get_price
Fetch the most recent USD price for a cryptocurrency (e.g., BTC, ETH, AR).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
CONNECT 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.
Related tools
get_detailed_price— Get the latest USD price with a full breakdown of data from individual sources/exchanges.get_prices— Fetch latest USD prices for a list of tokens.get_price_change— Calculate the percentage change for a token over the last 24 hours.list_supported_tokens— Returns the top 15 most popular cryptocurrency tokens currently supported by RedStone with active data sources.start_agent_red— The entry point for using the RedStone Price Oracle.