mcpbeat Sign in

Opengolfapi MCP Server

by opengolfapi Your server? Claim it
local only

Opengolfapi runs on your own machine — the client starts it, so there is no endpoint to ping. 98 installs a week from npm. Last commit 18 Aug 2026.

Golf for AI agents — every US course free, plus open contribution, identity & tournaments.

Installs per day peak 63 · avg 20 · -18% w/w
a month agotoday
98
Installs / week
npm · @opengolfapi/mcp-server
4
Stars
0 open issues
18 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Opengolfapi every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @opengolfapi/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@opengolfapi/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@opengolfapi/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@opengolfapi/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@opengolfapi/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENGOLFAPI_KEY (Free key (courses.opengolfapi.org/api-keys). Optional — only for contributing/identity.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Opengolfapi

same job, measured the same way
Autron Core
by hungnguyenhtbvn-max

Open Identity Standard for AI Agents — DID, Agent Cards, delegation, reputation, payment & escrow

38 installs/wk local only
Stymie Golf
by thatdudefreak

Read-only US golf course, scorecard, equipment, deal, and golf-trip data for AI agents.

13 tools answering
Memfleet
by memfleet

Shared, governed memory for fleets of AI agents: judged contributions, provenance, operator control

answering
Acuris MCP
by acuris-geo

Address validation & geocoding for AI agents: 240+ countries, UK PAF, free US/CA enrichment

8 tools answering
Agentchurch MCP
by hypnolabs-io

Spiritual services for AI agents — confessions, salvation, identity. x402 payments.

178 installs/wk local only
three.ws Naming
by nirholas

On-chain identity for AI agents: resolve .sol names, reverse-lookup wallets, check handles.

203 installs/wk local only
Oasis MCP
by p31ca

Agent-native CLI: provenance, cost governance, and execution contracts for AI agents.

local only
AgentIQ
by chrisgu

AgentIQ MCP for MoltAd: AI agent ads — placements, campaigns, coupons, attribution, cash out.

40 tools answering

Opengolfapi — questions

Answers built from our own checks of this server.

Why is there no uptime for Opengolfapi?
Opengolfapi runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @opengolfapi/mcp-server was installed 98 times last week.
How do I connect Opengolfapi?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @opengolfapi/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Opengolfapi?
The npm package @opengolfapi/mcp-server was installed 98 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Opengolfapi open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.