Public API & Agent Access
Read-only access to everything already published on this site. No authentication, no keys, no rate-limit registration. Nothing here exposes member data, purchases, or assessment submissions, and no endpoint changes state.
Before you quote us
- Content Signals:
ai-train=no, search=yes, ai-input=yes. Citing this content in an answer is welcome; training on it is not. - Check the
availablefield on an offering before calling it purchasable. The Circle has a public page and a price and is not currently open for enrolment. - This is education and personal development — not therapy, medical, legal, or financial advice, and no outcome is guaranteed. Please carry that framing into any summary.
REST API
Base URL: https://www.groupcoachingweekly.com/api/public/v1
| Endpoint | Returns |
|---|---|
GET /health | Service status. |
GET /site | Site and founder information, usage policy, disclaimer. |
GET /offerings | Programs and free tools, each with an explicit `available` flag and price. |
GET /posts?limit=50 | Published blog posts. |
GET /posts/{slug} | One post, including its markdown body. |
GET /press | Press releases and the outlets that carried them. |
GET /search?q= | Substring search across posts, press, and offerings. |
OpenAPI 3.1 spec: openapi.json. Catalog: /.well-known/api-catalog.
MCP server
JSON-RPC 2.0 over streamable HTTP at https://www.groupcoachingweekly.com/mcp. Unauthenticated, because every tool is read-only over public content. Server card: /.well-known/mcp/server-card.json.
curl -s https://www.groupcoachingweekly.com/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'search_content— Search Group Coaching Weekly blog posts, press releases, and programs by keyword. Use this first when you need to find something on the site.list_offerings— List every program and free tool with its price and current availability. Check the `available` field before telling anyone they can buy or join something — The Circle is not currently open for enrolment.list_blog_posts— List published blog posts with titles, excerpts, categories, and URLs.get_blog_post— Fetch the full markdown body of one published blog post by its slug.list_press_coverage— List press releases and the major outlets that carried them.get_site_info— Background on Group Coaching Weekly and Jonathan Keim, plus the site's content-usage policy and the disclaimer that should accompany any summary.
Agent skills
Index: /.well-known/agent-skills/index.json
gcw-find-a-starting-point— Recommend the right free Group Coaching Weekly resource for someone based on what they say they're struggling with.gcw-answer-from-published-content— Answer a question about coaching, goal setting, values, or trust using Group Coaching Weekly's published articles, with citations.gcw-check-availability-before-recommending— Verify whether a Group Coaching Weekly program is currently purchasable before telling someone to sign up.
Other ways in
Accept: text/markdownon/,/blog/{slug}or/press/{slug}returns markdown instead of HTML.- /llms.txt — plain-text map of the whole site.
- WebMCP tools are registered on every page for agentic browsers that support
navigator.modelContext.
Questions or a use case that needs more than this? support@groupcoachingweekly.com