Interact with Firebase auth, database, and storage through a standardized MCP protocol.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "django-firebase-mcp" yet — see the docs or source repo.
Using django-firebase-mcp, look up the Firebase Authentication user with email [email protected] and return the UID, creation time, last sign-in time, and whether the email is verified.
A concise summary of the user's authentication record for login or account-state troubleshooting.
Using django-firebase-mcp, read the 10 most recent Firestore documents from the orders collection where status is pending, and output the order ID, user ID, amount, and creation time.
A filtered list of matching orders to quickly review pending business data.
Using django-firebase-mcp, list the 20 most recently uploaded files under /uploads/reports/ in Firebase Cloud Storage and return the filename, size, updated time, and download URL.
A file inventory with key metadata for verifying uploads and sharing files.
Manage Firestore documents, batches, collection analysis, and index maintenance.
Manage AI-generated social news posts, categories, and tags in Firestore.
Expose Django REST Framework APIs as secure MCP tools for AI agents.
Connect databases, files, AWS IAM, and Gmail through one MCP server.
Test MCP OAuth login and retrieve the authenticated user's identity and plan.
Enable AI agents to query databases and manage Gmail workflows automatically.