General Tools
marketingskills.directory
Provides search and browsing capabilities over a skills directory, allowing users to find and retrieve skill descriptions and categories.
ENDPOINT 1
https://marketingskills.directory/wp-json/mkt/v1/mcp
MCP server metadata
- Name
- marketing-skills-directory
- Version
- 1.0.0
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
list_categoriesList all skill categories with counts (the filter vocabulary for list_skills).
Inferred read-onlyrecommend_skillGiven a natural-language task, return the top 3 matching skills with the exact install command.
Potential side effectsCONNECT 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.
marketingskills.directory is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.