mcp-server-example
Verified Safeby bossdong955
Overview
An example MCP (Micro-Capability Protocol) server demonstrating three transport modes to fetch Weibo hot searches.
Installation
python resou_stdio.pySecurity Notes
The code makes a standard HTTP GET request to an external Weibo API endpoint. No 'eval', obfuscation, or hardcoded secrets are present. User-Agent is hardcoded. The server exposes functionality to retrieve public data, which is low risk. The main security consideration is relying on the external Weibo API's availability and data structure.
Similar Servers
TrendRadar
An AI-powered server for aggregating, filtering, analyzing, and translating trending news and RSS feeds, providing deep insights and smart notifications.
xiaohongshu-mcp
Automate content creation, publishing, and interaction (search, detail, comment, like, favorite) on the Xiaohongshu platform via Model Context Protocol (MCP) and HTTP APIs, primarily for AI agent integration.
wecom-bot-mcp-server
An MCP server that enables AI assistants to send various message types, files, and images to WeCom (WeChat Work) groups, supporting single or multiple bot configurations.
wechat-official-account-mcp
Provides a Model Context Protocol (MCP) service to enable AI applications to interact with WeChat Official Account APIs, managing features like authentication, media, drafts, and publishing.