server-google-news
The Google News MCP Server is an implementation of the Model Context Protocol that facilitates Google News searches through SerpAPI. It provides advanced search capabilities, categorizes news intelligently, and supports multilingual and regional queries, enhancing accessibility and flexibility for users.
How do I obtain a SERP API key?
Visit the SERP API website, create an account, and locate the 'API Key' section in your dashboard to copy your API key.
What are the usage limits for the SERP API?
The free tier allows 100 searches per month, with paid plans starting at $50/month for 5000 searches. The request rate is 2 requests/second with no IP restrictions.
How do I handle invalid API key errors?
Verify the API key configuration in your claude_desktop_config.json
and ensure the API key is active in the SERP API dashboard.
What should I do if I encounter request failures?
Check your network connectivity, ensure your API call quota hasn't been exceeded, and validate the request parameter format.
Can I use this server with unsupported language codes?
Yes, the server automatically falls back to English for unsupported language codes and provides appropriate user notifications.