We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lev-corrupted/TradingViewMCPServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
feature_request.md•953 B
---
name: Feature request
about: Suggest an idea for this project
title: '[FEATURE] '
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I need to analyze [...] but can't...
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Feature type** (select one):
- [ ] New technical indicator
- [ ] New asset type support
- [ ] Performance improvement
- [ ] API enhancement
- [ ] Documentation improvement
- [ ] Other
**Additional context**
- Is this indicator commonly used in trading?
- Are there any similar tools that have this feature?
- Would this require Alpha Vantage premium API?
- Any references or formulas for technical indicators?
**Examples**
Provide examples of how this feature would be used:
```
User: "Calculate [indicator] for AAPL on 1h timeframe"
Expected response: ...
```