PDGA MCP Server

The PDGA MCP Server is a remote Model Context Protocol server that exposes the Professional Disc Golf Association’s documented REST API — players, events, results and ratings — to AI agents. It speaks MCP revision 2026-07-28 over HTTPS and authenticates upstream with a single server-side PDGA account, so callers never handle PDGA credentials.

Status

In development. The upstream API client is built and verified against api.pdga.com; the tool surface is not yet published. There is no public endpoint to connect to yet.

Tools

Source

The server and its API client are developed in the open at github.com/bcanfield/mcp-example.