582,237 tools. Updated 2026-09-16 23:02
"Firebase Firestore Database Information" matching MCP tools:
- Runs a comprehensive scan of a Firestore database to detect schema drift, security issues, performance problems, and cost leaks. Returns a structured report with risk score and actionable issues for database-aware development.MIT
- Read data from Firebase Firestore: list collections and documents, fetch single or multiple documents, query with filters and ordering, perform aggregations and count, and inspect indexes and distinct values.MIT
- Retrieve a single Firestore document by path from the Firebase emulator to inspect local data during development.MIT
- Retrieve root-level collection IDs from Firestore emulator to inspect the database schema and locate data for debugging.MIT
- List collections in Firestore, including root collections or subcollections under a specific document path for database organization.MIT
- Retrieve database information including database list, table list, and configuration settings.MIT
Matching MCP Servers

Firebase MCP Serverofficial
AlicenseNot gradedqualityAmaintenanceEnables interaction with Firebase projects and services, including deployment, database management, authentication, and local emulation, through natural language.2,186,911 npm4,468MIT- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to work directly with Firebase realtime database6 npm1MIT
Matching MCP Connectors
- Global DatabaseOAuth
Access comprehensive company data including financial records, ownership structures, and contact information. Search for businesses using domains, registration numbers, or LinkedIn profiles to streamline due diligence and lead generation. Retrieve historical financial performance and complex corporate group structures to support informed business analysis.
Live stock information
- Fetch Firebase-specific metadata for a GCP project to inspect its Firebase configuration and status. Requires Firebase already enabled on the project.MIT
- Retrieve top-level Firestore collections to inspect database structure and navigate document hierarchies in Firebase projects.MIT
- Retrieve user details by ID or email from Firebase Authentication to verify identity and access account information.MIT
- Retrieve a list of all collections in your Firestore database to understand data structure and manage documents effectively.MIT
- Retrieve current Firebase environment details to configure and manage your development or testing setup.MIT
- Lists Firebase projects accessible to the authenticated identity, helping you browse or select a project for further Firebase management tasks.MIT
- Add a document to a Firestore collection by specifying the collection name and document data. This tool enables structured data storage in Firebase's NoSQL database.MIT
- Retrieve a specific document from a Firestore collection by providing the collection name and document ID. This tool enables reading data from Firebase's Firestore database through the Firebase MCP Server interface.MIT
- Create new documents in Firestore collections with structured data, specifying collection IDs and optional document IDs for organized database management.MIT
- Modify existing Firestore documents by specifying collection, document ID, and updated data fields to maintain current database records.MIT
- Delete a document from Firestore by specifying its collection and document IDs to remove unwanted data from your database.MIT
- Query documents in a Firestore collection using filters, ordering, and limits to retrieve specific data from your database.MIT
- List web apps registered under a Firebase project to audit or manage Firebase web app configurations; supports paginated results.MIT
- Query Firestore collections in the Firebase emulator to inspect local data. Filter results by field, value, and operator, and limit the number of documents returned.MIT
- Retrieve and list collections within a Firestore database by specifying the GCP project ID and database ID. Simplify database management and organization.-