MCP.so
登录
R

RSS MCP Server by CData

@CDataSoftware

关于 RSS MCP Server by CData

This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for RSS (beta): https://www.cdata.com/download/download.aspx?sku=RRZK-V&type=beta

基本信息

分类

其他

传输方式

stdio

发布者

CDataSoftware

提交者

Cameron Leblanc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\rss.prp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is RSS MCP Server by CData?

RSS MCP Server by CData is a read-only Model Context Protocol server that wraps CData’s JDBC Driver for RSS, exposing RSS data as relational SQL tables. It enables LLMs like Claude Desktop to query live RSS feeds through natural language questions without requiring SQL knowledge.

How to use RSS MCP Server by CData?

Clone the repository, build the JAR with Maven (mvn clean install), download and install the CData JDBC Driver for RSS, license it using the provided Java command, configure the connection string with the driver’s utility, and create a .prp file with prefix, server name, driver path, driver class, and JDBC URL. Then add the server to your Claude Desktop config (claude_desktop_config.json) or run the JAR directly with java -jar CDataMCP-jar-with-dependencies.jar <your.prp>.

Key features of RSS MCP Server by CData

  • Read-only MCP server for querying RSS feeds
  • Connects via CData JDBC Driver for RSS
  • Exposes tables, columns, and SQL query tools
  • Uses stdio transport (local client only)
  • Free and open source under MIT License

Use cases of RSS MCP Server by CData

  • Ask an LLM to summarize or analyze recent articles from an RSS feed
  • Retrieve and filter live feed entries using natural language queries
  • Integrate RSS data into Claude Desktop workflows without writing SQL

FAQ from RSS MCP Server by CData

Is this server read-only?

Yes, this project builds a read-only MCP server. For full read, write, update, delete, and action capabilities, use the CData MCP Server for RSS (beta).

What transport does the server use?

The server uses stdio transport, so it can only be used with clients running on the same machine (e.g., Claude Desktop locally).

What are the dependencies and runtime requirements?

You need Java, Maven, and the CData JDBC Driver for RSS installed and licensed (with a trial key or purchased key). The driver must be available at the path specified in the .prp file.

How do I troubleshoot connection issues?

Use the Connection String utility to test the connection and copy the resulting JDBC URL into the .prp file. If Claude Desktop does not see the server, fully quit and reopen the client. For further help, contact CData Support or the CData Community.

Does the server support OAuth authentication?

Yes, if the data source uses OAuth, the Connection String utility will prompt authentication in

评论

其他 分类下的更多 MCP 服务器