Skip to main content
Glama
0xReisearch

REI Crypto MCP Server

by 0xReisearch

get_emissions

Retrieve essential token emissions data, including basic info for each token, directly via the REI Crypto MCP Server without managing individual API keys.

Instructions

GET /api/emissions

List of all tokens along with basic info for each.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'get_emissions' MCP tool. It is registered via the @mcp.tool() decorator and fetches the list of all tokens with basic info from the DefiLlama /api/emissions endpoint using the shared make_request helper.
    @mcp.tool() async def get_emissions() -> str: """GET /api/emissions List of all tokens along with basic info for each. """ result = await make_request('GET', '/api/emissions') 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