Agent access
The same rack.
Less parsing.
Read public metadata directly. Discover a tool, follow its source, and distinguish recommendation from verification.
Start with the catalog
curl -fsSL https://mcprack.dev/catalog.jsonThese are public GET endpoints. They need no account, API key or JavaScript. Download and filter the JSON locally; these static files do not accept search parameters.
| Endpoint | Purpose |
|---|---|
/catalog.json | Complete catalog: own projects, curated picks, articles and source links. |
/catalog.schema.json | Versioned JSON Schema for the catalog. |
/servers.json | The original owner-built project feed, retained for compatibility. |
/llms.txt | A compact introduction and navigation map. |
/llms-full.txt | Server summaries, curated context and published article bodies. |
/rss.xml | Follow new guides, perspectives and releases. |
Individual documents
Append .md to a server or article slug, for example /servers/gimp-agent-mcp.md. The catalog provides exact Markdown URLs for every project and article. Main HTML content is also readable without JavaScript.
Interpreting the data
schemaVersionidentifies the catalog contract. Version 1 allows additive fields.generatedAtis the website build time, not proof of a fresh review.reviewedAt: nullmeans no structured review date is recorded.listingTypeseparates owner-built projects from curated picks.softwareTypedistinguishes MCP servers from companion tools.- Unknown package or install details remain null.
Installation is a separate action
This site is a discovery and documentation surface, not an MCP endpoint. Reading a command does not authorize running it. Check the source, permissions and current setup instructions first. The install command may resolve a newer release than the recorded version.
For stdio entries, other clients can use the process command and arguments after --. Credentials, runtimes and application bridges remain server-specific prerequisites.
Citation
Cite the individual listing or article and consult the maker's source for current behavior. Read the listing standards for the scope of the recommendation.