/glama/servers

POST /api/glama/servers

Price: 5 credits

Get one Glama MCP server by its namespace/slug id. Returns the server's description and README text, its attribute tags, the source repository with licence, language, star count and declared environment variables, every advertised tool with its input schema and Glama's per-tool quality grade, the server's overall quality breakdown, a maintenance-health history of commits, issues and releases, publisher FAQs, the tool-schema changelog, and the servers and hosted connectors Glama relates to it.

How to use it

Both `namespace/slug` and the npm-style `@namespace/slug` resolve, as does a full page address. This is the endpoint to use when you must decide whether a server is worth adopting: `tools[].input_schema` is the callable surface, `quality_score` grades how well those tools are documented, and `maintenance_health` shows whether the repository is still alive. README text arrives as `readme_text`; `readme_markdown` is the publisher's own markdown and is often absent even when `readme_text` is full. For the licence, security and maintenance sub-scores behind the grades call /glama/servers/score, and for the server's live protocol introspection call /glama/servers/schema.

Parameters

Request body

Response

Errors

Response headers