KosmoKrator

other

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.

7 functions 7 read 0 write Manual OAuth token auth

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.

Machine-Readable Metadata
integration_slug
firebase
route_slug
firebase
package
firebase
auth_strategy
oauth2_manual_token Manual OAuth token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Firebase MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Firebase.

Firebase CLI Matrix

Use these pages for direct Firebase CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.