Skip to main content
Glama

CG Alpha MCP

by JCF0

elfa_query

Execute any ELFA API call, including path, method, query, and JSON body, to retrieve JSON responses. Integrates with CG Alpha MCP for crypto market analysis.

Instructions

Generic ELFA proxy. Call any ELFA path with method/query/body. Returns JSON.

Input Schema

NameRequiredDescriptionDefault
bodyNoJSON body for non-GET
methodNoHTTP method
pathYesELFA path like /v2/...
queryNoQuery params map

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "JSON body for non-GET", "type": "object" }, "method": { "description": "HTTP method", "type": "string" }, "path": { "description": "ELFA path like /v2/...", "type": "string" }, "query": { "description": "Query params map", "type": "object" } }, "required": [ "path" ], "type": "object" }
Install Server

Other Tools from CG Alpha MCP

Related Tools

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/JCF0/cg-alpha-mcp'

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