Back to Browse

Getintel MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Manage GetIntel AI visibility (GEO) from your own AI agent.

About

Manage GetIntel AI visibility (GEO) from your own AI agent.

Remote endpoints: streamable-http: https://app.getintel.ai/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-tarang8811-getintel": {
      "url": "https://app.getintel.ai/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

GetIntel MCP Connector

smithery badge

GetIntel is an AI visibility (GEO) platform — it tracks how often ChatGPT, Perplexity, Gemini, and Google AI Overviews name your brand in buyer conversations, finds the gaps, and drafts the fixes. This connector lets your own AI agent (Claude, or any MCP client) read that data and act on it directly, in conversation.

This repository holds the connector's public documentation and tool manifest. The server implementation lives in GetIntel's main application repo.

Connecting

  1. In your MCP client, add a remote server with URL https://app.getintel.ai/mcp.
  2. Complete the OAuth flow — you'll be redirected to sign in / authorize with your GetIntel account and choose which scopes to grant (read, act).
  3. The client discovers available tools automatically via tools/list — a read-only token only sees the read tools below.

Each brand in your account gets its own token, scoped so an agent connected for one brand can never see another brand's data — see tools.json for the full schema.

Tools

Every call is scoped to the authenticated user/brand. read tools never mutate anything.

  • get_visibility - AI Visibility score (0-100) — trailing 7-day citation rate, with trend and history.
  • get_ai_answers - Buyer questions × engine grid — where the brand is open, absent, mentioned, or recommended.
  • get_receipts - The exact AI answer for one buyer question, across engines.
  • list_activity - Recent things the agent found or did, most recent first.
  • list_missions - Proposed/active batches of related opportunities awaiting approval.
  • get_mission - Read-only preview of one mission before approving it.
  • get_competitors - Share-of-voice vs named competitors over 30 days.
  • get_prompt_matrix - Per-prompt × per-engine state matrix.
  • get_sources - Domains AI engines cite in your category — where to earn citations.
  • get_content_gaps - Per-question coverage: do you have a page, does AI cite it, what to do.
  • get_signals - Reddit/X threads AI cites where you're absent, or competitor complaints.
  • get_search_console - Google Search Console performance joined against tracked AI prompts.
  • get_authority - Domain rating, referring domains, and link-building opportunities.
  • get_brand - Does AI trust/recommend the brand by name — the reputation signal.
  • get_brand_transcript - Full untruncated prompt/answer/citation text behind get_brand.
  • get_crawlability - Can AI crawlers actually reach and read the site (12 pass/warn/fail checks).
  • get_usage - This month's MCP read/draft budget and when it resets.
  • get_prompt_history - Buyer questions won/lost vs the prior 7-day window.
  • list_drafts - Drafts the agent has written (outreach, articles, llms.txt, replies).
  • get_draft - Full content of one draft.
  • approve_mission - Approve and execute a mission's whole batch. Not reversible once run.
  • dismiss_mission - Dismiss a proposed mission without running it.
  • replan - Re-scan current signals and propose fresh missions now.
  • approve_event - Approve one individual finding, writing its draft.
  • dismiss_event - Dismiss one individual finding.

Read

ToolDescription
get_visibilityAI Visibility score (0-100) — trailing 7-day citation rate, with trend and history.
get_ai_answersBuyer questions × engine grid — where the brand is open, absent, mentioned, or recommended.
get_receiptsThe exact AI answer for one buyer question, across engines.
list_activityRecent things the agent found or did, most recent first.
list_missionsProposed/active batches of related opportunities awaiting approval.
get_missionRead-only preview of one mission before approving it.
get_competitorsShare-of-voice vs named competitors over 30 days.
get_prompt_matrixPer-prompt × per-engine state matrix.
get_sourcesDomains AI engines cite in your category — where to earn citations.
get_content_gapsPer-question coverage: do you have a page, does AI cite it, what to do.
get_signalsReddit/X threads AI cites where you're absent, or competitor complaints.
get_search_consoleGoogle Search Console performance joined against tracked AI prompts.
get_authorityDomain rating, referring domains, and link-building opportunities.
get_brandDoes AI trust/recommend the brand by name — the reputation signal.
get_brand_transcriptFull untruncated prompt/answer/citation text behind get_brand.
get_crawlabilityCan AI crawlers actually reach and read the site (12 pass/warn/fail checks).
get_usageThis month's MCP read/draft budget and when it resets.
get_prompt_historyBuyer questions won/lost vs the prior 7-day window.
list_draftsDrafts the agent has written (outreach, articles, llms.txt, replies).
get_draftFull content of one draft.

Act

ToolDescription
approve_missionApprove and execute a mission's whole batch. Not reversible once run.
dismiss_missionDismiss a proposed mission without running it.
replanRe-scan current signals and propose fresh missions now.
approve_eventApprove one individual finding, writing its draft.
dismiss_eventDismiss one individual finding.

act tools that send outbound email or publish content still require the account's explicit send/publish mandate — a connected agent can never grant itself that autonomy.

Support

Issues or questions: tarang@sidepanda.com

Reviews

No reviews yet

Be the first to review this server!