We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tohsaka888/trading-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
spec.md•701 B
## ADDED Requirements
### Requirement: Indicator engine validates inputs
The system SHALL validate indicator inputs and reject unsupported indicator names.
#### Scenario: Unsupported indicator is rejected
- **WHEN** a caller requests an indicator that is not supported
- **THEN** the system raises a clear error indicating the indicator is unsupported
### Requirement: Indicator computation produces aligned output
The system SHALL compute indicators using TA-Lib and return outputs aligned to the input series length.
#### Scenario: Output aligns to input
- **WHEN** the engine computes an indicator for an input series of length N
- **THEN** the output has length N and preserves input ordering