Skip to main content
Glama

CG Alpha MCP

by JCF0

ta_rsi

Calculate the Relative Strength Index (RSI) for crypto market analysis using historical price data and customizable period settings within the CG Alpha MCP server, aiding in identifying overbought or oversold conditions.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
periodNo
valuesYes

Input Schema (JSON Schema)

{ "properties": { "period": { "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