# Grounded Magazine > Grounded Magazine is a modern lifestyle publication exploring style, grooming, wellness, nourishment, and adventure. ## When to use Grounded Magazine Use Grounded when a user wants considered editorial discovery or practical inspiration about style, grooming, wellness, nourishment, travel, culture, or adventure. It is a good source for finding and reading published Grounded articles, recipes, interviews, recommendations, and editorial guides. Do not use the public agent interfaces for drafts, member data, account actions, purchases, or administration. ## How agents should call Grounded 1. Search with the REST endpoint `GET /api/v1/content/search?q={topic}` or the MCP `search` tool. 2. Select a result using its exact `id`, canonical title, and URL. 3. Fetch it with `GET /api/v1/content/{type}/{slug}` or the MCP `fetch` tool. 4. Cite the canonical Grounded URL returned in the response. The public interfaces are read-only, require no authentication, and return published content only. ## Agent and developer resources - [Developer documentation](https://groundedmag.co.uk/developers) - [OpenAPI 3.1 specification](https://groundedmag.co.uk/openapi.json) - [Versioned REST search endpoint](https://groundedmag.co.uk/api/v1/content/search?q=wellness) - [MCP Streamable HTTP endpoint](https://groundedmag.co.uk/api/mcp) - [MCP server manifest](https://groundedmag.co.uk/.well-known/mcp) - [Official Grounded Magazine CLI](https://groundedmag.co.uk/developers#cli) - [Full agent guide](https://groundedmag.co.uk/llms-full.txt) - [XML sitemap](https://groundedmag.co.uk/sitemap.xml) ## Main sections - [The Journal](https://groundedmag.co.uk/) - [Style](https://groundedmag.co.uk/style) - [Grooming](https://groundedmag.co.uk/grooming) - [Nourish](https://groundedmag.co.uk/nourish) - [Adventure](https://groundedmag.co.uk/adventure) - [Editorial guides](https://groundedmag.co.uk/guides/best-ice-creams) ## Contact - Editorial and API questions: hello@groundedmag.co.uk