We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hmq19900504/itick-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•212 B
# iTick API Configuration
ITICK_API_KEY=your_itick_api_key_here
# Server Configuration
PORT=3000
HOST=0.0.0.0
# API Base URL (不建议修改)
ITICK_API_BASE_URL=https://api.itick.org
# Debug Mode
DEBUG=false