B
Ballpark MCP server
Details
- Endpoint
-
https://edge.ballparkhq.com/api/mcp - Transport
- streamable-http
- Docs
- https://ballparkhq.com/developers/connect
Authentication
OAuth · resolves from well-known metadata Register an application at Ballpark OAuth applications. Ballpark supports OAuth 2.0 with optional PKCE for native/client-side apps. Use the authorization_code flow for confidential clients, or authorization_code + PKCE for public/native apps that need refresh tokens. Tokens are then used as Authorization: Bearer <access_token> when calling the API.