Teradata MCP Server
OfficialRelated Servers
Alternatives to Teradata MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseCqualityDmaintenanceMCP server for Teradata databases, providing tools and prompts for querying, analyzing, and managing data through AI agents.38MIT
- AlicenseNot gradedqualityBmaintenanceA database operation server based on the MCP protocol, providing database connection, querying, schema exploration, data analysis, and SQL generation tools.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides comprehensive monitoring and management capabilities for Teradata Workload Management (WLM), enabling tasks like performance troubleshooting, emergency throttling, and scheduled maintenance through 41 tools and 39 resources.5Apache 2.0
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables querying SQL Server databases via tools for table search, SELECT execution, and table info retrieval.-
- AlicenseNot gradedqualityCmaintenanceAn MCP server that turns Teradata Vantage into a full-stack analytics agent platform, providing AI agents with structured knowledge of Teradata's native functions for correct and optimal SQL analytics.11MIT
- FlicenseNot gradedqualityDmaintenanceMCP server providing a single query tool to execute SQL against GetDot Database, enabling schema discovery, data loading, and querying via natural language.-
TDQS
Scored across 47 tools
Most tools have clearly distinct purposes with explicit cross-references ('use X instead of Y'), making boundaries clear. Some overlap exists between base_tableUsage and dba_tableUsageImpact (both report table access/user activity), and the dense dba_* and qlty_* families could be confused at a glance, but the descriptions mitigate this well.
Prefix-based categories (base_, dba_, qlty_, graph_) provide useful structure, but case conventions are inconsistent: camelCase (base_readQuery), PascalCase (rag_Execute_Workflow, sql_Execute_Full_Pipeline), and snake_case (plot_polar_chart) are all mixed. Verb usage also varies, with some names lacking verbs entirely (base_columnDescription), though the names remain readable overall.
47 tools is well into 'tool sprawl' territory and exceeds the 25+ threshold for a heavy surface. The server bundles many distinct modules (RAG, SQL clustering, plotting, graph lineage, DBA, security, quality) into one MCP server, which makes scanning and selecting the right tool difficult. The count reflects breadth, but the scope is too large for a single coherent toolset.
For an analytics/observability-focused server, coverage is extensive: querying, metadata exploration, DBA monitoring, security permissions, data quality, lineage analysis, charting, and RAG workflows are all represented. The main gaps are write operations (no data modification, DDL execution, or user/role management), but these appear deliberately out of scope. Minor gaps like bulk export or scheduling are workable around.