Databases
dbaas.dev
Provides tools to provision, manage, and query PostgreSQL databases, both ephemeral and persistent.
ENDPOINT 1
https://api.dbaas.dev/v1/mcp
Known tools 15
provision_ephemeral_postgresProvision a throwaway PostgreSQL database with a TTL of 1–60 minutes.
get_ephemeral_databasePoll an ephemeral database by id.
exec_sql_ephemeralExecute SQL on an ephemeral database.
list_databasesList persistent databases owned by the authenticated user.
create_databaseProvision a new persistent PostgreSQL database.
get_database_infoGet connection details (host, port, username, connection string) for a persistent database.
exec_sqlExecute SQL on a persistent database.
stop_databaseStop a running database (scales pod to 0; data preserved).
start_databaseStart a stopped database.
delete_databasePermanently delete a database and its data.
list_backupsList available backups for a database (newest first).
trigger_backupTrigger an immediate pg_dump backup.
restore_backupRestore a backup into the live database.
get_database_metricsGet latest connection, memory, CPU, and storage metrics for a database.
describe_schemaList tables, indexes, views, and functions in a database.