Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
StackOne's Firebase MCP server gives AI agents 40 ready-to-use actions for Firebase — with built-in authentication, security, governance, token efficiency, and high tool-calling accuracy.
Coverage
Create, read, update, and delete across Firebase — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Firebase MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Firebase tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Firebase call.
Tools Discovery →A Firebase MCP server lets AI agents read and write Firebase data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Firebase MCP server ships with 40 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Firebase's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create a new Firebase Authentication user in a project.
List all Firebase Authentication users in a project.
Query Firebase Authentication users with filters and sorting.
Update a Firebase Authentication user's profile, email, password, status, or MFA enrollment.
Bulk delete up to 1000 Firebase Authentication users.
Delete a Firebase Authentication user from a project.
Create a new document in a Firestore collection.
List documents in a Firestore collection.
Get a single Firestore document by its full resource name.
Update or create a Firestore document.
Delete a Firestore document.
List all Firebase projects associated with the connected Google account.
Get a specific Firebase project by project ID.
Update a Firebase project's display name or custom annotations.
Register a new Android app in a Firebase project.
List all Android apps registered in a Firebase project.
Get a specific Android app by app ID.
Update an Android app's display name or API key association.
Remove (soft-delete) an Android app from a Firebase project.
Register a new web app in a Firebase project.
List all web apps registered in a Firebase project.
Get a specific web app by app ID.
Update a web app's display name, app URLs, or API key association.
Remove (soft-delete) a web app from a Firebase project.
Add a SHA certificate hash to an Android app.
List all SHA certificate hashes registered for an Android app.
Retrieve the active (or a specific version of the) Remote Config template for a Firebase project.
Publish a new Remote Config template version for a Firebase project.
Send a push notification to a device, topic, or condition via Firebase Cloud Messaging.
List GCP projects available to have Firebase resources added.
Get Google Analytics details linked to a Firebase project.
Search across all Firebase apps in a project (Android and Web — iOS apps still appear in the response but are not exposed as dedicated actions in this connector).
Get the project-level google-services.json configuration file.
Get the Firebase config JSON for a web app.
List up to 300 most recent Remote Config template versions.
Look up one or more Firebase Authentication users by UID, email, phone number, or federated identity.
Run a structured query against a Firestore collection or collection group.
Restore a previously soft-deleted Android app to ACTIVE state.
Restore a previously soft-deleted web app to ACTIVE state.
Roll back the Remote Config template to a previous version.
One endpoint. Any framework. Your agent is talking to Firebase in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.