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
Serveurs connexes
YouTube Music MCP
Search and play tracks on YouTube Music via AI assistants.
RAG Documentation
Retrieve and process documentation using vector search to provide context for AI assistants.
Jewish Library MCP Server
A full-text search server for Jewish texts and literature.
Local RAG Backend
A local RAG backend powered by Docker Compose, supporting various document formats for search.
Google News
Google News search capabilities with automatic topic categorization and multi-language support via SerpAPI integration.
Cezzis Cocktails
Search for cocktail recipes using the cezzis.com API.
mxHERO Multi-Account Email Search
Search across multiple email accounts using mxHERO's vector search service.
Freesound MCP Server
Search and discover audio content from Freesound.org for video editing and content creation.
Code Research MCP Server
Search and access programming resources from Stack Overflow, MDN, GitHub, npm, and PyPI.
Search Intent MCP
Analyzes user search keyword intent for SEO support using the AI Search Intent API.