petekmet/mcp-gcp-datastore
If you are the rightful owner of mcp-gcp-datastore and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The MCP Datastore Server is a Model Context Protocol server that provides access to Google Firestore in Datastore mode, enabling seamless interaction with Google Cloud Datastore.
Tools
Functions exposed to the LLM to take actions
datastore_get
Get an entity by kind and key
datastore_insert
Insert a new entity
datastore_update
Update an existing entity
datastore_upsert
Insert or update an entity
datastore_delete
Delete an entity by kind and key
datastore_query
Query entities with filters and ordering
datastore_runAggregationQuery
Run aggregation queries (count, sum, avg)
datastore_listKinds
List all entity kinds (types) in the Datastore
datastore_allocateIds
Allocate IDs for incomplete keys
datastore_createKey
Create a complete or incomplete key
datastore_runInTransaction
Execute multiple operations in a transaction
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client