Model Context Protocol

FireMCP Pro

Seamlessly integrate Firebase Firestore with your AI assistants using the Model Context Protocol.

About FireMCP Pro

FireMCP Pro is a bridge between your AI agents and your Firebase Firestore database. By exposing Firestore operations as MCP tools, it allows Large Language Models (LLMs) like Claude to directly read, write, and query your data in real-time. This enables the creation of intelligent agents that can manage user data, track application state, and perform complex database operations autonomously.

Server Endpoint

Use this URL to connect your MCP client to the FireMCP Pro server.

https://mcp.firemcp.anishroy.com/mcp

Required Headers

To authenticate with Firebase, you must provide the following headers with every request:

Header Name Description
x-firebase-api-key Your Firebase Project API Key
x-firebase-project-id Your Firebase Project ID
x-firebase-user-email Firebase Auth User Email
x-firebase-user-password Firebase Auth User Password

Capabilities

Get Document
Retrieve specific documents from your Firestore database by path.
Set Document
Create or overwrite documents with precise control over data.
Query Collection
Run complex queries on collections with filtering capabilities.
Add Document
Add new documents to collections with automatically generated IDs.
Delete Document
Remove documents from Firestore when they are no longer needed.

FireMemory

Need long-term memory for your agents? FireMemory is a specialized MCP server that runs alongside FireMCP Pro to handle state persistence and context recall.

Explore FireMemory →