Singapore News MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Singapore News MCP Servershow me the latest headlines from Channel News Asia"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Singapore News MCP Server
A server that provides real-time news feeds from major Singapore news sources.
Features
Real-time news updates via Server-Sent Events (SSE)
Supports multiple Singapore news sources:
The Straits Times
Business Times
Channel News Asia (CNA)
Related MCP server: News Aggregator API
Prerequisites
Python >=3.12
uv package manager
Installation
# Clone the repository
git clone <repository-url>
cd news_mcp
# Install dependencies using uv
uv syncUsage
Running with Python
# Start the MCP server
uv run news_mcp
# Individual news retrievers
uv run straits # Straits Times
uv run business # Business Times
uv run cna # Channel News AsiaRunning with Docker
# Build and run using docker-compose
docker compose up --buildor
# You can run using the run.sh file
# This command is only for MacOS or Linux
# For MacOs required Docker Desktop
# Give permissions for run.sh in unix
chmod +x ./run.sh # (sudo chmod) if super user required
./run.sh #For MacOS it will spin up the docker desktop builds and run the docker container in the backgroundConfiguration
Create a
.envfile with required environment variables:
MCP_PORT=8000For Claude Desktop integration, use the provided
claude_desktop_config.json:
{
"mcpServers": {
"news_streamable": {
"command": "/opt/homebrew/bin/uv",
"args": [
"tool",
"run",
"mcp-proxy",
"--transport",
"streamablehttp",
"http://127.0.0.1:8080/mcp"
]
}
}
}Dependencies
bs4 - Web scraping
dateparser - Date parsing
httpx - HTTP client
mcp-proxy - MCP proxy support
python-dotenv - Environment variable management
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityBmaintenanceA server providing access to news articles from various categories including tech, data science, cybersecurity, and more, allowing retrieval and summarization of latest content.13
- Flicense-qualityDmaintenanceA modular, scalable news aggregation backend that provides a unified interface to TheNewsAPI for retrieving current and historical news articles with advanced filtering capabilities, designed specifically for consumption by AI agents.4
- Flicense-qualityDmaintenanceAggregates news from 7 APIs and unlimited RSS feeds with AI-powered bias removal and synthesis. Provides over 7,300 free daily requests with conversation-aware caching and 25 comprehensive news analysis tools.1
- FlicenseAqualityDmaintenanceEnables fetching and searching real-time finance news from major RSS feeds like Bloomberg, WSJ, CNBC, Seeking Alpha, MarketWatch, and Financial Times.26
Related MCP Connectors
Real-time financial news for AI agents: search by ticker and source, with sentiment and entities.
Real-time corroborated news events + 5-year archive, for agents. Free tier, no key.
Real-time curated crypto news for AI agents with sentiment, recaps, and search.
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/chakarai1234/news_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server