Skip to content
  • There are no suggestions because the search field is empty.

How do I set up the GetMint MCP?

The GetMint MCP lets Claude and other AI assistants read your GetMint data — visibility scores, prompts, competitors, citations — and run Content Studio directly from your agent conversation. It's a one-time setup. Once connected, you can ask Claude questions like "how did my visibility on topic X change this week?" and the answer comes from your live project.

What is MCP?

Model Context Protocol (MCP) is an open standard from Anthropic that lets AI clients call into external tools and data securely. GetMint exposes its read endpoints (and a few safe Content Studio actions) as an MCP server at:

https://mcp.getmint.ai/mcp


Connect from Claude.ai (recommended)

This is the fastest way to get started — no key to manage, sign-in is handled inline.

  1. In Claude.ai, open Settings → Connectors → Add custom connector.
  2. Paste the URL https://mcp.getmint.ai/mcp and click Connect.
  3. Sign in to GetMint and approve the consent screen. The connector requests read access to Insights and read/write access to Content Studio.
  4. Open any new chat — the GetMint connector shows under the Tools menu. Toggle it on and ask a question that needs your project data.
Heads up: only an organization Owner or Admin can authorize a connector — the token can read and write across your organization's data. Editors and Viewers should ask an owner/admin to set it up.

Other clients (Claude Desktop, Claude Code, Cursor, ChatGPT, Raw HTTP)

These use API-key auth (Authorization: Bearer mint_live_…) instead of OAuth. Full configs for each client are in the technical docs:

docs.getmint.ai/docs/mcp — client setup, tool catalog, rate limits, and authentication details.


Manage or disconnect

Go to Settings → API Access → Connected Apps in GetMint. Revoking a connector immediately invalidates its tokens; the client must be re-authorized to reconnect.


What you can do with it

  • Insights (read-only) — Visibility Score, Share of Voice, Sentiment, Brand Alignment, competition, and cited sources per topic and per model.
  • Content Studio (read/write, consumes credits) — create briefs, trigger generation, fetch documents and articles.

Publishing content, plan/billing changes, and destructive actions stay in the GetMint UI.


Key takeaways

  • One URLhttps://mcp.getmint.ai/mcp.
  • OAuth from Claude.ai is the recommended setup — no key to manage, one-time consent.
  • Owner or Admin is required to authorize.
  • Other clients use an API key — see the technical docs.