API and MCP
The catalog is open to agents and apps: an MCP server, a keyless REST API and an llms.txt file.
MCP server
Read-only, streamable HTTP transport. Tools: search_entries, get_entry, recommend_for_project, list_categories.
claude mcp add --transport http skillfoxx https://skillfoxx.ru/api/mcp
{
"mcpServers": {
"skillfoxx": {
"type": "http",
"url": "https://skillfoxx.ru/api/mcp"
}
}
}Send only a summary to recommend_for_project: goal, frameworks, dependency and file names. No source code or secrets.
REST API
No key, up to 60 requests per minute per address.
- GET /api/v1/entries?lang=ru§ion=skills&page=1
- GET /api/v1/search?q=postgres&lang=en
- POST /api/v1/scan { "input": "...", "lang": "ru" }
- POST /api/v1/validate { "content": "...", "format": "skill_md" }