An MCP server implementation that integrates the RSS3 API. Query the Open Web like a charm.
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.
- ...
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?
Add this to your claude_desktop_config.json
:
{
"mcpServers": {
"rss3": {
"command": "npx",
"args": [
"mcp-server-rss3"
]
}
}
}
- Open Settings -> Cursor Settings
- Click on "MCP"
- Add new MCP Server with this:
{
"mcpServers": {
"rss3": {
"command": "npx",
"args": [
"mcp-server-rss3"
]
}
}
}
- Open Settings -> Tools
- Add new tool with this command:
npx mcp-server-rss3