logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rss3-network-data-provider

Facilitates querying of decentralized ledger information, social data streams, and the proprietary RSS3 fabric, delivering near-time metrics on delegated assets, operational nodes, and artificial intelligence intelligence summaries.

Author

rss3-network-data-provider logo

RSS3-Network

MIT License

Quick Info

GitHub GitHub Stars 3
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

rss3apisapirss3 apiserver rss3requests rss3

MCP Gateway for RSS3 Data Aggregation

An implementation of an MCP server designed to interface with the comprehensive RSS3 API. Seamlessly query the decentralized web ecosystem.

Core Capabilities

Refer to the official documentation at https://docs.rss3.io/guide/developer/api for the full spectrum of functionality.

Key operations include:

  • Data retrieval from distributed ledgers and associated protocols;
  • Harvesting feeds from various social network channels;
  • Accessing network statistics for RSS3, encompassing staking performance and node health metrics;
  • Retrieving distilled insights derived from artificial intelligence processes.
  • And more...

Illustrative Queries

Summarize recent activities by vitalik Buterin.

Present the latest intelligence briefings from AI analysis.

Retrieve details for RSS3 processing unit ID 2048.

Which RSS3 node offers the most favorable staking returns?

Deployment Instructions

Integration via Claude Desktop

Incorporate the following configuration into your claude_desktop_config.json file:

{ "mcpServers": { "rss3": { "command": "npx", "args": [ "mcp-server-rss3" ] } } }

Setup within Cursor IDE

  1. Navigate to Settings -> Cursor Settings.
  2. Select the "MCP" management section.
  3. Introduce a new MCP Server configuration using this payload:

{ "mcpServers": { "rss3": { "command": "npx", "args": [ "mcp-server-rss3" ] } } }

Configuration in ChatWise

  1. Access Settings -> Tools.
  2. Define a new tool utilizing the subsequent shell command:

npx mcp-server-rss3

See Also

`