Retrieve database details for a Pterodactyl server, including host, name, and connection information for administrative management.
452,792 tools. Updated 2026-08-13 13:25
"A server for MySQL database information and resources" matching MCP tools:
- Retrieve a managed MySQL or PostgreSQL database by engine and ID, returning version, region, status, host, port, and maintenance window.Apache 2.0
- List all registered database connections for your tenant, showing name, ID, database type (PostgreSQL/MySQL/SQL Server), and creation date. Flags duplicate names. No sensitive data returned.MIT
- Permanently delete a MySQL database and all its data from an Agency Plan website, including associated users. Idempotent: deleting a non-existent database succeeds without error.MIT
- Establish database connections for PostgreSQL, MySQL, or SQLite to enable querying, schema management, and migration operations within the Berth MCP server.MIT
- Create database backups for PostgreSQL, MySQL, and SQLite using native dump tools, with output paths sandboxed to a designated backup directory.MIT
Matching MCP Servers
- AlicenseAqualityCmaintenanceRead-only MySQL MCP server that lets AI agents list tables, describe schemas, and run SELECT/SHOW/EXPLAIN queries with a row cap, bound to a single database for safety.3MIT
- Alicense-qualityDmaintenanceEnables 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.60MIT
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
- Create daemon apps from GitHub or Docker, and database services (PostgreSQL, Redis, MySQL, MongoDB) for Bult projects.MIT
- Creates a MySQL database and dedicated user for an Agency Plan website. Provide website UID, database name, username, and password.MIT
- Lists per-server resources: domain, mail, cron, subdomain, ssl, ftp, dns, mail-filter, access-log, error-log. Optionally accepts query parameters.MIT
- Generate MySQL server-side password hashes for any plaintext. Supports SHA1-based formats (mysql41-57) and caching_sha2_password (mysql80). Returns hash with version, algorithm, and salt info.MIT
- Execute SQL SELECT queries on MySQL, Oracle, GaussDB, and DM8 databases with configurable row limits and database selection.MIT
- List databases or tables/collections on remote servers for MySQL, PostgreSQL, and MongoDB without modifying data. Read-only operation for safe inspection.MIT
- Delete a Slave or Recovery MySQL server instance from a Cloud DB cluster. Requires confirmation to complete the deletion.MIT
- Retrieve a list of all PostgreSQL databases with owner, encoding, size, and connection limit information to monitor server resources and identify existing databases.MIT
- Close the database connection and release pool resources to end a session and perform cleanup.MIT
- List configured database connections (PostgreSQL, MySQL, Redshift) and return key, type, read-only flag, and metadata for executing queries with other tools.MIT
- Restore a backup by backupId to a target server, overwriting existing data. Supports PostgreSQL, MongoDB, MySQL, and file backups with pre/post hooks.MIT
- Import a database dump file into a remote server database, replacing existing data. Supports MySQL, PostgreSQL, and MongoDB with automatic decompression of .gz files.MIT
- Execute SQL queries on a local MySQL database as root. Blocks destructive commands like DROP and DELETE to protect data.GPL 2.0
- Get a list of supported database engine types, such as PostgreSQL, MySQL, and SQLite, to select the right engine when creating a new database connection in Superset.MIT