Skip to main content
Glama
0xReisearch

REI Crypto MCP Server

by 0xReisearch

get_stablecoin_prices

Retrieve historical prices of all stablecoins using API access to DeFiLlama, CoinGecko, and Arkham Intelligence, eliminating the need for individual API key management.

Instructions

GET /stablecoins/stablecoinprices

Get historical prices of all stablecoins.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The main handler function for the 'get_stablecoin_prices' tool. It is decorated with @mcp.tool() for registration and fetches historical stablecoin prices from the DefiLlama Pro API endpoint '/stablecoins/stablecoinprices' using the shared make_request helper.
    @mcp.tool() async def get_stablecoin_prices() -> str: """GET /stablecoins/stablecoinprices Get historical prices of all stablecoins. """ result = await make_request('GET', '/stablecoins/stablecoinprices') return str(result)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xReisearch/crypto-mcp-beta'

If you have feedback or need assistance with the MCP directory API, please join our Discord server