Common issues
No API key configured
No API key configured
Free tools work without a key. If you’re calling a paid tool (
generate_llms_txt, extract_tone, rewrite_article, or get_credits):- Sign up at trystobo.com
- Go to Settings > API Keys
- Add
STOBO_API_KEYto your editor config - Restart your editor
Tools like
audit_site, audit_article, generate_robots_txt, generate_sitemap, generate_freshness_code, and audit_freshness all work without an API key.Your API key is invalid or expired
Your API key is invalid or expired
If you receive an authentication error:
- Log in at trystobo.com
- Navigate to Settings > API Keys
- Generate a new API key
- Update
STOBO_API_KEYin your MCP server config - Restart your editor
401 or 403.You've run out of credits
You've run out of credits
When you see this error (status code
402):- Top up your credits at trystobo.com
- Free tools continue to work without credits
- Check your remaining balance using the
get_creditstool
Rate limit reached
Rate limit reached
If you hit rate limits:
- Wait a moment and try again
- Rate limits reset quickly
- Normal conversational use stays well within limits
429 status code for rate limit errors.Connection issues
Connection issues
To diagnose connection problems:
- Ask your AI assistant to run the
check_connectiontool - Check your internet connection
- Verify
STOBO_BASE_URLis not set (it defaults to the correct value) - Try again in a few minutes if the API is temporarily down
check_connection tool returns diagnostic information including:- Current base URL being used
- Whether an API key is configured
- HTTP status code or connection error details
- Suggested fixes for common issues
Tool not showing up in your editor
Tool not showing up in your editor
If Stobo tools aren’t appearing:
- Save your config file and restart the editor completely
- Verify
uvxis installed by runninguvx --versionin your terminal - Test the server manually:
uvx --native-tls stobo-mcp— it should start without errors - Check that your config file syntax is valid JSON
- Ensure the config file is in the correct location for your editor
For Claude Desktop, the config is at
~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows.Getting help
If you’re still experiencing issues:- Check the GitHub repository for known issues
- Review the installation guide to ensure correct setup
- Contact Stobo support through trystobo.com