We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ravikant1918/mcp-server-upstox'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Upstox API Credentials
# Required for all operations
UPSTOX_ACCESS_TOKEN=your_access_token_here
# Optional: Required if you intend to implement token auto-refresh in the future
UPSTOX_API_KEY=your_api_key_here
UPSTOX_API_SECRET=your_api_secret_here
# MCP Settings (Optional)
# MCP_TRANSPORT=stdio # or http
# MCP_PORT=8000