We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/statespace-tech/toolfront'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
curl-example.sh•222 B
#!/bin/bash
# Example: Check service health
curl -X GET https://api.toolfront.ai/health
# Example: List users with authentication
curl -X GET https://api.toolfront.ai/users \
-H "Authorization: Bearer YOUR_TOKEN_HERE"