players
Pack: balldontlie · Endpoint: https://gateway.pipeworx.io/balldontlie/mcp
Players.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Name substring. |
team_ids | array | no | |
items | number | no | |
cursor | number | no | |
per_page | number | no |
Example call
curl -X POST https://gateway.pipeworx.io/balldontlie/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"players","arguments":{}}}'
Response shape
Full JSON Schema
{
"type": "object",
"description": "Response from balldontlie API /players endpoint with pagination"
}
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"balldontlie": {
"url": "https://gateway.pipeworx.io/balldontlie/mcp"
}
}
}
See Getting Started for client-specific install steps.