Online 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., "@Online News MCP Serverwhat are the top headlines in tech today?"
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.
在线新闻
本MCP服务封装了新闻相关工具。
Related MCP server: AllNewsAPI MCP
工具列表
本MCP服务封装了新闻相关工具,可让模型通过标准化接口调用以下功能:
工具名称 | 描述 |
aa | xxxx(例如:实时热点新闻查询) |
bb | yyy(例如:新闻内容关键词提取) |
前置需求 | Prerequisite
Node.js 22 版本或以上。
Node.js 22 or above.
开始使用 | Start
使用 Streamable HTTP 启动 | Start by Streamable HTTP transport
npm start使用 Stdio 启动 | Start by Stdio transport
{
"mcpServers": {
"xiaobenyang-mcp": {
"args": [
"xiaobenyang-mcp"
],
"command": "npx",
"env": {
"XBY_APIKEY": "你的实际apikey",
"MCP_ID": "1804087353852938"
}
}
}
}使用 HTTP 启动 | Start by HTTP transport
{
"mcpServers": {
"xiaobenyang-mcp-stream": {
"env": {
"XBY_APIKEY": "你的实际apikey"
},
"type": "streamable_http",
"url": "https://mcp.xiaobenyang.com/1804087353852938/mcp"
}
}
}使用 SSE 启动 | Start by SSE transport
{
"mcpServers": {
"xiaobenyang-sse": {
"env": {
"XBY_APIKEY": "你的实际apikey"
},
"type": "sse",
"url": "https://mcp.xiaobenyang.com/1804087353852938/sse"
}
}
}Inspector
npx @modelcontextprotocol/inspector npx xiaobenyang-mcp
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
- AlicenseBqualityDmaintenanceProvides tools to search and retrieve news across various categories including business, technology, science, and sports via the Google News API. It supports keyword searches, autocomplete suggestions, and region-specific news across multiple languages.Last updated11MIT

AllNewsAPI MCPofficial
Flicense-qualityDmaintenanceEnables LLMs to search for news articles, get top headlines, and access comprehensive news data with advanced filtering options through AllNewsAPI.Last updated1- AlicenseAqualityDmaintenanceProvides access to global news articles from over 60,000 sources through the GNews API. Supports keyword search, category browsing, and language customization.Last updated217MIT
- Flicense-qualityDmaintenanceEnables AI assistants to search news articles, get top headlines, and browse sources via the NewsAPI.org service.Last updated
Related MCP Connectors
Real-time corroborated news events + 5-year archive, for agents. Free tier, no key.
Real-time financial news for AI agents: search by ticker and source, with sentiment and entities.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
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/xiaobenyang-com/mcp_tools_2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server