com.googleapis.firestore/mcp
name:com.googleapis.firestore/mcp
Interact with your Google Cloud Firestore resources using natural language commands.
- transport:
- remote
- credential class:
- gated
Owner verification
Not yet verified. Verifying proves you control this server and is free, permanently — it never changes a published score.
Start verification →Tools
- add_documentshallow
Create a document from a Firestore database.
- create_backup_scheduleshallow
Create a Firestore backup schedule.
- create_databaseshallow
Create a Firestore database.
- create_indexshallow
Create a composite index.
- delete_backupshallow
Delete a Firestore backup.
- delete_backup_scheduleshallow
Delete a Firestore backup schedule.
- delete_databaseshallow
Delete a Firestore database.
- delete_documentshallow
Delete a document from a Firestore database.
- delete_indexshallow
Delete a Firestore index.
- get_backupshallow
Get a Firestore backup.
- get_backup_scheduleshallow
Get a Firestore backup schedule.
- get_databaseshallow
Get a Firestore database.
- get_documentshallow
Get a document from a Firestore database.
- get_indexshallow
Get a Firestore index.
- list_backup_schedulesshallow
List Firestore backup schedules.
- list_backupsshallow
List Firestore backups.
- list_collectionsshallow
List all the collection IDs underneath a document.
- list_databasesshallow
List Firestore databases.
- list_documentsshallow
List documents from a Firestore database.
- list_indexesshallow
List Firestore indexes.
- query_collectionshallow
Run a query against a Firestore database. Executes a structured query and returns the matching documents. Required Parameters: - `parent`: The parent resource name in `projects/{project_id}/databases/{database_id}/documents` format (e.g., `projects/my-project/databases/(default)/documents`). - `structured_query`: A `StructuredQuery` object defining the query to execute. Example usage: ```json { "parent": "projects/my-project/databases/(default)/documents", "structured_query": { "from": [{"collection_id": "users"}], "where": { "field_filter": { "field": {"field_path": "age"}, "op": "GREATER_THAN_OR_EQUAL", "value": {"integer_value": 21} } }, "order_by": [ {"field": {"field_path": "age"}, "direction": "DESCENDING"} ], "limit": 10 } } ```
- run_aggregation_queryshallow
Run an aggregation query against a Firestore database. Executes an aggregation query (such as COUNT, SUM, or AVG) over a structured query and returns the aggregated results. Required Parameters: - `parent`: The parent resource name in `projects/{project_id}/databases/{database_id}/documents` format (e.g., `projects/my-project/databases/(default)/documents`). - `structured_aggregation_query`: A `StructuredAggregationQuery` object defining the aggregation query to execute. Example usage (COUNT and AVG): ```json { "parent": "projects/my-project/databases/(default)/documents", "structured_aggregation_query": { "structured_query": { "from": [{"collection_id": "orders"}], "where": { "field_filter": { "field": {"field_path": "status"}, "op": "EQUAL", "value": {"string_value": "COMPLETED"} } } }, "aggregations": [ { "alias": "total_orders", "count": {} }, { "alias": "average_amount", "avg": { "field": {"field_path": "amount"} } } ] } } ```
- update_backup_scheduleshallow
Update a Firestore backup schedule.
- update_databaseshallow
Update a Firestore database.
- update_documentshallow
Update a document from a Firestore database.
Embed this server’s score
Tool count and median score across every tool in this server’s corpus — honest in a way a single cherry-picked tool’s badge wouldn’t be.
[](https://vouch.tools/servers/946901ee-80b2-4278-85fe-48d6f45832c0)