Price Per TokenPrice Per Token
mcp_tools_2

mcp_tools_2

by xiaobenyang-com

GitHub 1 41 uses Remote
0

About

Xiaobenyang News MCP is a real-time news aggregation service that enables AI assistants to query trending topics across the web and extract key insights from news articles. It connects to the xiaobenyang.com platform to provide current hot news monitoring and content analysis capabilities. Key features: - Query real-time trending news and hot topics from across the internet - Extract keywords and key points from news content for rapid summarization - Customize topic tracking to follow specific subjects and receive timely updates - Supports HTTP, SSE, and Stdio transport modes with API key authentication

README

在线新闻

本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

Related MCP Servers

彩云天气

彩云天气

marcusbai

Caiyun Weather is a comprehensive weather data service that delivers real-time meteorological information, precipitation forecasts, and severe weather alerts via API. It integrates with the Caiyun Weather platform to provide detailed atmospheric data and lifestyle recommendations for locations across China and worldwide. Key features of Caiyun Weather: - Real-time weather metrics including temperature, humidity, wind speed, atmospheric pressure, and visibility - Minute-level precipitation forecasting for the next 2 hours with support for identifying rain, snow, sleet, and hail - Extended hourly and daily weather forecasts covering 24 hours or more - Severe weather warnings and alerts - Air quality tracking with 24-hour trend analysis and primary pollutant identification - Lifestyle indices offering guidance on exercise, travel, car washing, and clothing choices - Address-based weather queries with built-in coordinate data for 35 major Chinese cities including Beijing, Shanghai, Guangzhou, and Shenzhen - Multi-language support (Chinese and English) with both metric and imperial unit systems - Optional Amap/Gaode Maps API integration for geocoding custom addresses

Other
9
replit-mcp

replit-mcp

nova-3951

Replit is a browser-based integrated development environment (IDE) and cloud development platform that enables coding, collaboration, and deployment without local setup. It supports 50+ programming languages including Python, JavaScript, Java, Go, and C++. Key features include: - Instant cloud workspaces with zero configuration required - Built-in deployment and hosting with custom domain support - Real-time multiplayer collaboration allowing multiple users to code together - AI-powered coding assistance with intelligent code completion and generation - Persistent storage options including PostgreSQL databases and Key-Value stores - Integrated package management, shell access, and Git version control - Mobile apps for iOS and Android to code on-the-go

Developer Tools
1
openone

openone

jupiterbak

OpenOne is an integration platform that enables AI assistants to connect with external data sources and services. It provides standardized access to platform resources through the Model Context Protocol. Key features of OpenOne: - Data retrieval and synchronization from connected services - API connectivity for platform resource management - Workflow automation and process integration - Standardized interface for AI assistant interactions with external systems

Other
1