Data model

Connect

Connect your MCP client to Ballpark’s server

Remote server

Add the following URL to your MCP client as a Streamable HTTP server:

Configuration example

{
  "mcpServers": {
    "ballpark": {
      "url": "https://edge.ballparkhq.com/api/mcp",
      "auth": {
        "CLIENT_ID": "tVXGihqNd29BVBjtaQiIn6DPLOQICIZmzVo2YCx1",
      }
    }
  }
}
{
  "mcpServers": {
    "ballpark": {
      "url": "https://edge.ballparkhq.com/api/mcp",
      "auth": {
        "CLIENT_ID": "tVXGihqNd29BVBjtaQiIn6DPLOQICIZmzVo2YCx1",
      }
    }
  }
}
{
  "mcpServers": {
    "ballpark": {
      "url": "https://edge.ballparkhq.com/api/mcp",
      "auth": {
        "CLIENT_ID": "tVXGihqNd29BVBjtaQiIn6DPLOQICIZmzVo2YCx1",
      }
    }
  }
}

Refer to your client's documentation for where to add MCP servers.