Self-learning operational context layer for AI sports agents. Profile 001: golf.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
The context, safety, and memory layer for sports agents. Golf first.
Before a sports agent acts, it checks SCP. Then SCP learns from what happened.
SCP β Sports Context Protocol β is an open context layer for AI agents operating in sports. Every sport venue has the same five things underneath: inventory, rules, actions, consequences, and memory. SCP is the standard way an agent reads those before it acts, and learns from the outcome after.
SCP Golf is Profile 001 β the first working profile. Golf is the cleanest wedge because an agent cannot safely book, price, move, or recommend anything at a course without understanding tee-sheet state, protected inventory, pricing policy, pace risk, events, and operator memory. Golf makes the problem impossible to ignore.
This repository is SCP Golf Alpha: a synthetic demo course, a local MCP server, booking and pricing safety checks, soft holds, a decision ledger, and a self-learning memory. No real course data, no integrations, no database.
docs/SCP_CORE_SPEC.mddocs/SCP_PROFILES.mddocs/SCP_GOLF_PROFILE.mdAI golf agents are coming β answering calls, booking tee times, quoting prices, moving reservations. The problem: most agents only know the conversation. They do not know the course: the tee-sheet state, the member protections, the league blocks, the pricing floor, the pace risk, the operator's preferences, and what happened the last time a similar decision was made.
SCP Golf gives them that, and then it learns.
Test it interactively with the MCP Inspector:
| Tool | What it does |
|---|---|
get_course_context | Full operating context β read this before acting. |
get_available_inventory | Available tee times near a preferred time. |
check_booking_action | Is a booking allowed, blocked, risky? Writes a decision. |
check_pricing_action | Is a quoted/discounted price allowed? Writes a decision. |
create_soft_hold | Temporary hold on a tee time before confirmation. |
write_decision_event | Log a decision directly. |
submit_outcome_feedback | The learning tool. Feed an outcome back to SCP. |
get_learning_insights | What SCP has learned. |
explain_action | Explain a result for golfer / operator / developer. |
scp://course/demo and its children: context, tee-sheet,
booking-policy, pricing-policy, events, weather, pace,
decision-ledger, learning-memory, soft-holds.
This is the heart of SCP. It is operational learning β no model training.
submit_outcome_feedback.The demo moment: ask for Saturday ~09:00, have an operator override the result
once, ask again β SCP now recommends the operator's preferred time. See
docs/LEARNING_LOOP.md.
docs/SCP_CORE_SPEC.md β the protocol, sport-agnostic.docs/SCP_PROFILES.md β the profile system and roadmap.docs/SCP_GOLF_PROFILE.md β Profile 001 primitive mapping.docs/SCP_GOLF_SPEC.md β golf implementation detail.docs/QUICKSTART.md β run and test locally.docs/DEMO_PROMPTS.md β 10 demo prompts.docs/LEARNING_LOOP.md β how the learning works.docs/ROADMAP.md β phases beyond the alpha.Alpha. Synthetic data. Booking safety first. Self-learning from decision outcomes. Not partnered with any course, not integrated with any provider, not live with any operator.
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sports-context-protocol)<a href="https://allmcps.com/mcp/sports-context-protocol"><img src="https://allmcps.com/api/badge/sports-context-protocol?style=directory" alt="Sports Context Protocol on AllMCPs" /></a>