mcp

mcp

3.4

If you are the rightful owner of mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model-Context-Protocol (MCP) provides a structured way for LLMs to interact with external systems via APIs.

CreateBackupTool

Create a new managed Prisma Postgres Backup.

CreateConnectionStringTool

Create a new Connection String for a Prisma Postgres database with the given id.

CreateRecoveryTool

Restore a Prisma Postgres Database to a new database with the given Backup id.

DeleteConnectionStringTool

Delete a Connection String with the given connection string id.

DeleteDatabaseTool

Delete a Prisma Postgres database with the given id.

ListBackupsTool

Fetch a list of available Prisma Postgres Backups for the given database id and environment id.

ListConnectionStringsTool

Fetch a list of available Prisma Postgres Database Connection Strings for the given database id and environment id.

ListDatabasesTool

Fetch a list of available Prisma Postgres Databases for user's workspace.

ExecuteSqlQueryTool

Execute a SQL query on a Prisma Postgres database with the given id.

IntrospectSchemaTool

Introspect the schema of a Prisma Postgres database with the given id.

migrate-status

Checks your migration status via the prisma migrate status command.

migrate-dev

Creates and executes a migration via the prisma migrate dev --name <name> command.

migrate-reset

Resets your database via the prisma migrate reset --force command.

Prisma-Postgres-account-status

Checks your authentication status with Prisma Console via the platform auth show --early-access command.

Create-Prisma-Postgres-Database

Creates a new Prisma Postgres database via the 'init --db --name' <name> '--region' <region> '--non-interactive' command.

Prisma-Login

Authenticates with Prisma Console via the platform auth login --early-access command.

Prisma-Studio

Open Prisma Studio via the prisma studio command.