data
Firebase MCP, CLI, and Lua Integration for AI Agents
Firebase integration docs for AI agents: MCP gateway setup, Firebase CLI commands, Lua API reference, credentials, and function schemas.Firebase for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
firebase.firebase_list_projects | Read read | 2 | List all Firebase projects the caller has access to. Returns project display names and IDs. |
firebase.firebase_get_project | Read read | 1 | Get details of a specific Firebase project by its resource name. |
firebase.firebase_list_databases | Read read | 1 | List Cloud Firestore databases in a Firebase project. |
firebase.firebase_list_documents | Read read | 5 | List documents in a Firestore collection. |
firebase.firebase_list_collections | Read read | 3 | List collection IDs under a Firestore document or database root. |
firebase.firebase_list_users | Read read | 2 | List users in a Firebase project via the Identity Toolkit API. |
firebase.firebase_get_current_user | Read read | 0 | Get the currently authenticated OAuth2 user profile information. |