Connect to Teradata via MCP to query SQL and explore metadata.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Teradata MCP Server" yet — see the docs or source repo.
Connect to the Teradata database and query sales revenue and order counts by region for the last 30 days, sorted by revenue descending.
Returns query results with revenue, order counts, and ranking by region.
Explore metadata for the customer_orders table in Teradata, listing column names, types, nullability, and primary key information.
Outputs the table schema details to help understand field definitions and constraints.
Run this SQL on Teradata, analyze the error, and provide a corrected query: SELECT region, SUM(amount) FROM orders;
Returns the cause of the error and a corrected SQL query compatible with Teradata.
Connect to Microsoft SQL Server for queries, analysis, and visualization generation.
Connect to SQL Server to query data, inspect schema, and analyze performance.
Access Oracle databases for schema exploration, query execution, and performance analysis.
Connect LLM apps to query and manage multiple databases through one tool.
Securely inspect and query SQL Server databases for analysis and troubleshooting.
Connect to major databases via MCP to run SQL queries and commands.