← Registry

General Tools

marketingskills.directory

Provides search and browsing capabilities over a skills directory, allowing users to find and retrieve skill descriptions and categories.

1 endpoint7 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://marketingskills.directory/wp-json/mkt/v1/mcp

No auth detected

MCP server metadata

Name
marketing-skills-directory
Version
1.0.0
Capabilities
toolsresources
Server instructions

Discover and read Claude Code skills for marketing & SEO. Use search_skills or recommend_skill to find a skill, then get_skill to read its full SKILL.md. To install into a project, run the printed `npx mkt-skills install <slug>` command.

Known tools 7

search_skills

Full-text (BM25) search over the skills directory.

Inferred read-only
get_skill

Return the full SKILL.

Inferred read-only
list_skills

Browse the catalog, optionally filtered by category.

Inferred read-only
list_categories

List all skill categories with counts (the filter vocabulary for list_skills).

Inferred read-only
list_sets

List curated skill sets (bundles) with their skill slugs.

Inferred read-only
get_set

Return a skill set with full details for each contained skill.

Inferred read-only
recommend_skill

Given a natural-language task, return the top 3 matching skills with the exact install command.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.marketing-skills-directory]
url = "https://marketingskills.directory/wp-json/mkt/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "marketing-skills-directory": {
      "type": "http",
      "url": "https://marketingskills.directory/wp-json/mkt/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: marketing-skills-directory
Remote MCP URL: https://marketingskills.directory/wp-json/mkt/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "marketing-skills-directory": {
      "url": "https://marketingskills.directory/wp-json/mkt/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "marketing-skills-directory": {
      "type": "http",
      "url": "https://marketingskills.directory/wp-json/mkt/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "marketing-skills-directory",
  "transport": "streamable-http",
  "url": "https://marketingskills.directory/wp-json/mkt/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for marketingskills.directory was fetched 2026-08-24T04:22:01.741Z.

Trust status Trusted

marketingskills.directory is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.