News Feed
A news feed server for aggregating news from various sources.
News feed mcp (WIP)
Testing Server
You could use mcp-cli for testing and debugging your MCP server in the terminal.
npx fastmcp dev src/index.ts
Use in Cursor
Go to the cursor setting - MCP Tools - New MCP Server, and add your mcp in mcp.json
Local Usage
{
"mcpServers": {
"news": {
"command": "npx",
"args": ["tsx","PATH/TO/PROJECT/src/index.ts"]
}
}
}
Streamable https
Deployed via smithery. Get your url at smithery/@SpaceStation09/newsfeed-mcp
{
"mcpServers": {
"news": {
"type": "streamableHttp",
"url": "https://server.smithery.ai/@SpaceStation09/newsfeed-mcp/mcp?api_key=<YOUR_KEY>"
}
}
}
TODO
- change rss feed source (for stability and up-to-date news)
- add article support
- support more news platform
Servidores relacionados
mcp-whatsapp
Local MCP server for a personal WhatsApp account. Single Go binary wrapping whatsmeow. Adds LID resolution, sent-message storage, disappearing-message timers, targeted history sync. Personal-use; Meta ToS applies.
Phone-a-Friend MCP Server
An AI-to-AI consultation system for complex problem-solving and reasoning, using OpenRouter for model access.
Telegram MCP Server
Interact with a Telegram account using the user client API, allowing AI assistants to manage chats and messages.
WasenderAPI MCP
Connect WasenderAPI to AI agents and automation tools using the Model Context Protocol. This remote MCP server exposes WhatsApp session management, messaging, contacts, and groups as callable tools for MCP-compatible platforms
x402mail
Send and receive emails via Python SDK or MCP. No API keys, no accounts - your wallet is your identity. Pay per call with USDC on Base via the x402 protocol. $0.005 per email.
Cakemail MCP Server
Manage email marketing campaigns, contacts, and transactional emails with the Cakemail API.
WhatsApp MCP server by Kapso
WhatsApp Cloud API MCP server by Kapso
Interact MCP
Enables real-time communication between AI assistants and users via a web-based chat interface.
Machine 2 Machine Protocol
A proof-of-concept for autonomous economic interactions between AI agents using MCP, A2A, and x402 protocols.
ChatGPT
An MCP server to interact with OpenAI's ChatGPT API for conversational AI and text generation.