{
  "info": {
    "name": "Firebase — mcp.ai",
    "description": "REST API for the Firebase MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/firebase",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "firebase_discover_sign_in_methods",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/discover/sign/in/methods",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "discover",
            "sign",
            "in",
            "methods"
          ]
        },
        "description": "Look up sign-in methods previously used by a Firebase account email. Firebase anti-enumeration settings can suppress results, so empty lists or an absent registered value do not prove that the account",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"identifier\": \"\",\n  \"continue_uri\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "firebase_get_auth_project_config",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/auth/project/config",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "auth",
            "project",
            "config"
          ]
        },
        "description": "Get the public Firebase Authentication configuration associated with the connected Web API key, including the project ID and authorized domains. This does not authenticate a user or grant backend acce",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"firebase_app_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "firebase_refresh_id_token",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/refresh/id/token",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "refresh",
            "id",
            "token"
          ]
        },
        "description": "Exchange a Firebase refresh token for a fresh Firebase ID token and rotated refresh token using Google's Secure Token service.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"grant_type\": \"\",\n  \"refresh_token\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "firebase_sign_in_with_custom_token",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sign/in/with/custom/token",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sign",
            "in",
            "with",
            "custom",
            "token"
          ]
        },
        "description": "Exchange a trusted server-minted Firebase custom token for a Firebase ID token and refresh token. The exchange may create the Firebase user on their first sign-in.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"custom_token\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "firebase_sign_in_with_email_link",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sign/in/with/email/link",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sign",
            "in",
            "with",
            "email",
            "link"
          ]
        },
        "description": "Complete Firebase email-link sign-in using an email address and the one-time OOB code from a previously delivered sign-in link. This may create the Firebase user on first sign-in; it does not send ema",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\",\n  \"oob_code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "firebase_sign_in_with_idp",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sign/in/with/idp",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sign",
            "in",
            "with",
            "idp"
          ]
        },
        "description": "Sign in with one configured external identity provider using provider-specific OAuth or OIDC credential parameters. This sign-in-only tool may create the Firebase user on first sign-in and rejects Fir",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"provider_id\": \"\",\n  \"request_uri\": \"\",\n  \"provider_parameters\": {},\n  \"return_idp_credential\": false\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "firebase_sign_in_with_password",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/sign/in/with/password",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "sign",
            "in",
            "with",
            "password"
          ]
        },
        "description": "Sign in an existing Firebase Authentication user with email and password and return fresh ID and refresh tokens. Requires the Email/Password provider to be enabled.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\",\n  \"password\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "firebase_verify_password_reset_code",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/verify/password/reset/code",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "verify",
            "password",
            "reset",
            "code"
          ]
        },
        "description": "Validate a Firebase password-reset OOB code and identify the associated email and request type without changing the password.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"oob_code\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}