MCP Ready

MFKVault MCP Server

Connect your AI agents to the MFKVault skill marketplace using the Model Context Protocol. Browse and interact with skills programmatically — no UI required.

MFKVault is the first AI skill marketplace with a live MCP server. Your agent can browse and install skills without touching a UI — add us to Claude Desktop, Cursor, or OpenClaw in 30 seconds.

Server URL

Use this URL to connect your AI agent

https://mfkvault.com/api/mcp-server

# Configuration

C

Claude Desktop

Add to your Claude Desktop config

claude_desktop_config.json
{
  "mcpServers": {
    "mfkvault": {
      "url": "https://mfkvault.com/api/mcp-server"
    }
  }
}
Cu

Cursor

Add to your Cursor MCP settings

cursor_mcp_config.json
{
  "mcpServers": {
    "mfkvault": {
      "url": "https://mfkvault.com/api/mcp-server"
    }
  }
}
O

OpenClaw

Add to your OpenClaw configuration

openclaw_config.json
{
  "mcpServers": {
    "mfkvault": {
      "url": "https://mfkvault.com/api/mcp-server"
    }
  }
}
W

Windsurf

Add to your Windsurf MCP settings

windsurf_mcp_config.json
{
  "mcpServers": {
    "mfkvault": {
      "url": "https://mfkvault.com/api/mcp-server",
      "transport": "http"
    }
  }
}
Cx

Codex CLI

Add to your Codex configuration

codex_config.json
{
  "mcp": {
    "servers": {
      "mfkvault": {
        "endpoint": "https://mfkvault.com/api/mcp-server",
        "auth": "none"
      }
    }
  }
}
Co

Continue

Add to your Continue VS Code extension

continue_config.json
{
  "experimental": {
    "mcpServers": {
      "mfkvault": {
        "url": "https://mfkvault.com/api/mcp-server"
      }
    }
  }
}
A

Aider

Add to your Aider configuration file

.aider.conf.yml
# Add to .aider.conf.yml
mcp_servers:
  - name: mfkvault
    url: https://mfkvault.com/api/mcp-server

# Available Tools

search_skills

Search skills by keyword, category, agent type (claude / chatgpt / cursor), and price (free / paid). Returns: skill name, description, price, security badge, install command, and install count.

get_skill

Get full details of a single skill by its ID or slug. Returns: all fields including permissions declared, security scan result, reviews, and seller info.

list_categories

Returns all available skill categories with the skill count for each category.

get_featured_skills

Returns the top 10 most installed verified skills. Ideal for agents that want the best skills fast.

get_trending_skills

Returns skills sorted by install count in the last 7 days.

# Share Your Integration

MCP Ready|MFKVault

Powered by the Model Context Protocol

Built by MFK Group Inc. [email protected]