quickbase-mcp-server-by-cdata

Provides a local, read-only MCP server that exposes Quickbase data as relational tables using the CData JDBC Driver for Quickbase. It runs as a stdio-based MCP server (intended for local clients like Claude Desktop) and offers tools to list tables/columns and run SQL SELECT queries via JSON-RPC tool calls.

Evaluated Apr 04, 2026 (16d ago)
Repo ↗ Infrastructure mcp quickbase cdata jdbc stdio data-access read-only local-integration llm-tools
⚙ Agent Friendliness
50
/ 100
Can an agent use this?
🔒 Security
49
/ 100
Is it safe for agents?
⚡ Reliability
19
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
68
Documentation
62
Error Messages
0
Auth Simplicity
55
Rate Limits
5

🔒 Security

TLS Enforcement
95
Auth Strength
60
Scope Granularity
10
Dep. Hygiene
40
Secret Handling
35

Security controls at the MCP layer are not described. The server communicates locally via stdio (reducing network exposure), but credentials/secrets are likely embedded in the JDBC URL stored in the .prp file. The repository content indicates SQL passthrough (run_query), which can increase risk of data overexposure if an agent forms unsafe/overbroad queries. The TLS score assumes that any upstream communication from the CData JDBC Driver to Quickbase will use HTTPS/TLS, but TLS requirements are not explicitly documented here. Dependency and CVE hygiene cannot be confirmed from provided content.

⚡ Reliability

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

Best When

You want a locally running MCP integration that lets an MCP client query Quickbase through a SQL-like interface provided by CData’s JDBC driver.

Avoid When

You need multi-tenant or remotely accessible service deployment, strong documented error semantics, or fine-grained per-user authorization controls at the MCP layer.

Use Cases

  • LLM-assisted natural-language querying of Quickbase data (without writing SQL)
  • Schema discovery for Quickbase (tables and columns) from an MCP-capable client
  • Retrieving live reporting data via SQL SELECT queries mapped to Quickbase tables

Not For

  • Direct production-grade remote access to Quickbase via networked MCP (server is stdio/local only per README)
  • Full CRUD operations (server is described as read-only)
  • Use cases requiring strict, tool-level authorization/row-level security enforcement within the MCP layer (not described)

Interface

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

Authentication

Methods: CData JDBC Driver licensing step for the driver runtime (java -jar ... --license) Quickbase connection authentication handled by the CData JDBC Driver connection string (including OAuth flows if required by the datasource)
OAuth: Yes Scopes: No

Authentication is primarily delegated to the CData JDBC Driver configuration via the JDBC URL/connection string. The MCP server itself is local stdio, so it does not document separate MCP-level auth, scopes, or user identity.

Pricing

Free tier: No
Requires CC: No

No pricing for the MCP server is provided in README; cost depends on the CData JDBC Driver license and Quickbase access.

Agent Metadata

Pagination
none
Idempotent
True
Retry Guidance
Not documented

Known Gotchas

  • Server is stdio-only, so it must run on the same machine as the MCP client.
  • Only read-only tools are documented (get_tables, get_columns, run_query). Requests expecting write/update/delete will fail or be unsupported.
  • The tools accept SQL via run_query; agents may generate overly broad/slow SELECTs unless constrained.
  • Large result sets may be expensive/slow; README does not describe any paging/limits behavior for run_query outputs.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for quickbase-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