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
Claude Desktop
Add to your Claude Desktop config
{
"mcpServers": {
"mfkvault": {
"url": "https://mfkvault.com/api/mcp-server"
}
}
}Cursor
Add to your Cursor MCP settings
{
"mcpServers": {
"mfkvault": {
"url": "https://mfkvault.com/api/mcp-server"
}
}
}OpenClaw
Add to your OpenClaw configuration
{
"mcpServers": {
"mfkvault": {
"url": "https://mfkvault.com/api/mcp-server"
}
}
}Windsurf
Add to your Windsurf MCP settings
{
"mcpServers": {
"mfkvault": {
"url": "https://mfkvault.com/api/mcp-server",
"transport": "http"
}
}
}Codex CLI
Add to your Codex configuration
{
"mcp": {
"servers": {
"mfkvault": {
"endpoint": "https://mfkvault.com/api/mcp-server",
"auth": "none"
}
}
}
}Continue
Add to your Continue VS Code extension
{
"experimental": {
"mcpServers": {
"mfkvault": {
"url": "https://mfkvault.com/api/mcp-server"
}
}
}
}Aider
Add to your Aider configuration file
# 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
Powered by the Model Context Protocol
Built by MFK Group Inc. • [email protected]