Google News13 MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Not applicable | |
| PORT | No | Not applicable | |
| API_KEY | Yes | API 密钥 (Required API key for accessing the Google News13 API) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| businessC | This endpoint is used to get business news from Google News. |
| scienceC | This endpoint is used to get science news from Google News. |
| healthC | This endpoint is used to get health news from Google News. |
| worldC | This endpoint is used to get world news from Google News. The optional parameter that can be used is \ |
| entertainmentB | This endpoint is used to get entertainment news from Google News. |
| latestB | This endpoint is used to get the latest news from Google News. |
| technologyC | This endpoint is used to get technology news from Google News. |
| sportC | This endpoint is used to get sport news from Google News. |
| supported_languages_and_regionsB | This endpoint is used to retrieve a list of supported languages and regions. |
| suggestC | This endpoint is used to get autocomplete suggestions or query predictions as a user types a search query. The endpoint requires the keyword parameter, which represents the partial text entered by the user. You can send a request with the partial text, and the request will generate a JSON response containing a list of relevant autocomplete suggestions for the search query. |
| searchC | This endpoint is used to search for news from Google News based on keywords. The mandatory parameter to be used is keyword to specify the search term |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BACH-AI-Tools/bachai-google-news13'
If you have feedback or need assistance with the MCP directory API, please join our Discord server