German Newsfeed MCP Server
by Jakolo121
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address (HTTP transports only) | 0.0.0.0 |
| PORT | No | HTTP port (HTTP transports only) | 4200 |
| LOG_LEVEL | No | DEBUG, INFO, WARNING, ERROR | INFO |
| TRANSPORT | No | stdio or streamable-http (sse legacy) | stdio |
| USER_AGENT_CONTACT | No | Optional: contact info in the User-Agent header; omitted when unset | |
| RATE_LIMIT_PER_HOUR | No | Local request budget per hour towards the upstream API | 60 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_latest_newsA | Get the latest news from Tagesschau. |
| get_news_by_ressortA | Get news by ressort/category. |
| get_regional_newsA | Get regional news for a specific German state. |
| search_newsB | Search for news articles by keyword. |
| get_channelsA | Get information about available Tagesschau channels and livestreams. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| homepage_resource | Get the homepage content from Tagesschau. |
| channels_resource | Get information about available Tagesschau channels and livestreams. |
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/Jakolo121/german-newsfeed-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server