RSS3 的 MCP 服务器
集成 RSS3 API 的 MCP 服务器实现。轻松查询开放 Web。
特征
https://docs.rss3.io/guide/developer/api中的任何内容。
例如,
查询去中心化链和平台上的数据;
在社交媒体平台上查询数据;
查询 RSS3 网络上的数据(关于权益、节点等);
查询人工智能情报。
...
示例
vitalik 最近做了什么?
能告诉我有关最近的人工智能情报吗?
给我看看 ID 为 2048 的 rss3 芯片
最适合质押的 rss3 节点是什么?
用法
与 Claude Desktop 一起使用
将其添加到您的claude_desktop_config.json中:
{
"mcpServers": {
"rss3": {
"command": "npx",
"args": [
"mcp-server-rss3"
]
}
}
}
与游标一起使用
打开设置 -> 光标设置
点击“MCP”
使用以下命令添加新的 MCP 服务器:
{
"mcpServers": {
"rss3": {
"command": "npx",
"args": [
"mcp-server-rss3"
]
}
}
}
与 ChatWise 一起使用
打开“设置”->“工具”
使用此命令添加新工具:
npx mcp-server-rss3
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
集成 RSS3 API 的 MCP 服务器实现,允许用户通过自然语言查询来自去中心化链、社交媒体平台和 RSS3 网络的数据。
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityAn MCP server that provides tools for interacting with AWS S3 buckets, enabling direct access to S3 operations through the Model Context Protocol.Last updated -1
- -security-license-qualityAn MCP server that fetches RSS feeds and shares them with LLMs, allowing AI assistants to access and present the latest news and articles from configured feeds.Last updated -15
- -security-license-qualityMCP RSS is a Model Context Protocol (MCP) server for interacting with RSS feedsLast updated -419MIT License
- -security-license-qualityA FastMCP-based server that provides tools for discovering RSS feeds, fetching and processing news content, searching articles by keyword, and generating summaries across multiple news sources and categories.