Green Teagentic ships a built-in Model Context Protocol server so external AI clients can read your brews as live context.Documentation Index
Fetch the complete documentation index at: https://greenteagentic.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
Send your personal token as a bearer header. Find it under Settings → MCP Server in the app.Tools
| Tool | Description |
|---|---|
list_brews | List your recent brews with title, type, status, and Tea Score. |
get_brew | Fetch the full Pour for a single brew by id. |
search_cellar | Full-text search across your archived brews and recipes. |
Connecting clients
Claude Desktop
Add toclaude_desktop_config.json:
Cursor
Settings → MCP → Add server → paste the URL and bearer token.Security
- Tokens are scoped to a single user — they only return that user’s brews.
- Rotate a token at any time from Settings → MCP Server.
- All requests are logged for audit.