We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vortiago/mcp-outline'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
```mermaid
flowchart TD
S[subprocess\nstreamable-http mode] --> H[poll GET /health\nuntil 200 OK]
H --> L[assert status == healthy]
S2[subprocess\ninvalid API key] --> R[GET /ready]
R --> NR[assert 503\napi_accessible == false]
```