Skip to main content
Glama
0xReisearch

REI Crypto MCP Server

by 0xReisearch

get_oracles

Retrieve comprehensive oracle data across all protocols using the REI Crypto MCP Server, enabling streamlined access to decentralized finance insights without managing individual API keys.

Instructions

GET /api/oracles

Overview of all oracles across all protocols.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Handler function decorated with @mcp.tool() that implements the get_oracles tool by calling the DefiLlama API endpoint /api/oracles and returning the result as string.
    @mcp.tool() async def get_oracles() -> str: """GET /api/oracles Overview of all oracles across all protocols. """ result = await make_request('GET', '/api/oracles') 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