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
ReadSemantic search over skill protocols using vector embeddings.
Input: { "query": string, "limit": number }
get_asset_details
ReadRetrieve full syllabus, maintainer stats, and pricing.
Input: { "asset_id": string }
acquire_asset
WriteExecute an asset acquisition transaction.
Input: { "asset_id": string }