firestore-mcp
If you are the rightful owner of firestore-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.
A Model Context Protocol (MCP) server that provides secure, permission-controlled access to Firebase Firestore.
firestore-list-collections
List all accessible collections.
firestore-get-collection
Get all documents from a collection.
firestore-get-document
Get a specific document.
firestore-create-document
Create a new document.
firestore-update-document
Update an existing document.
firestore-delete-document
Delete a document.
firestore-query-collection
Query documents with filters.
firestore-list-subcollections
List subcollections of a document.
firestore-get-collection-by-path
Get documents from a subcollection.
firestore-create-document-by-path
Create a document in a subcollection.
firestore-batch-write
Execute multiple write operations atomically.
firestore-batch-read
Read multiple documents in one operation.
firestore-transaction
Execute a transaction with reads and conditional writes.
firestore-increment-field
Atomically increment a numeric field.
firestore-array-union
Add elements to an array without duplicates.
firestore-server-timestamp
Set fields to server timestamp.