If you're an AI reading this: skill.md has everything you need.Read it →
Explorer/MCP/smithery/prisma

Prisma

REMOTE
smithery/prisma

Database toolkit and ORM for TypeScript. Query schemas, explore data models, and manage database migrations.

○ Remote (HTTP) Server
This server runs on the internet and communicates over HTTP. It does not have direct access to your local filesystem or environment variables.
Tools
13
Indexed
20d ago
Transport
Remote / HTTP
Liveness
● Live
Uptime
100%based on 1 checks
Avg response
381ms
← older · newer →
Security Scan
Security scan pending — this server has not yet been analyzed.
Risk Surface
Risk surface analysis pending — tool annotation scanning is coming soon.
Publisher Verification
Not yet verified by the Official MCP Registry.
Endpoint
https://prisma.run.tools
Tools (13)
create_prisma_postgres_database
Create a new managed Prisma Postgres database. Specify a name that makes sense to the user - maybe the name of the project they are working on. Specify a region that makes sense for the user. Valid regions are: us-east-1,us-west-1,eu-west-3,eu-central-1,ap-northeast-1,ap-southeast-1. If you are unsure, pick us-east-1. If the response indicates that you have reached the workspace plan limit, you should instruct the user to do one of these things: - If they want to connect to an existing database, they should go to console.prisma.io and copy the connection string. - If they want to upgrade their plan, they should go to console.prisma.io and upgrade their plan in order to be able to create more databases. - If they want to delete a database, they can list these via the List-Prisma-Postgres-Databases tool and then delete one they no longer need. If the response is successful: - If the user has the prisma client installed, offer to populate their .env file with the DATABASE_URL value.
list_prisma_postgres_databases
Fetch a list of available Prisma Postgres Databases for user's workspace. Each database in the response includes an 'id' field which should be used as the 'databaseId' parameter for other tools like introspect_database_schema or execute_sql_query. If the response indicates that you have no databases you should instruct the user to do one of these things: - If they want to create a new database, they should use the Create-Prisma-Postgres-Database tool - If they want to connect to an existing database, they should go to console.prisma.io and copy the connection string - If they want to upgrade their plan, they should go to console.prisma.io and upgrade their plan in order to be able to create more databases
delete_prisma_postgres_database
Delete a Prisma Postgres database with the given database id. Inform the user that this is a permanent action and cannot be undone. Ask them to confirm that they wish to proceed. To obtain the correct database id, use the List-Prisma-Postgres-Databases tool first. If the response indicates that the database was not found, instruct the user to verify the database id using the List-Prisma-Postgres-Databases tool. If the response indicates that you cannot delete the default environment, instruct the user to delete the project instead or create a new default environment first.
create_prisma_postgres_connection_string
Create a new Connection String for a Prisma Postgres database with the given id. To obtain the correct input parameters use the List-Prisma-Postgres-Databases tool. If the response does not contain a Direct Connection String, only display the Prisma Connection String. If the response contains both Direct and Prisma Connection Strings, display both. If the response indicates that you have no databases you should instruct the user to do one of these things: - If they want to create a new database, they should use the Create-Prisma-Postgres-Database tool. - If they want to upgrade their plan, they should go to console.prisma.io and upgrade their plan in order to be able to create more databases.
delete_prisma_postgres_connection_string
Delete a Connection String with the given connection string id. Inform the user that this is a permanent action and cannot be undone. Ask them to confirm that they wish to proceed. To obtain the correct input parameters use the List-Prisma-Postgres-Connection-Strings tool
fetch_workspace_details
Fetch the details of a Prisma Postgres workspace. The Result will be returned as JSON.
list_prisma_postgres_connection_strings
Fetch a list of available Prisma Postgres Database Connection Strings for the given database id. To obtain a list of available database ids, use the List-Prisma-Postgres-Databases tool If the response indicates that you have no connection strings you should instruct the user to do one of these things: - If they want to create a new connection string, they should use the Create-Prisma-Postgres-Connection-String tool
create_prisma_postgres_backup
Create a new managed Prisma Postgres Backup. Note: On-demand backup creation is not currently supported. Backups are created automatically by the system. Use the list_prisma_postgres_backups tool to view available automated backups.
list_prisma_postgres_backups
Fetch a list of available Prisma Postgres Backups for the given database id. To obtain a list of available database ids, use the List-Prisma-Postgres-Databases tool If the response indicates that you have no databases you should instruct the user to do one of these things: - If they want to create a new database, they should use the Create-Prisma-Postgres-Database tool If the response indicates that you have no backups you should instruct the user to do one of these things: - If they want to create a new backup, they should use the Create-Prisma-Postgres-Backup tool
create_prisma_postgres_recovery
Restore a Prisma Postgres Database to a new database with the given Backup id. To obtain the correct input parameters use the List-Prisma-Postgres-Backups tool. The target database name should be unique and not already exist. If the response is successful, use the List-Prisma-Postgres-Databases and Create-Prisma-Postgres-Connection-String tools to get the new connection string.
execute_sql_query
Execute a SQL query on a Prisma Postgres database with the given id. To obtain the correct input parameters use the List-Prisma-Postgres-Databases tool. To obtain context about the database use the Introspect-Database-Schema tool. This tool will not have permission to execute schema updates. To make schema updates use the Execute-Schema-Update tool. The Result will be returned as JSON. <caution> - Make sure that the user is aware that this tool will execute a SQL query on a Prisma Postgres database and may result in data loss. - Confirm that the user understands the risks. - Confirm that the user understands the SQL query before you execute it. - Try restrict queries to Read-Only. </caution>
introspect_database_schema
Introspect the schema of a Prisma Postgres database with the given id. To obtain the correct input parameters use the List-Prisma-Postgres-Databases tool. The Result will be returned as JSON.
execute_prisma_postgres_schema_update
Execute a Schema Update on a Prisma Postgres database with the given id. To obtain the correct input parameters use the List-Prisma-Postgres-Databases tool. To obtain context about the database use the Introspect-Database-Schema tool. This tool should be used for schema updates only. To read/write data use the Execute-Sql-Query tool. The Result will be returned as JSON. <caution> - Make sure that the user is aware that this tool will execute a Schema Update on a Prisma Postgres database and may result in data loss. - Confirm that the user understands the risks. - Confirm that the user understands the SQL query before you execute it. </caution>
Is this your server?
Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming — register now and you'll be first in line.
Create your account →
More from smithery
Octagon
AI agents for financial research. Query SEC filings, analyze company data, and retrieve market intelligence.
Jam
Capture and report bugs with automatic screen recordings and environment details. Create, view, and manage bug reports with full context.
Harvest
Log billable hours, manage projects, and send invoices. Track time across tasks, review team capacity, and generate expense reports.
X(Twitter) MCP Server
A server to create drafts of X(Twitter) posts, threads using LLMs and post directly from the chat.
Aiwyn Tax
Automate tax workflow tasks and manage client engagements. Track deadlines, organize documents, and handle billing for accounting firms.
Zoho mail
Zoho Mail is a secure and ad-free email hosting platform with collaboration tools, calendar integration, and extensive administrative controls
Similar servers
lanonasis-mcp
Manage long-term memory across projects with fast semantic search and retrieval. Create, update, and organize memories, then query them to ground your workflows with relevant context. Control API keys and configuration, monitor system status, and instantly search the LanOnasis docs when you need guidance.
suguvisa-mcp
日本の特定技能ビザ申請を自動化するMCPサーバー。申請種別判定、必要書類リスト、期限計算、データ検証に対応。 **日本の特定技能(SSW)ビザ申請業務を、AIチャットだけで完結させる業界唯一のMCPサーバー。** 行政書士・登録支援機関・受入れ機関が日常的に行うビザ申請業務——申請種別の判定、必要書類の洗い出し、期限管理、書類生成——を **18種のAIツール** で自動化。Claude、ChatGPT、Cursor、Windsurf 等のAIアシスタントに直接組み込んで使えます。 ### ✨ できること - 🔍 **申請パターンの自動判定** — 「技能実習2号→特定技能1号」のように現在と申請先のビザを伝えるだけで、正式な申請種別・使用様式・標準処理期間・試験免除条件を瞬時に特定 - 📋 **必要書類リストの自動生成** — 130以上の申請パターンに対応。「2年以内の同一機関申請で省略可」「登録支援機関への委託で不要」等の省略条件を自動適用 - ⏰ **期限計算** — 随時届出の14日ルール、更新申請の3ヶ月前開始日、通算在留5年上限チェック、認定証明書の有効期限を自動算出し、リスクレベルを色分け警告 - 📸 **在留カードOCR** — Google Vertex AI Document AIによる高精度読み取り。氏名・国籍・在留資格・期限・カード番号を構造化データに変換(画像は保存しません) - 📄 **オンライン申請CSV/Excel生成** — 入管オンライン申請システムに直接アップロード可能な形式で一括出力。公式.xlsmテンプレートへのマクロ非破壊データ注入にも対応 - 📝 **紙申請PDFマッピング** — 紙申請書の全フィールドにデータを自動マッピングし、完成度をパーセント表示 - 📊 **年次定期届出の自動生成** — 受入れ状況・活動状況・支援実施状況をCSV(オンライン用)とExcel(紙提出用)で同時出力 - 🤖 **自律型ワークフロー** — AIが対話で不足データを収集し、判定→検証→書類生成まで自動実行。途中で人間の確認を挟むHITLパターン対応 - ⚖️ **法改正の自動追跡** — 制度変更・運用要領の改定を自動的に把握し、申請への影響を通知 - 🔎 **法務文書のAI検索** — Vertex AI Searchで法務マニュアル・チェックリスト・テンプレートを自然言語検索 - 📈 **申請結果の統計分析** — 補正率・通過率を申請パターンごとに集計し、次回申請の改善提案を自動生成 - 🔒 **監査ログ** — 全操作をSupabaseに記録し、コンプライアンスとトレーサビリティを確保
query-test-mcp
SQLite Explorer
Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view detailed schema metadata to understand structure quickly. Verify connectivity and readiness with a quick health check.
MCP-PostgreSQL-Ops
Monitor and analyze PostgreSQL databases with natural-language queries. Diagnose slow queries, locks, bloat, replication lag, and WAL health across single or multiple databases. Get safe, read-only insights with schema discovery and clear maintenance recommendations.
Gmail Manager
Gmail Manager MCP gives Claude Desktop direct access to your Gmail inbox, allowing you to: 🔍 Search & Filter - Find emails by sender, subject, date, or any Gmail query 🏷️ Smart Organization - Create and apply labels to categorize emails automatically 🗑️ Bulk Operations - Delete multiple emails at once based on your criteria 📊 Inbox Analytics - Get insights about your email patterns and volume 🧹 Smart Cleanup - Remove old newsletters, notifications, and spam efficiently Perfect for inbox zero enthusiasts and anyone drowning in email overload!
Indexed from Smithery · Updates nightly
View on Smithery →