Skip to main content
Glama
xiaobenyang-com

xiaobenyang-mcp-2-2

在线新闻

本MCP服务封装了新闻相关工具。

Related MCP server: wangyue

工具列表

本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

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

  • Your agent tests pages, copy, and flows on simulated users while you build.

  • AI QA tester — real browsers scan sites for bugs, SEO, perf, and accessibility issues via chat.

  • Professional SEO auditing: 15 tools, 9 checks, CWV, E-E-A-T, schema, GEO. Free tier.

View all MCP Connectors

Latest Blog Posts

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/xiaobenyang-mcp-2-2'

If you have feedback or need assistance with the MCP directory API, please join our Discord server