RSS3 MCP Server
OfficialAllows retrieval of GitHub data through the RSS3 API, such as viewing user activities and repository information.
Enables querying AI intelligence reports and insights through the RSS3 API.
Provides access to RSS3 API, enabling queries for on-chain data, social media content, RSS3 network information (staking, nodes), and AI intelligence reports across the Open Web.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RSS3 MCP Serverwhat did vitalik.eth do recently on Ethereum?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server for RSS3
An MCP server implementation that integrates the RSS3 API. Query the Open Web like a charm.
Features
Anything in https://docs.rss3.io/guide/developer/api.
For example,
query data on decentralized chains and platforms;
query data on social media platforms;
query data on RSS3 network (about staking, nodes, etc.);
query ai intels.
...
Examples
What did vitalik do recently?
Tell me about recent AI intels?
show me the rss3 chip with id 2048
what is the best rss3 node to stake?
Related MCP server: MCP-RSS-Crawler
Usage
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"rss3": {
"command": "npx",
"args": [
"mcp-server-rss3"
]
}
}
}Usage with Cursor
Open Settings -> Cursor Settings
Click on "MCP"
Add new MCP Server with this:
{
"mcpServers": {
"rss3": {
"command": "npx",
"args": [
"mcp-server-rss3"
]
}
}
}Usage with ChatWise
Open Settings -> Tools
Add new tool with this command:
npx mcp-server-rss3Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) server implementation that enables LLMs to interact with the Osmosis protocol, allowing for querying and transaction functionality through natural language.Last updated8MIT
- Flicense-qualityDmaintenanceAn 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 updated19
- Flicense-qualityBmaintenanceAn MCP server that enables deep internet research through natural language, supporting stdio and HTTP/SSE modes for flexible integration.Last updated3
- AlicenseAqualityCmaintenance这是一个面向中文圈的MCP服务器,将中国互联网常用能力(如地图、快递、RSS、B站等)封装为标准MCP工具,方便AI Agent安全调用。Last updated132MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Local-first RAG engine with MCP server for AI agent integration.
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