Skip to main content
Glama

REI Crypto MCP Server

by 0xReisearch
MIT License
3
  • Apple
  • Linux

get_user_data

Retrieve user data by specifying data type and protocol ID using the REI Crypto MCP Server, enabling direct access to user-related information in crypto applications.

Instructions

GET /api/userData/{type}/{protocolId}

Get user data by type and protocol. Parameters: type: data type (e.g., 'activeUsers') protocol_id: protocol ID

Input Schema

NameRequiredDescriptionDefault
protocol_idYes
typeYes

Input Schema (JSON Schema)

{ "properties": { "protocol_id": { "title": "Protocol Id", "type": "integer" }, "type": { "title": "Type", "type": "string" } }, "required": [ "type", "protocol_id" ], "title": "get_user_dataArguments", "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