161,477 tools. Last updated 2026-05-30 03:25
"Using Laravel Helper Functions and Resolving MySQL Table Query Errors" matching MCP tools:
- Retrieve test helper structs and factory functions from test files for a given Go package. Use before writing tests to reuse existing infrastructure and avoid duplication.MIT
- Retrieve table metadata including columns, summary detection, and merge functions to prevent query errors.Apache 2.0
- Retrieve a specific query configuration from a Tulip Table using table and query IDs to access manufacturing data through the Tulip API.Apache 2.0
- Execute SQL queries in MySQL databases directly from Claude AI. Retrieve table information and manage database interactions using natural language commands.MIT
- Get Laravel application error details from container logs to diagnose HTTP 500 errors after identifying them in nginx access logs.MIT
- Identify and analyze slow MySQL queries using performance_schema data to optimize database performance by examining execution times, row statistics, and query patterns.Apache 2.0
Matching MCP Servers
- AlicenseAqualityAmaintenanceA Model Context Protocol server that provides read-only MySQL database queries for AI assistants, allowing them to execute queries, explore database structures, and investigate data directly from AI-powered tools.Last updated315513MIT
- Alicense-qualityCmaintenanceLaravel upgrade automation via MCP. Analyzers, tools & docs for Laravel 6-11 migrations. Breaking change detection. Works with any MCP client (Cursor, Claude Desktop).Last updated5MIT
Matching MCP Connectors
The BigQuery remote MCP server is a fully managed service that uses the Model Context Protocol to connect AI applications and LLMs to BigQuery data sources. It provides secure, standardized tools for AI agents to list datasets and tables, retrieve schemas, generate and execute SQL queries through natural language, and analyze data—enabling direct access to enterprise analytics data without requiring manual SQL coding.
Help estimating move size, inventory and quotes for house or office movers.
- Retrieve the schema of a MySQL table, including column names, data types, and constraints, using a read-only metadata query.MIT
- Generate ALTER TABLE ADD INDEX SQL for MySQL columns flagged as missing indexes, including composite variants and EXPLAIN guidance to confirm index usage.MIT
- Analyze MySQL query execution plans to identify performance bottlenecks, index usage, and optimization opportunities using EXPLAIN functionality.Apache 2.0
- Analyze MySQL table statistics to identify optimization needs like index improvements, table fragmentation, and partitioning opportunities by examining size, row counts, and index information.Apache 2.0
- Identify MySQL queries performing full table scans to detect performance issues. Find statements that don't use indexes or use non-optimal indexes for targeted optimization.Apache 2.0
- Identify MySQL queries causing errors or warnings to pinpoint problematic application SQL statements and improve database performance.Apache 2.0
- Analyze MySQL query patterns to identify full table scans and inefficient index usage, then generate prioritized index recommendations for performance optimization.Apache 2.0
- Monitor MySQL replication health by checking master/slave status, replication lag, errors, and binary log configuration to maintain data consistency across database instances.Apache 2.0
- Retrieve MySQL server status including version, uptime, current connections, and query statistics to monitor database health and performance.MIT
- Analyze MySQL table memory usage to optimize caching parameters. Shows table cache usage, hit rates, InnoDB buffer pool by table, and cache efficiency metrics for performance tuning.Apache 2.0
- Retrieve all scalar and table-valued functions from a SQL Server database, with optional filtering by schema and function type for targeted results.MIT
- Detect row-level and table-level locks in MySQL databases to identify blocking queries and troubleshoot concurrency performance issues.MIT
- Extract 'where' clauses from PureScript functions to identify local helper functions and variables, aiding in understanding function implementation details.MIT
- Establish a connection to a MySQL database using host, user, password, and database details. Allows integration with MCP MySQL Server for query execution, table listing, and automated connection management.MIT