RSS3
Integrates the RSS3 API to query the Open Web.
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?
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-rss3
Related Servers
yfinance MCP Server
Access up-to-date prices and news for stocks and cryptocurrencies.
YouTube
Search YouTube videos and retrieve their transcripts using the YouTube API.
WolframAlpha LLM
Answer math and other queries using the WolframAlpha LLM API.
Singapore Location Intelligence MCP
Provides real-time Singapore transport data and routing information.
BibTeX MCP Server
Search academic references from arXiv, DBLP, Semantic Scholar, and OpenAlex, and generate BibTeX entries.
Deep Research
An agent-based tool for web search and advanced research, including analysis of PDFs, documents, images, and YouTube transcripts.
Local RAG
Performs a local RAG search on your query using live web search for context extraction.
Releasebot
Releasebot finds and watches release note sources from hundreds of products and companies.
Local Flow
A minimal, local, GPU-accelerated RAG server for document ingestion and querying.
Stack Overflow
Access Stack Overflow's trusted and verified technical questions and answers.