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
相关服务器
Open Custom Search API
Perform web searches using Google's Custom Search API.
Google News
Google News search capabilities with automatic topic categorization and multi-language support via SerpAPI integration.
Google Scholar
Search and access academic papers on Google Scholar.
NCBI Literature Search
Search NCBI databases, including PubMed, for scientific literature. Tailored for researchers in life sciences, evolutionary biology, and computational biology.
NS Travel Information MCP Server
Access real-time travel information for the Dutch railways (NS).
Discourse MCP Server
Perform search operations on Discourse forums.
Compliance Auditor MCP
City hiring-compliance MCP server with regulation search and full audit risk scoring.
SearXNG
A Model Context Protocol Server for SearXNG
News Fact-Checker
Automated fact-checking of news headlines using web search and Google Gemini AI.
Docs MCP Server
An MCP server that makes documentation and codebases searchable for AI assistants, supporting local directories and Git repositories.