MCP server for the Talent Protocol public API. Exposes AI agent discovery and scoring data to any MCP-compatible client.
| Tool | Description |
|---|---|
search_agents |
Search/list AI agents by category with pagination |
get_score |
Get the current score breakdown for an agent |
get_score_history |
Get historical scores for an agent |
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"talent-protocol": {
"command": "npx",
"args": ["-y", "@talentprotocol/mcp-server"]
}
}
}claude mcp add talent-protocol -- npx -y @talentprotocol/mcp-servernpm install
npm run build
node dist/index.jsMIT