{
    "name": "marketing-skills-directory",
    "title": "Marketing Skills Directory",
    "description": "MCP server for discovering and reading Claude Code marketing & SEO skills. Search, browse, and fetch full SKILL.md content from any MCP client — no CLI required.",
    "version": "1.0.0",
    "websiteUrl": "https://marketingskills.directory/",
    "remotes": [
        {
            "type": "streamable-http",
            "url": "https://marketingskills.directory/wp-json/mkt/v1/mcp"
        }
    ],
    "capabilities": {
        "tools": true,
        "resources": true,
        "prompts": false
    },
    "tools": [
        {
            "name": "search_skills",
            "description": "Full-text (BM25) search over the skills directory. Returns ranked matches with slug, title, description, categories and price."
        },
        {
            "name": "get_skill",
            "description": "Return the full SKILL.md content for a skill by slug. Free skills return content; premium skills return a purchase URL unless a valid access code is supplied."
        },
        {
            "name": "list_skills",
            "description": "Browse the catalog, optionally filtered by category. Paginated."
        },
        {
            "name": "list_categories",
            "description": "List all skill categories with counts (the filter vocabulary for list_skills)."
        },
        {
            "name": "list_sets",
            "description": "List curated skill sets (bundles) with their skill slugs."
        },
        {
            "name": "get_set",
            "description": "Return a skill set with full details for each contained skill."
        },
        {
            "name": "recommend_skill",
            "description": "Given a natural-language task, return the top 3 matching skills with the exact install command."
        }
    ]
}