raghavdasila/django-firebase-mcp
If you are the rightful owner of django-firebase-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A comprehensive Django app that implements Firebase Model Context Protocol (MCP) server, enabling AI agents to interact with Firebase services through a standardized protocol.
Tools
Functions exposed to the LLM to take actions
firebase_verify_token
Verify Firebase ID tokens
firebase_create_custom_token
Create custom auth tokens
firebase_get_user
Get user info by UID
firebase_delete_user
Delete user accounts
firestore_list_collections
List all collections
firestore_create_document
Create new documents
firestore_get_document
Retrieve documents
firestore_update_document
Update documents
firestore_delete_document
Delete documents
firestore_query_collection
Query with filters
storage_list_files
List files with filtering
storage_upload_file
Upload files
storage_download_file
Download files
storage_delete_file
Delete files
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client