Skip to main content
Glama

CG Alpha MCP

by JCF0

ta_summary

Analyze crypto market trends with combined RSI and Bollinger Bands data. Input historical values and optional parameters to generate technical insights in a single call.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
bbMultNo
bbPeriodNo
rsiPeriodNo
valuesYes

Input Schema (JSON Schema)

{ "properties": { "bbMult": { "type": "number" }, "bbPeriod": { "type": "number" }, "rsiPeriod": { "type": "number" }, "values": { "items": { "type": "number" }, "type": "array" } }, "required": [ "values" ], "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