Skip to main content
Glama
459,989 tools. Updated 2026-08-17 14:08

"Exploring MySQL Database Information" matching MCP tools:

Matching MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables secure MySQL database operations through natural language with built-in safety features. Supports SELECT queries by default while providing configurable restrictions for INSERT, UPDATE, and DELETE operations.
    45
    MIT

Matching MCP Connectors

  • Access comprehensive company data including financial records, ownership structures, and contact information. Search for businesses using domains, registration numbers, or LinkedIn profiles to streamline due diligence and lead generation. Retrieve historical financial performance and complex corporate group structures to support informed business analysis.

  • Live stock information

  • Register a new MySQL or Snowflake database connection to enable data reconciliation tasks. After adding, verify the connection using test_datasource.
    MIT
  • List all tables in a MySQL database. Optionally specify the database and choose response format: Markdown or JSON.
    MIT
  • Connect to a MySQL database by providing a connection string. The connection persists for subsequent queries until changed.
    MIT
  • Create a new MySQL or PostgreSQL database with a dedicated user. Preview with dry_run=true, execute with confirm=true.
    MIT
  • Retrieve database catalogs for a given database ID. For engines that support catalogs, it lists available namespaces; not supported by PostgreSQL and MySQL.
    MIT
  • Validate database connection parameters before connecting. Check host, port, database, username, and password for common engines like PostgreSQL, MySQL, and SQLite to prevent connection errors.
    MIT
  • Terminate the active MySQL database connection to manage resources effectively or reset the session. Use this tool to ensure clean disconnections from the MySQL MCP Server.
  • Execute read-only SELECT queries on MySQL databases to retrieve data without modifying records. Specify the database connection and SQL statement to run secure queries.
    MIT