We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adrianmikula/JakartaMigration'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"actorOutputSchemaVersion": 1,
"title": "Jakarta Migration MCP Server Output",
"description": "Output schema for Jakarta Migration MCP Server. This Actor provides MCP tools that return JSON responses directly via the MCP protocol. Results are accessible through the MCP client interface.",
"properties": {
"mcpEndpoint": {
"type": "string",
"title": "MCP Server Endpoint",
"description": "Streamable HTTP endpoint for MCP protocol communication. Connect MCP clients to this endpoint.",
"template": "{{run.containerUrl}}/mcp/streamable-http"
},
"healthCheck": {
"type": "string",
"title": "Health Check",
"description": "Application health check endpoint. Returns application health status.",
"template": "{{run.containerUrl}}/actuator/health"
},
"metrics": {
"type": "string",
"title": "Metrics",
"description": "Application metrics endpoint. Returns application performance metrics.",
"template": "{{run.containerUrl}}/actuator/metrics"
},
"info": {
"type": "string",
"title": "Application Info",
"description": "Application information endpoint. Returns application metadata and version information.",
"template": "{{run.containerUrl}}/actuator/info"
}
}
}