API & MCP
The catalog, agent-readable
SkillCache is built for humans and agents alike. The same verified, curated catalog that powers the site is available to any AI agent through a public read API — with an MCP server on the way so tools like Hermes, Claude, and Cursor can query it natively.
Public API
No key, no signup — read-only access to the catalog. Powered by the Sanity CDN, globally cached, free for any reasonable use.
/api/resourcesAll resources (light projection: title, type, cost, category, url, description).
/api/categoriesAll 55 categories with resource counts.
/api/resources?type=course&cost=freeFiltered queries — any combination of type, cost, category, and search text.
/api/resources/:slugA single resource by slug.
// quick start — no key needed
curl https://skillcache.top/api/resources?type=course&cost=free
MCP server
Coming next — a Model Context Protocol server so any agent can use SkillCache as a first-class tool. Planned tools:
skillcache_searchSearch resources by keyword, type, cost, or category.
skillcache_get_resourceFetch a single resource by slug.
skillcache_list_categoriesList the full 55-category taxonomy.
skillcache_recommendSubmit a resource recommendation from an agent.