Skip to main content
Glama

REI Crypto MCP Server

by 0xReisearch
MIT License
3
  • Apple
  • Linux

get_protocol_inflows

Retrieve inflow and outflow data for a specific protocol at a given timestamp. Use this tool to analyze liquidity movements in crypto protocols by specifying the protocol slug and timestamp.

Instructions

GET /api/inflows/{protocol}/{timestamp}

Lists the amount of inflows and outflows for a protocol at a given date. Parameters: protocol: protocol slug (e.g., 'compound-v3') timestamp: unix timestamp (e.g., 1700006400)

Input Schema

NameRequiredDescriptionDefault
protocolYes
timestampYes

Input Schema (JSON Schema)

{ "properties": { "protocol": { "title": "Protocol", "type": "string" }, "timestamp": { "title": "Timestamp", "type": "integer" } }, "required": [ "protocol", "timestamp" ], "title": "get_protocol_inflowsArguments", "type": "object" }

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