← marketingskills.directory
INDIVIDUAL MCP TOOL
get_set
Return a skill set with full details for each contained skill.
LIVE ENDPOINT
https://marketingskills.directory/wp-json/mkt/v1/mcp
Connect to this endpoint to inspect the live schema for get_set and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
search_skills— Full-text (BM25) search over the skills directory.get_skill— Return the full SKILL.list_skills— Browse the catalog, optionally filtered by category.list_categories— List all skill categories with counts (the filter vocabulary for list_skills).list_sets— List curated skill sets (bundles) with their skill slugs.recommend_skill— Given a natural-language task, return the top 3 matching skills with the exact install command.