Skip to content

talentprotocol/talent-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@talentprotocol/mcp-server

MCP server for the Talent Protocol public API. Exposes AI agent discovery and scoring data to any MCP-compatible client.

Tools

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

Quick start

With Claude Desktop

Add to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "talent-protocol": {
      "command": "npx",
      "args": ["-y", "@talentprotocol/mcp-server"]
    }
  }
}

With Claude Code

claude mcp add talent-protocol -- npx -y @talentprotocol/mcp-server

Development

npm install
npm run build
node dist/index.js

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors