search_players
ActiveTool of mcp-thesportsdb
declared in 0.1.0
Search TheSportsDB for players by name. Returns player id, current team, nationality, position, and description. Use search_teams first to find team IDs if needed.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Cristiano Ronaldo"
},
{
"query": "LeBron James"
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-thesportsdb
https://github.com/pipeworx-io/mcp-thesportsdb
2/7 registries