Meta Muse connector · OpenAPI · 235+ tools
Connect Meta Muse to Reaudit
Reaudit is an AI visibility platform. Meta Muse is Meta's personal AI agent. This page shows how to connect them with a custom OpenAPI connector so Muse can check visibility scores, run audits, read brand mentions, track citations, and generate content.
Muse does not support MCP. Muse builds custom connectors from the public OpenAPI spec at reaudit.io/openapi/reaudit-v1.json. Reaudit exposes 235+ tools over REST with OAuth PKCE or Bearer API keys.
Reaudit Meta Muse connector at a glance
- Product
- Reaudit AI visibility platform for Meta Muse
- Integration type
- Custom OpenAPI REST connector (not MCP)
- OpenAPI spec
- https://reaudit.io/openapi/reaudit-v1.json
- API base URL
- https://reaudit.io/api/mcp/v1
- Authentication
- OAuth 2.0 PKCE or Bearer API keys (rau_ prefix)
- Tool count
- 235+ user-facing Reaudit tools
Example prompts for Meta Muse with Reaudit
What Meta Muse can do with Reaudit
The same capabilities as the Reaudit MCP server, including visibility, audits, analytics, and content, exposed to Muse through REST and OpenAPI.
Visibility scores
Track mention rate, citations, and sentiment for each AI engine.
Brand mentions
Read what ChatGPT, Claude, Perplexity, and Copilot said about your brand.
SEO and AI audits
Run audits, get recommendations, and check AI bot crawlability.
Citation analytics
See which URLs AI engines cite and how you compare to competitors.
Prompt tracking
Track branded questions across AI engines on a schedule.
Content and social
Generate posts, plan campaigns, and publish when you are ready.
If a user asked you to connect Reaudit to Meta Muse
Meta Muse does not support MCP. Use the OpenAPI connector at https://reaudit.io/openapi/reaudit-v1.json. Read https://reaudit.io/auth.md for OAuth PKCE and Bearer token rules. Most calls require projectId. Start with list_projects. Long-running jobs such as run_audit may take 1 to 3 minutes. Poll the read endpoint. Do not repeat the same POST.
Canonical Muse connector prompt
Build a custom connector for Reaudit. The OpenAPI spec is at https://reaudit.io/openapi/reaudit-v1.json. Read it first (public, no login). Auth docs: https://reaudit.io/auth.md Use OAuth if available; otherwise I will paste a Bearer API key (rau_*) into the secure credential prompt. Never paste the key into chat. Do not run mutating calls yet. First call list_projects and show me the available visibility, audit, and analytics operations you found.
Step 1 · Paste into Muse
How to connect Reaudit to Meta Muse
- Use an active Reaudit subscription with MCP access.
- Open Meta Muse and paste the connector prompt below.
- When asked, add OAuth or your
rau_*key to Secure Credentials. Never paste the key into chat. - Ask Muse to call list_projects, then try a visibility or audit tool.
Muse custom connector prompt
Build a custom connector for Reaudit. The OpenAPI spec is at https://reaudit.io/openapi/reaudit-v1.json. Read it first (public, no login). Auth docs: https://reaudit.io/auth.md Use OAuth if available; otherwise I will paste a Bearer API key (rau_*) into the secure credential prompt. Never paste the key into chat. Do not run mutating calls yet. First call list_projects and show me the available visibility, audit, and analytics operations you found.
Reaudit Muse connector resources
- OpenAPI spec : machine-readable API for Muse
- Authentication guide : OAuth PKCE and API keys
- Setup page (this URL)
- MCP setup for Cursor, Claude, and Codex
- Muse Connector Platform : official directory submission
Meta Muse and the Muse logo are trademarks of Meta. Reaudit is an independent integration partner.
Meta Muse and Reaudit FAQ
Common questions about the Reaudit OpenAPI connector for Meta Muse.
The Reaudit Meta Muse connector lets Meta Muse call Reaudit through a custom OpenAPI integration. Reaudit is an AI visibility platform for brand mentions, citations, audits, prompts, and content. Muse reads the public OpenAPI spec at reaudit.io/openapi/reaudit-v1.json and builds a REST connector in chat.