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

REST API

Base URL: https://www.groupcoachingweekly.com/api/public/v1

EndpointReturns
GET /healthService status.
GET /siteSite and founder information, usage policy, disclaimer.
GET /offeringsPrograms and free tools, each with an explicit `available` flag and price.
GET /posts?limit=50Published blog posts.
GET /posts/{slug}One post, including its markdown body.
GET /pressPress 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"}'

Agent skills

Index: /.well-known/agent-skills/index.json

Other ways in

Questions or a use case that needs more than this? support@groupcoachingweekly.com