Available variables
Your API key from trystobo.comDefault: (empty)Free tools work without an API key. Only required for paid tools:
generate_llms_txt(500 credits)extract_tone(500 credits)rewrite_article(1,000 credits)get_credits(requires key, but free)
- Sign up at trystobo.com
- Navigate to Settings > API Keys
- Create a new key
- Add it to your MCP config’s
envsection
The API key is passed to the Stobo client and validated on each paid tool call. Invalid or expired keys return an
AuthError with status code 401 or 403.API endpoint for Stobo servicesDefault: The
https://api.trystobo.comUsed internally by the MCP server when initializing the StoboClient:check_connection tool verifies connectivity to this URL by hitting the /api/v1/health endpoint.Configuration examples
Claude Desktop (with API key)
Claude Desktop (free tools only)
env block entirely to use free tools without an account.
VS Code (with custom base URL)
Claude Code (CLI)
Export environment variables in your shell:Verification
To verify your configuration is correct:- Restart your editor after updating the config
- Ask your AI assistant to run
check_connection - The response will show:
- Current
base_urlbeing used - Whether an API key is configured (
has_api_key: true/false) - Connection status and any errors
- Current