rss-mcp-server-by-cdata

Provides a read-only Model Context Protocol (MCP) server that exposes RSS data (via CData JDBC Driver for RSS) to MCP-capable clients (e.g., Claude Desktop). It wraps the JDBC driver so the client can list tables/columns and run SQL SELECT queries over RSS-modeled relational tables.

Evaluated Apr 04, 2026 (0d ago)
Repo ↗ API Gateway mcp rss jdbc llm data-access read-only stdio
⚙ Agent Friendliness
49
/ 100
Can an agent use this?
🔒 Security
51
/ 100
Is it safe for agents?
⚡ Reliability
30
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
70
Documentation
75
Error Messages
0
Auth Simplicity
60
Rate Limits
5

🔒 Security

TLS Enforcement
100
Auth Strength
45
Scope Granularity
30
Dep. Hygiene
45
Secret Handling
35

TLS enforcement at the MCP transport layer is not directly applicable because the server is stdio/local; network transport is not described. Authentication is delegated to the CData JDBC driver via JDBC URL/connection string in a local .prp file, with potential OAuth. The README does not describe secret storage practices beyond embedding/pointing to JDBC URL in the .prp file, nor does it document redaction in logs or secure secret handling. No explicit MCP-level authorization, scopes, or least-privilege boundaries are described.

⚡ Reliability

Uptime/SLA
0
Version Stability
50
Breaking Changes
50
Error Recovery
20
AF Security Reliability

Best When

You run the MCP server locally (stdio) and want an LLM client to query RSS data through a consistent tool interface.

Avoid When

You need secure network exposure (the design is described as stdio same-machine), strong per-request authorization, or non-SELECT SQL operations.

Use Cases

  • Query live RSS data from an MCP client using natural language (no SQL required)
  • Explore available RSS-modeled tables and columns
  • Run read-only analytics-style queries (SELECT) over RSS datasets via MCP tools

Not For

  • Writing/updating/deleting RSS data (claims read-only MCP server)
  • Remote/shared multi-tenant deployments where stdio locality is a limitation
  • Production environments needing documented rate limits, SLAs, and robust retry/idempotency guidance at the MCP layer

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: CData JDBC driver authentication via the provided JDBC URL/connection string (including possible OAuth flows as supported by the underlying driver) Local configuration through a .prp file passed to the server (stores driver path/class and JDBC URL)
OAuth: Yes Scopes: No

The README indicates that if the data source uses OAuth, authentication is performed in a browser, but it does not define explicit OAuth scopes at the MCP server level. Authorization behavior is primarily determined by the underlying CData JDBC driver and the connection string/URL provided in the .prp file.

Pricing

Free tier: No
Requires CC: No

The MCP server itself is MIT-licensed, but the CData JDBC Driver requires licensing (TRIAL or license key). The README does not provide pricing details for licenses.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Server uses stdio; it can only be used by clients running on the same machine.
  • Tool set and parameters appear oriented around (1) listing tables/columns and (2) running SQL SELECT; clients should avoid assuming full CRUD or non-SELECT capabilities.
  • Because it executes SQL supplied/constructed by the agent, the agent may produce inefficient or overly broad SELECT queries; guidance on query limits is not documented.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for rss-mcp-server-by-cdata.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered