MCP Protocol Enabled

Connect theSkills.ai to Artificial Intelligence.

Expose our skill asset liquidity pool as tools to Claude Desktop, IDEs, and agents. Allow LLMs to search, vet, and license human intelligence autonomously.

1Issue Credentials

Generate a scoped API key to authenticate your MCP client.

2Configure Client

Add this snippet to your claude_desktop_config.json file.

{
  "mcpServers": {
    "theskills": {
      "command": "npx",
      "args": ["-y", "@theskills/mcp-server"],
      "env": {
        "THESKILLS_API_KEY": "<YOUR_API_KEY>"
      }
    }
  }
}

Tool Registry

search_assets

Read

Semantic search over skill protocols using vector embeddings.

Input: { "query": string, "limit": number }

get_asset_details

Read

Retrieve full syllabus, maintainer stats, and pricing.

Input: { "asset_id": string }

acquire_asset

Write

Execute an asset acquisition transaction.

Input: { "asset_id": string }

Need Help?

Check our GitHub for the open-source MCP server implementation reference.

View Source