We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/up2itnow/ReadyTrader-Stocks'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•402 B
# Application Structure
- **main.py**: The entry point for the FastMCP application. This is the definition of the Agent Tools.
- **api_server.py**: A FastAPI server that provides REST endpoints and WebSocket streams for the frontend or external integrations. It runs alongside the MCP server.
- **core/**: Core engines (Backtest, Paper Trading, Compliance, etc.).
- **tools/**: MCP tool definitions.