Skip to main content
Glama
JCF0

CG Alpha MCP

by JCF0

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ELFA_BASENoELFA base URL (defaults to https://api.elfa.ai)https://api.elfa.ai
ELFA_HEADERNoHeader name for auth (defaults to x-elfa-api-key)x-elfa-api-key
ELFA_API_KEYYesAPI key required for ELFA calls. Get from ELFA (https://www.elfa.ai/api).
ELFA_AUTH_TYPENoSet to x-elfa-api-key (default) or bearerx-elfa-api-key
COINGECKO_API_KEYNoOptional API key for CoinGecko if you use the CoinGecko MCP with a key

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
elfa_set_authA

Set ELFA API auth. Params: key (string), headerName (Authorization|x-elfa-api-key), scheme (e.g., Bearer).

elfa_set_baseB

Set ELFA base URL (e.g., https://api.elfa.ai).

elfa_reload_envB

Reload .env files from common locations.

elfa_statusB

Show current ELFA config (key masked) and .env load info.

elfa_queryB

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

elfa_trendingC

Alias to /v2/aggregations/trending-tokens (timeframe, chain, limit, cursor).

elfa_trending_tokensC

Trending tokens aggregation. Params: timeframe, chain, limit, cursor.

elfa_token_newsC

Token news. Params: symbols (comma), chain, start, end, limit, cursor, sources.

elfa_keyword_mentionsB

Multi-keyword mentions. Params: keywords (array|string), start, end, chain, limit, cursor, sources.

ta_rsiA

Compute RSI (Wilder). Inputs: values:number[] (oldest→newest), period?:number(14). Returns latest RSI.

ta_bollingerB

Compute Bollinger Bands (SMA + population stdev). Inputs: values:number[] (oldest→newest), period?:number(20), mult?:number(2).

ta_summaryB

Return both RSI and Bollinger in one call. Inputs: values:number[] (oldest→newest), rsiPeriod?:number(14), bbPeriod?:number(20), bbMult?:number(2).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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

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