{"id":"cdatasoftware-ibm-informix-mcp-server-by-cdata","name":"ibm-informix-mcp-server-by-cdata","homepage":null,"repo_url":"https://github.com/CDataSoftware/ibm-informix-mcp-server-by-cdata","category":"ai-ml","subcategories":[],"tags":["mcp","informix","jdbc","data-access","read-only","claude-desktop","local-stdio"],"what_it_does":"Provides a local, read-only Model Context Protocol (MCP) server for exposing IBM Informix (via CData JDBC Driver for IBM Informix) as MCP tools so an AI client (e.g., Claude Desktop) can query live data without writing SQL.","use_cases":["Ask natural-language questions over IBM Informix data from an MCP-capable desktop client","Inspect available tables/columns and run read-only SQL SELECT queries through MCP tools","Build local assistant workflows that need live Informix-backed answers (e.g., reporting, data discovery)"],"not_for":["Direct internet/remote MCP access across machines (stdio-based local transport)","Handling untrusted user input that could be turned into arbitrary SQL (no explicit guardrails described)","Systems requiring a production-grade API gateway, authentication middleware, or fine-grained audit logging at the MCP layer"],"best_when":"You can run the MCP server on the same machine as the MCP client and need read-only access to Informix through a simple tool interface.","avoid_when":"You need strong, tool-enforced authorization/row-level security at the MCP layer or you must safely expose query execution to untrusted users.","alternatives":["Use a dedicated database/API layer (REST/GraphQL) in front of Informix with strict authorization","Use CData’s managed MCP platform (CData Connect AI) if available for remote access","Build a custom MCP server that restricts queries to whitelisted views or parameterized operations"],"af_score":47.0,"security_score":42.8,"reliability_score":18.8,"package_type":"mcp_server","discovery_source":["github"],"priority":"low","status":"evaluated","version_evaluated":null,"last_evaluated":"2026-04-04T19:59:12.741292+00:00","interface":{"has_rest_api":false,"has_graphql":false,"has_grpc":false,"has_mcp_server":true,"mcp_server_url":null,"has_sdk":false,"sdk_languages":[],"openapi_spec_url":null,"webhooks":false},"auth":{"methods":["CData JDBC driver connection credentials via .prp file (and optional OAuth flow handled by the JDBC driver connection string utility)"],"oauth":true,"scopes":false,"notes":"Auth is delegated to the underlying CData JDBC Driver configuration; the MCP server itself is configured locally with a properties (.prp) file and does not document MCP-level scopes/permissions."},"pricing":{"model":null,"free_tier_exists":false,"free_tier_limits":null,"paid_tiers":[],"requires_credit_card":false,"estimated_workload_costs":null,"notes":"README references licensing for the CData JDBC driver (trial or license key). No MCP-specific pricing details are provided."},"requirements":{"requires_signup":false,"requires_credit_card":false,"domain_verification":false,"data_residency":[],"compliance":[],"min_contract":null},"agent_readiness":{"af_score":47.0,"security_score":42.8,"reliability_score":18.8,"mcp_server_quality":72.0,"documentation_accuracy":70.0,"error_message_quality":0.0,"error_message_notes":null,"auth_complexity":55.0,"rate_limit_clarity":0.0,"tls_enforcement":60.0,"auth_strength":45.0,"scope_granularity":20.0,"dependency_hygiene":50.0,"secret_handling":40.0,"security_notes":"Transport to the MCP client is stdio (local), which avoids network exposure for the MCP channel, but credentials are placed in a local .prp file that the README instructs users to create—no guidance is given about secret storage hardening. The server’s query tool behavior is described (SELECT SQL), but the README does not document query safety controls (e.g., max rows, timeouts, query whitelisting) or MCP-level authorization/scope enforcement. TLS to the Informix backend is not described (though it may be configured via the JDBC URL).","uptime_documented":0.0,"version_stability":50.0,"breaking_changes_history":0.0,"error_recovery":25.0,"idempotency_support":"false","idempotency_notes":null,"pagination_style":"none","retry_guidance_documented":false,"known_agent_gotchas":["Server uses stdio; only works with clients on the same machine (documented).","Tools expose a run_query capability; if the underlying MCP server permits arbitrary SQL SELECT, an agent could generate expensive queries unless constrained externally (not documented as restricted).","No explicit pagination/limits described for query results (agent may attempt large result sets).","Connection configuration depends on correct .prp properties (tables filter optional); mistakes may cause missing schema visibility."]}}