β˜…3 days Pro free at signup Β· no credit cardSign up free β†’
// DOCS Β· v1

Documentation

10 essential answers β€” installation, MCP setup, safety, refunds. For anything else, email support@miradoes.com.

What is Bifrost exactly?

Bifrost is a free WordPress plugin that turns your site into an MCP server (Model Context Protocol). Once installed, AI assistants like Claude, ChatGPT, Gemini, or Cursor can read your pages, run audits, suggest improvements β€” and with your permission, write content, build Elementor pages, edit products, run WP-CLI commands, and more.

Think of it as: your site becomes one of the apps your AI talks to, exactly like Slack or Gmail.

What is MCP and why does it matter?

MCP (Model Context Protocol) is an open standard, originally from Anthropic, for how AI agents talk to external tools and data. Instead of writing a custom API integration for every AI model, you expose your data once as an MCP server, and any MCP client (Claude, Cursor, future ChatGPT, etc.) can use it.

For WordPress, this means: install Bifrost once, and your site works with every current and future AI agent that supports MCP.

Free vs Pro β€” what is the difference?

Free: AI can read and analyze. Run Site Health and SEO audits. Read-only by default. 1 connected site. Forever free.

Pro: Everything Free does, plus AI writes β€” it builds Elementor pages from a description, creates custom plugins, edits WooCommerce products, runs sandboxed PHP. Up to 5 sites. Skills marketplace. Auto-rollback if a write breaks the site. From 79 RON / month.

See pricing for full plan details.

How do I install Bifrost?

  1. Create a free Miradoes account (30 seconds β€” email + password).
  2. You're auto-redirected to download Bifrost Free (~90 KB).
  3. In WordPress wp-admin: Plugins β†’ Add New β†’ Upload Plugin β†’ choose the .zip β†’ Install Now β†’ Activate.
  4. A new "Miradoes" menu appears in your wp-admin sidebar. Click it, then "Sign in with Miradoes".
  5. Approve the OAuth dialog. Done β€” your site is linked.

Full walkthrough on the install page.

How do I connect Claude Desktop?

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows) and add:

{
  "mcpServers": {
    "my-wp": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://your-site.com/wp-json/wpab/v1/mcp"]
    }
  }
}

Replace your-site.com with your actual WordPress domain. Then restart Claude Desktop. You should see a tools icon (πŸ”Œ) showing connection to your site.

How do I connect ChatGPT?

ChatGPT supports MCP via Custom GPTs. Create a new Custom GPT, go to Actions β†’ Import OpenAPI specification β†’ use your Bifrost endpoint URL with OAuth authentication. Detailed walkthrough is coming soon. For now, Claude Desktop and Cursor are the smoothest experience.

Is it safe? Won't the AI break my site?

Bifrost 2.0.1 has four layers of WSOD protection:

  1. Read-only by default. AI can't write anything until you flip "Allow raw PHP" in settings.
  2. Syntax validation before write β€” broken PHP is refused without touching disk.
  3. Pre-write health check β€” site is probed; if already degraded, write is refused.
  4. Auto-rollback β€” after every PHP write, site is probed again. If unreachable, the previous version is restored from automatic backup and opcache invalidated. You typically never notice the crash.

Plus self-protection: AI can never modify Bifrost itself β€” so even in worst case you can disable it from wp-admin.

How do I cancel my Pro subscription?

In /account β†’ "Manage subscription". You'll be redirected to Stripe Customer Portal where you can cancel with one click. Cancellation takes effect at the end of your current billing period β€” you keep Pro access until that date.

How do I get a refund?

14-day money-back guarantee on all paid plans (Monthly, Annual, Lifetime). Email support@miradoes.com with subject "Refund [your email]" and we process within 24 business hours. Money returns to the original card in 5–10 business days. See refund policy for details.

Common errors / troubleshooting

  • "OAuth failed" β€” your Miradoes session expired. Sign in again on miradoes.com, then retry from wp-admin.
  • "Connection refused" in Claude β€” install mcp-remote globally: npm install -g mcp-remote, then restart Claude Desktop.
  • "License invalid" / Pro features grayed out β€” wp-admin β†’ Miradoes β†’ Account β†’ Re-sync license.
  • "503 Service Unavailable" from /api/v1/download/free β€” temporary, our zip cache is rebuilding. Try again in 1 minute.
  • Anything else β€” email support@miradoes.com. We typically reply within 4 business hours.
Still stuck?
support@miradoes.com β†’