RSS3 MCP Server
OfficialRSS3 的 MCP 服务器
集成 RSS3 API 的 MCP 服务器实现。轻松查询开放 Web。
特征
https://docs.rss3.io/guide/developer/api中的任何内容。
例如,
查询去中心化链和平台上的数据;
在社交媒体平台上查询数据;
查询 RSS3 网络上的数据(关于权益、节点等);
查询人工智能情报。
...
示例
vitalik 最近做了什么?
能告诉我有关最近的人工智能情报吗?
给我看看 ID 为 2048 的 rss3 芯片
最适合质押的 rss3 节点是什么?
Related MCP server: MCP-RSS-Crawler
用法
与 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-rss3Available Tools
1 toolAPI-get-input-schemaA
Get the input schema for a given API. We should always use this tool to get the input schema for a given API before calling the API.
| Name | Required | Description | Default |
|---|---|---|---|
| toolName | No | The name of the tool to get the input schema for |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, and description does not disclose behavioral traits such as read-only nature, authentication needs, or side effects. While the action implies no side effects, the description fails to explicitly state any behavioral constraints beyond the basic purpose.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences, no redundant information. Purpose is front-loaded in the first sentence. Every word adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (1 parameter, no output schema, no annotations), the description adequately covers its purpose and usage. However, it does not describe the output format or return value, which would be useful for an agent invoking this tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% for the single parameter 'toolName', with a clear description. The tool description adds no additional meaning beyond what the schema already provides, meeting baseline expectations but not exceeding them.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states it gets the input schema for a given API and emphasizes using it before calling the API. Verb and resource are specific. No sibling tools to differentiate, but purpose is unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states 'always use this tool to get the input schema... before calling the API.' Provides clear when-to-use guidance. No alternatives or exclusions needed due to absence of siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
45 tool updates
v0.1.0- Removed
API-batchGetAccountsActivities - Removed
API-batchGetFederatedAccountsActivities - Removed
API-get_ai_intels_api_v1_ai_intel_get - Removed
API-get_tweets_by_handle_api_v1_tweets__handle__get - Removed
API-getAccountActivities - Removed
API-getActivityById - Removed
API-getAIDataByPath - Removed
API-getAllChips - Removed
API-getAllEpochs - Removed
API-getAllNodes - Removed
API-getBridgingTransactionByHash - Removed
API-getBridgingTransactions - Removed
API-getChipById - Removed
API-getChipImageById - Removed
API-getDSLTotalRequests - Removed
API-getEpochAPYSnapshots - Removed
API-getEpochById - Removed
API-getEpochsAverageAPY - Removed
API-getEpochTransactionByHash - Removed
API-getFederatedAccountActivities - Removed
API-getFederatedActivityById - Removed
API-getFederatedNetworkActivities - Removed
API-getFederatedPlatformActivities - Removed
API-getNetworkActivities - Removed
API-getNetworkConfig - Removed
API-getNodeAssets - Removed
API-getNodeAvatarByAddress - Removed
API-getNodeByAddress - Removed
API-getNodeCountSnapshots - Removed
API-getNodeEventsByAddress - Removed
API-getNodeOperationProfitByAddress - Removed
API-getNodeOperationProfitSnapshots - Removed
API-getNodeRewardsByEpoch - Removed
API-getPlatformActivities - Removed
API-getRSS3TokenTotalSupply - Removed
API-getRSSActivityByPath - Removed
API-getStakerCountSnapshots - Removed
API-getStakerProfit - Removed
API-getStakerProfitSnapshots - Removed
API-getStakersAndNodes - Removed
API-getStakerStats - Removed
API-getStakingTransactionByHash - Removed
API-getStakingTransactions - Removed
API-getTokenTVL - Removed
API-health_check_api_v1_health_get
46 tool updates
- First observed
API-batchGetAccountsActivities - First observed
API-batchGetFederatedAccountsActivities - First observed
API-get_ai_intels_api_v1_ai_intel_get - First observed
API-get_tweets_by_handle_api_v1_tweets__handle__get - First observed
API-get-input-schema - First observed
API-getAccountActivities - First observed
API-getActivityById - First observed
API-getAIDataByPath - First observed
API-getAllChips - First observed
API-getAllEpochs - First observed
API-getAllNodes - First observed
API-getBridgingTransactionByHash - First observed
API-getBridgingTransactions - First observed
API-getChipById - First observed
API-getChipImageById - First observed
API-getDSLTotalRequests - First observed
API-getEpochAPYSnapshots - First observed
API-getEpochById - First observed
API-getEpochsAverageAPY - First observed
API-getEpochTransactionByHash - First observed
API-getFederatedAccountActivities - First observed
API-getFederatedActivityById - First observed
API-getFederatedNetworkActivities - First observed
API-getFederatedPlatformActivities - First observed
API-getNetworkActivities - First observed
API-getNetworkConfig - First observed
API-getNodeAssets - First observed
API-getNodeAvatarByAddress - First observed
API-getNodeByAddress - First observed
API-getNodeCountSnapshots - First observed
API-getNodeEventsByAddress - First observed
API-getNodeOperationProfitByAddress - First observed
API-getNodeOperationProfitSnapshots - First observed
API-getNodeRewardsByEpoch - First observed
API-getPlatformActivities - First observed
API-getRSS3TokenTotalSupply - First observed
API-getRSSActivityByPath - First observed
API-getStakerCountSnapshots - First observed
API-getStakerProfit - First observed
API-getStakerProfitSnapshots - First observed
API-getStakersAndNodes - First observed
API-getStakerStats - First observed
API-getStakingTransactionByHash - First observed
API-getStakingTransactions - First observed
API-getTokenTVL - First observed
API-health_check_api_v1_health_get
TDQS
With only one tool, there is no possibility of ambiguity between tools.
With a single tool, naming inconsistency is not applicable; the pattern is internally consistent.
A single tool for a server that likely should have many operations (RSS3 protocol) seems severely under-scoped.
The server provides only a meta-tool to get input schemas, with no actual domain operations, making it severely incomplete.
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 Connectors
Capability registry for the agentic economy. Semantic search over verified MCP server listings.
MCP server for AI dialogue using various LLM models via AceDataCloud
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server implementation that enables LLMs to interact with the Osmosis protocol, allowing for querying and transaction functionality through natural language.8MIT
- FlicenseNot gradedqualityDmaintenanceAn 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.19-
- FlicenseNot gradedqualityCmaintenanceAn MCP server that enables deep internet research through natural language, supporting stdio and HTTP/SSE modes for flexible integration.3-
- AlicenseAqualityCmaintenance这是一个面向中文圈的MCP服务器,将中国互联网常用能力(如地图、快递、RSS、B站等)封装为标准MCP工具,方便AI Agent安全调用。132MIT
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/RSS3-Network/mcp-server-rss3'
If you have feedback or need assistance with the MCP directory API, please join our Discord server