Guide
Best AI Search Tools with MCP / Cursor / Claude Code Integration 2026
The 9 AI search visibility tools ranked on Model Context Protocol (MCP) support and practical fit with Cursor, Claude Code, and Windsurf. Updated August 2026: eight now ship first-party MCP, so the real question is which MCP can close the optimization loop.
The Model Context Protocol (MCP), open-sourced by Anthropic in November 2024, gives compatible agents such as Cursor, Claude Code, Windsurf, Zed, and Continue a common interface for calling external tools and fetching data. For any AI search visibility platform, the question is no longer "do you have a REST API?" The question is whether your coding agent can call you without a homegrown wrapper, a vendor-specific SDK, or a dashboard login in the way.
This guide evaluates nine AI search visibility and Answer Engine Optimization (AEO) tools on the full developer-access contract: MCP fit, REST API depth, CLI access, webhooks, authentication, plan boundaries, and the work each surface can complete without a dashboard login. Native MCP is no longer a binary differentiator. By August 2026, Mentionable, Peec.ai, Ahrefs, Rankability, Semrush, Otterly.ai, and Profound all publish official MCP surfaces. The useful question is narrower: does the MCP only expose dashboard data, or can it support a code-level loop where an agent scans a page, diagnoses the structural gap, edits the page, and verifies the result? We do not award points for marketing copy that says "AI-ready."
Search Console signal: buyers are asking for agent workflows
Foglift Search Console data for this exact URL from March 24 to June 22, 2026 shows 1,870 impressions, 1 click, 0.05% CTR, and an average position of 21.3. The queries are narrow and technical, which is the point: this page is not serving beginner SEO traffic. It is serving people who want AI search data inside Claude Code, Cursor, custom reports, and open-source workflows.
| Observed query | Imp. | Avg. pos. | What the page must answer |
|---|---|---|---|
| best aeo platform for use with claude or chatgpt agents via mcp | 16 | 6.4 | Which platforms expose useful agent tools beyond a dashboard connector. |
| integrate search mcp with claude | 21 | 18.3 | How to connect search visibility data to Claude-shaped workflows. |
| mcp server tool integration claude 2026 | 11 | 16.7 | Which MCP servers are current and useful in 2026. |
| are there ai search tools with apis or mcp server integrations for custom client reporting? | 1 | 1.0 | Whether API, MCP, and reporting access are public, gated, or enterprise-only. |
| best search api with mcp support | 1 | 6.0 | How the MCP layer relates to the REST API and CLI surfaces. |
| enterprise ai search engine optimization tools mcp protocols | 1 | 7.0 | Whether the protocol story holds up for enterprise tool selection. |
The stakes are concrete. Public MCP server directories have grown rapidly since the specification was open-sourced, and MCP is now a first-class integration path in every major IDE-embedded agent. A 2025 Stack Overflow Developer Survey of more than 49,000 respondents found 76% were using or planning to use AI tools in their development workflow, with daily usage concentrated among professional developers. Tools that live outside that loop are structurally invisible to a fast-growing cohort of engineering teams, and the SaaS market is repricing accordingly: the open-source MCP ecosystem has driven a wave of "MCP-first" product roadmaps that did not exist 18 months ago.
The protocol layer is no longer theoretical. A 2026 arXiv audit of 177,436 MCP tools found software development accounted for 67% of tool volume and 90% of MCP server downloads, while action-oriented tools grew from 27% to 65% of observed usage over the sampled period. For AI search tools, that means the integration surface is becoming part of the buying decision: can the agent read the visibility data, call the scanner, and hand the result back to the workflow that is changing the page?
Why MCP matters for AI search tools specifically
- Agents are doing the work. When a developer asks Cursor "why did our AI Readiness score drop on the pricing page?" the agent needs to call a scan, read history, and compare against citation data. An MCP server is the shortest path; a REST API requires the developer to stop, context-switch, and wire it up.
- CI gating moves upstream. A 2024 Gartner AI Search projection anticipates that traditional search will drop 25% by the end of 2026, which means AI Readiness scores now matter in the same release-gate conversation as Lighthouse and bundle-size budgets. MCP-invokable scanners let those gates be composed by the agent running the PR review.
- Content authoring is agentic now. A 2025 SE Ranking study of 129,000 domains found ChatGPT cites only 15% of pages it retrieves, with the top 10 domains capturing 46% of all citations in a topic. Closing that gap requires iterative editing, exactly the loop where an in-editor agent with MCP access beats a dashboard.
- Wrapping a REST API adds an integration surface. Teams must map endpoints and schemas, handle authentication, pagination, and rate-limit errors, add integration tests, and keep the adapter aligned with upstream API changes. A first-party MCP server moves that maintenance to the vendor.
- Protocol is the new moat. Anthropic's MCP specification is open and vendor-neutral, which means the lock-in shifts from the dashboard to the agent. Tools that publish first-party MCP servers are meeting developers where they already are; tools that do not are paying a per-user friction tax.
How we evaluated
Each tool was scored on four agent-readiness primitives. Fogliftscans referenced below were executed against five production AI engines (ChatGPT with web search, Perplexity, Google AI Overview, Claude, and Gemini) through the same endpoints the MCP server exposes.
- First-party MCP server: is there a published, vendor-maintained MCP implementation?
- REST API wrap-ability: can a community adapter be written against a public API without paying for an enterprise demo?
- Agent-workflow fit: does the data model support the call patterns agents actually make (scan, compare, score history, citation lookups)?
- Action path: can an agent move from visibility data to a page edit, content brief, or founder-review pitch without manually copying dashboard context? Foglift documents that workflow at /for-ai.
- Auditable scoring: can the agent explain its recommendations by pointing to open-source scoring heuristics, or is it a black box?
API, MCP, and reporting connector fit
The Search Console query that matters most for this page is not a broad "best tools" query. It asks whether any AI search tools expose APIs or MCP server integrations for custom client reporting. The answer depends on where the report is produced.
| Reporting workflow | Best surface | What to verify | Foglift fit |
|---|---|---|---|
| Cursor or Claude Code edits a page and checks AI Readiness | MCP | Tool can run scans, return structured scores, and fetch history without a dashboard login. | Hosted OAuth MCP for public scans; local npm MCP on Launch+. |
| Agency exports recurring client dashboards | REST API | Stable brand IDs, prompt results, citations, sentiment, and rate-limit behavior. | Launch+ API keys and CLI access; score-change webhooks allow three endpoints on Free and five on paid plans. |
| Marketing team wants a visual report in Looker Studio | Connector | Refresh cadence, export completeness, and whether cited URLs are included. | Prefer API or CSV today; connector-specific workflows are not the core Foglift surface. |
| CI checks whether a release hurt AI extraction | CLI plus API | Exit codes, JSON output, historical baseline access, and repeatable public-URL scans. | Open-source foglift-scan CLI plus paid API history. |
Foglift API quick start: from prompt check to alert
The API-first workflow starts with one live prompt check, then turns that question into scheduled history only when the team decides it is worth tracking. A request can test up to 20 custom prompts across the supported engines. The response keeps the prompt, engine, mention status, answer position, sentiment, citations, and competitor mentions together, so a warehouse or reporting job does not have to reconstruct the evidence from separate exports.
curl -X POST "https://foglift.io/api/v1/ai-visibility" \
-H "X-API-Key: sk_fog_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"brand_id": "YOUR_BRAND_UUID",
"prompts": ["best project management tools"],
"models": ["chatgpt", "claude", "perplexity", "gemini", "ai-overview"]
}'Custom prompts return live results immediately. Foglift persists rows for prompts already saved to the brand. An unmatched prompt stays ad hoc unless the request sets persist_unmatched_prompts: true. That boundary keeps an exploratory API call from silently changing the monitored prompt library. Use POST /api/v1/prompts when a question should enter scheduled monitoring.
| Method | Route | Use it for |
|---|---|---|
| POST | /api/v1/ai-visibility | Run a live prompt panel across selected engines. |
| GET | /api/v1/ai-visibility/results | Read dated prompt, mention, citation, position, competitor, and sentiment history. |
| GET | /api/v1/monitor | Build 7, 14, or 30-day visibility rollups and engine summaries. |
| GET / POST / DELETE | /api/v1/prompts | List, add, or remove tracked buyer questions. |
| GET | /api/v1/crawler-analytics | Read observed AI crawler requests separately from answer outcomes. |
| GET | /api/v1/referrer-analytics | Measure visits from AI answer surfaces separately from crawler activity. |
| GET / POST | /api/v1/webhooks | Register HTTPS delivery for scan, score, and visibility events. |
Build a reporting pipeline
- Save the buyer prompts that define the reporting panel.
- Pull dated results into a warehouse on the team's reporting cadence.
- Calculate mention rate, citation rate, position, and competitor pressure from the returned rows.
- Join crawler and referral evidence only after keeping those event types separate.
- Annotate releases so later runs can be compared with the same prompt and engine denominator.
Trigger the next action
Foglift webhooks publish four production events: scan.completed, score.changed, score.dropped, and visibility.changed. Route them to Slack, a queue, an issue tracker, or a warehouse job. Keep the receiver idempotent and verify the webhook signature before changing external state.
For terminal checks, install foglift-scan and use JSON output in CI. For agent-led diagnosis, call the same evidence through Foglift MCP. The data contract stays aligned while the interaction surface matches the job.
Authentication, limits, and retry behavior
Keep sk_fog_ keys in environment variables or a secrets manager and send them through X-API-Key. New API keys start on Launch. On a 429 response, honor Retry-Afterand the X-RateLimit headers, then retry with exponential backoff and jitter. GET requests are safe to retry. Do not blindly replay a spend-bearing POST after an ambiguous timeout unless the endpoint reference documents an idempotency contract.
| Plan | Requests per day | Requests per month | Fastest monitoring cadence |
|---|---|---|---|
| Launch, $49/mo | 50 | 1,000 | Daily |
| Growth, $129/mo | 200 | 5,000 | Twice daily |
| Enterprise, custom pricing | 1,000 | 25,000 | Hourly |
The complete route and response reference lives in the Foglift API documentation. The practical choice remains simple: REST for systems, CLI for jobs, and MCP for agents.
Quick verdict
- Best overall for code-level MCP / Cursor / Claude Code: Foglift combines a first-party MCP server, npm CLI, REST API, and free public-URL Technical Audits. It is the strongest fit when the agent is expected to edit code and verify the page again.
- Mentionable: the closest MCP-first alternative, with a public 30-tool reference for account data, source gaps, page audits, Reddit triage, and action logging. MCP access starts at EUR 149/month. Foglift starts the full MCP, REST, CLI, webhook, and five-engine monitoring loop at $49/month and keeps public Technical Audits available without signup.
- Peec.ai: capable account-bound visibility, source, Action, and project tools. Its public MCP catalog has no public-URL Technical Audit, and REST access is Enterprise-only.
- Ahrefs and Rankability: capable data and audit surfaces with paid usage boundaries. Ahrefs is remote-only and consumes at least 50 API units per call; Rankability's action tools consume credits on a paid account.
- Semrush: broad SEO and market data for teams that want that data inside an MCP client. Starter and Pro+ include 50,000 units for MCP use; the separately advertised API data integration is an Advanced-plan capability. The Projects methods exposed through MCP are read-only.
- Otterly.ai, Profound, and AthenaHQ: each has a meaningful access boundary. Otterly MCP starts at $189/month, Profound REST access is Enterprise-only, and AthenaHQ publishes no first-party MCP setup or public API contract.
1. Foglift (Editor's Pick)
Yes, we know it is a little cliché to recommend ourselves. We putFoglift first because the MCP is the reason we built the product around one connected agent loop. Every rival below has at least one documented boundary that matters in that loop, whether it is account-only data, paid access, usage metering, read-only project methods, or missing public integration documentation.
Foglift is the strongest AI-search MCP for developer-led optimization because the MCP is tied to a scanner, CLI, REST API, and public-URL Technical Audit surface. Any MCP-compatible client (Cursor, Claude Code, Windsurf, Zed, Continue) can call the Foglift server to run a scan, fetch a historical AI Readiness score, pull citation and source-gap data across ChatGPT, Perplexity, Google AI Overview, Claude, and Gemini, inspect crawler and referral evidence, add tracked prompts, fetch the Actions Engine's recommendations, and generate a content brief. The server sits on the same REST surface used by the dashboard and the open-source foglift-scan CLI on npm.
The agent-workflow fit is the point. Instead of a developer context-switching to the dashboard after a pricing-page edit, Cursor or Claude Code can call scan_website on the preview URL, get a JSON Technical Audit across SEO, AI Readiness, performance, security, and accessibility, compare against the last-main baseline viaget_scan_history, turn evidence into a recommendation or brief, and rescan the edited page. Because the scanner itself is open source, the agent can also explain why a heuristic fired. That explanation turns a scan result into an agent-editable fix.
Agent-readiness primitives
- First-party MCP server: production-maintained, Foglift-published
- REST API on Launch and higher plans, documented at /docs
- Open-source
foglift-scanCLI on npm; the MCP server shells into the same engine - Five-dimension Technical Audits covering SEO, AI Readiness, performance, security, and accessibility
- AI citation lookups across 5 engines exposed via the
run_ai_visibilitytool handler - Webhooks for score-change events (agents can subscribe via adapter)
Pricing
- Free: 200 tokens/month, weekly Perplexity monitoring while active, unlimited web-app Technical Audits, PDF export, and anonymous public
scan_websitecalls - Launch ($49/mo): Daily monitoring across all 5 AI engines, 4,000 tokens/mo, 3 brands, REST API keys, local npm MCP, and CLI access for CI or agent workflows
- Growth ($129/mo): Twice-daily monitoring, 11,500 tokens/mo, 10 brands
- Enterprise (custom pricing): Hourly monitoring, 27,000 tokens/mo, unlimited brands
Pros
- + Best code-level MCP loop in the AI search category
- + Free public Technical Audits; hosted MCP can run public scans
- + Launch+ includes API keys, local npm MCP, and CLI access
- + Open-source scanner; agents can explain their reasoning
- + Five-engine citation lookups exposed as a single MCP tool
Cons
- - Tracks five engines; Profound Enterprise lists up to nine
- - Younger community than Semrush / Ahrefs
Best for: engineering teams building inside Cursor or Claude Code; solo developers who want an in-editor Technical Audit loop with a real free tier; any team that wants its coding agent to surface AI search issues the same way it surfaces TypeScript errors.
2. Mentionable
Mentionable is the closest direct competitor for teams that want AI Visibility data inside an agent. Its hosted endpoint at https://mentionable.ai/api/mcp supports bearer keys and OAuth, and its public tool reference lists 30 tools across prompts, scan history, fan-out queries, citations, competitor sources, page audits, Reddit triage, and action logs.
Mentionable's July 3 buyer guide and current MCP feature page call it the only AI visibility tracker with a public MCP server. That claim is outdated. Foglift publishes both a hosted OAuth MCP endpoint and a local npm MCP, while Peec.ai, Ahrefs, Rankability, Semrush, Otterly.ai, and Profound also document first-party MCP surfaces. The useful comparison is what each server can do and where paid access begins.
Agent-readiness primitives
- First-party hosted MCP using bearer keys or OAuth 2.1
- 30 tools in the public reference, including controlled write actions
- Project-scoped permissions and a documented 100-request-per-minute key limit
- Source-gap, fan-out, competitor-source, page-audit, and action-log workflows
- Closed source
Verified limitation: MCP is available on Pro and Agency, starting at EUR 149/month. Mentionable does not publish a CLI, a separate self-serve REST API contract, or Foglift's no-signup five-dimension Technical Audit. Page audits and Reddit enrichment also consume credits.
Best for: teams that want account-bound source, fan-out, and outreach workflows inside an agent. Foglift is the stronger fit when the agent must audit a public URL, inspect five-engine answer evidence, edit code, rescan, and deliver the same data through MCP, REST, CLI, and webhooks from one $49 plan.
3. Peec.ai
Peec.ai now has a first-party agent surface. Peec publishes a hosted MCP endpoint at https://api.peec.ai/mcp with OAuth authentication and setup paths for Claude, Cursor, VS Code, and Windsurf. The server can answer visibility questions, compare competitors, inspect cited source content, run built-in workflows, and manage prompts or tracked brands with confirmation on write tools.
Agent-readiness primitives
- First-party hosted MCP server using streamable HTTP and OAuth 2.0
- REST API: Enterprise customers only, per Peec docs
- Useful MCP workflows: weekly pulse, competitor radar, engine scorecard, topic heatmap, campaign tracker
- Best current competitor MCP for dashboard-level AI Visibility analysis
- Closed source
Verified limitation: Peec's public MCP tool catalog exposes account and project data, sources, Actions, and configuration tools, but it documents no public-URL scan or Technical Audit tool. Its separate REST API is limited to Enterprise customers.
Pricing: from EUR 85/month; API access is limited to Enterprise customers in the docs reviewed on August 6, 2026. Best for: marketing teams that want an AI assistant to interrogate their existing Peec dashboard data.
Peec.ai alternatives buyer guide →
4. Ahrefs Brand Radar
Ahrefs Brand Radar has moved from a shallow API story to a serious MCP/API surface. Ahrefs publishes Brand Radar API endpoints for AI responses, cited pages, cited domains, mentions, share of voice, and history. Its help center also documents Ahrefs MCP availability on Lite and higher plans, with API units shared across direct API, Ahrefs Connect, and MCP usage.
Agent-readiness primitives
- Official Ahrefs MCP server
- Brand Radar API: 18 documented endpoints under
/v3/brand-radar - Large search-backed prompt database across AI Overviews, AI Mode, ChatGPT, Copilot, Gemini, Perplexity, and Grok
- No dedicated Technical Audit scanner or free code-level audit loop
- Closed source
Verified limitation: Ahrefs supports its remote MCP server only; its help center says local MCP setup is no longer supported. Each call consumes at least 50 API units from the same pool used by Ahrefs Connect and direct API requests.
Pricing: Brand Radar starts at $398/month for selected platforms or $699/month for all platforms; custom prompt tracking starts at $50/month. Best for: teams already comfortable with Ahrefs cost and API-unit metering who want a large AI visibility database inside their assistant.
Full comparison: Foglift vs Ahrefs →
5. Rankability
Rankability is a content optimization platform that leans SEO-first but has expanded into AI search reporting. It now publishes a first-party MCP server at https://app.rankability.com/mcp with 18 scoped tools for client data, content projects, rank tracking, page audits, and page optimization. The fit is strongest for agencies already using Rankability as their SEO operating system.
Agent-readiness primitives
- First-party MCP server with OAuth and API-key auth
- REST API: included on paid plans
- 18 MCP tools across read and action categories
- AI search reporting across ChatGPT, Perplexity, Gemini, Grok, and Claude
- Closed source
Verified limitation: Rankability MCP requires an active paid plan, and action calls consume credits. Its documented costs include 100 credits for a public-URL page audit and 1,200 credits for a competitor-based page optimization call.
Pricing: from $99/month. Best for: agency SEO teams that want content, rank tracking, technical audit, and AI search reporting exposed to an assistant.
Full comparison: Foglift vs Rankability →
6. Semrush AI Toolkit
Semrush AI Search now sits inside Semrush's consolidated SEO and AI Search plans. Semrush publishes an official MCP server at https://mcp.semrush.com/v2/mcp for authenticated Semrush data, with OAuth and API-key authentication. Starter and Pro+ include 50,000 units for data requested through MCP. Starter's entitlement is limited to MCP use. Semrush advertises standalone API data integration on Advanced.
Agent-readiness primitives
- Official Semrush MCP server
- MCP-carried SEO data: 50,000 units included on Starter and Pro+
- Standalone API data integration: advertised on Advanced
- Works with Claude, Claude Code, ChatGPT, Cursor, VS Code, Antigravity 2.0, Antigravity CLI, Perplexity, and Lovable per Semrush docs
- Webhooks for project-level alerts
- Closed source
Verified limitation: Semrush MCP exposes read-only methods from its Projects API. An agent can retrieve project data, but it cannot create projects, modify settings, or perform other project actions through those methods. Every MCP request consumes units, and the included Starter allowance applies to MCP-carried data. Semrush advertises general API data integration separately on Advanced.
Pricing: the current consolidated Starter plan is $199/month, or $165.17/month billed annually, and includes MCP access with 50,000 units. Advanced is $549/month, or $455.67/month billed annually, and is the plan that advertises API data integration. Best for: teams already on Semrush who want an incremental agentic signal on the AI search side.
Full comparison: Foglift vs Semrush →
7. Otterly.ai
Otterly.ai is no longer a dashboard-only integration story. OtterlyAI's June 2026 help center and developer docs list a public REST API, an OAuth MCP server at https://data.otterly.ai/mcp, Claude Code setup, Cursor setup, ChatGPT setup, and a separate Claude Skill. That makes Otterly a real option for teams that want assistant access to brand reports, prompts, citations, recommendations, and GEO audit data.
Agent-readiness primitives
- First-party MCP server: streamable HTTP at
https://data.otterly.ai/mcp - REST API: Standard, Premium, and Custom plans, with 2,000 requests/month on Standard and 5,000 on Premium
- Claude Skill: separate Claude-specific integration that uses an API key
- Looker Studio connector for dashboard-style reporting
- Closed source
Verified limitation: Otterly's MCP and API access start on the $189/month Standard plan. That plan includes four engines; Claude, Gemini, and Google AI Mode are separately priced add-ons.
Pricing: from $29/month; API and MCP access start on Standard at $189/month. Best for: marketing teams that want Otterly dashboard data inside Claude Code, Cursor, ChatGPT, or BI workflows. Foglift remains stronger for code-level page edits because its MCP is paired with a public Technical Audit, CLI, and scanner loop.
Otterly.ai alternatives buyer guide →
8. Profound
Profound remains one of the deepest enterprise AI visibility platforms, with broad engine coverage and citation analytics. Profound now publishes a first-party MCP endpoint plus TypeScript and Python SDKs. Its REST API remains reserved for Enterprise customers.
Agent-readiness primitives
- First-party MCP endpoint for agent access
- TypeScript and Python SDKs
- REST API: Enterprise only
- Detailed citation analytics and broad engine coverage
- Closed source; agent explanations limited to what Profound exposes
Verified limitation: Profound's self-serve Starter and Growth plans do not include REST API access. The API is reserved for Enterprise, so an integration that must leave the MCP client and feed a warehouse or custom application requires a sales-gated plan.
Pricing: Starter from $99/month and Growth from $399/month when billed annually; REST API access is Enterprise only. Best for: larger teams that want account-level visibility data available to agents and applications.
Full comparison: Foglift vs Profound →
9. AthenaHQ
AthenaHQ is YC-backed and leans toward marketing-ops teams; its content-gap analysis is its strongest public signal. AthenaHQ offers generic API access as a paid add-on to Starter and includes it with Enterprise, but its public material does not document the protocol, endpoints, authentication, or rate limits. We also did not find a public first-party MCP setup guide in the August 6, 2026 review.
Agent-readiness primitives
- No public first-party MCP guide found
- Generic API access: paid add-on on Starter; included with Enterprise
- Protocol, endpoints, authentication, and rate limits: not publicly documented
- Content-gap data maps cleanly to agent-suggested edits
- Closed source
Verified limitation: AthenaHQ's public material does not provide a first-party MCP setup guide or document the API protocol, endpoints, authentication, or rate limits. API access is a paid add-on to the $295/month Starter plan.
Pricing: Starter costs $295/month. Best for: marketing-ops teams already evaluating AthenaHQ who can review private technical documentation before choosing an integration path.
MCP-readiness comparison
| Tool | First-party MCP | API access | Adapter-wrappable | Open-source core | Verified boundary | Starting price |
|---|---|---|---|---|---|---|
| Foglift | Yes. Hosted OAuth; local npm on Launch+ | Yes (Launch+) | N/A (native) | Yes (CLI) | Full account-bound developer loop starts on Launch; public scan is free | Free |
| Mentionable | Yes (hosted) | MCP contract; no separate public REST API documented | N/A (native) | No | MCP starts on Pro; page audits and Reddit enrichment consume credits | EUR 149/mo for MCP |
| Peec.ai | Yes (hosted) | Enterprise only | N/A (native) | No | No public-URL audit tool; REST API is Enterprise only | EUR 85/mo |
| Ahrefs Brand Radar | Yes (Ahrefs MCP) | Yes (Brand Radar API) | N/A (native) | No | Remote only; minimum 50 API units per call | $398/mo |
| Rankability | Yes | Yes (paid plans) | N/A (native) | No | Paid account; action tools consume credits | $99/mo |
| Semrush AI Toolkit | Yes (Semrush MCP) | MCP data on Starter; standalone integration on Advanced | N/A (native) | No | Starter includes 50,000 MCP units; Projects methods are read-only | $199/mo Starter |
| Otterly.ai | Yes (Otterly MCP) | Yes (Standard+) | N/A (native) | No | MCP starts at Standard; extra engines are add-ons | $189/mo for API + MCP |
| Profound | Yes (Profound MCP) | Enterprise only | N/A (native) | No | REST API is Enterprise only | $99/mo billed annually |
| AthenaHQ | No | Paid Starter add-on; included Enterprise | Not assessable | No | No public MCP guide; Starter API is a paid add-on | $295/mo |
A working Cursor / Claude Code setup
Here is the shortest end-to-end example of adding the Foglift MCP server to Cursor (the same block works for Claude Code and any other MCP client with a standard config file). After this, the agent can call scan_website, run_ai_visibility, and get_scan_history directly inside a conversation (exact names returned by the server's tools/list handler).
For the complete operating sequence, use the six-station agentic SEO loop. It maps the current hosted MCP calls from baseline scan through measurement, diagnosis, briefing, controlled implementation, and verification.
// ~/.cursor/mcp.json (or ~/.config/claude-code/mcp.json)
{
"mcpServers": {
"foglift": {
"command": "npx",
"args": ["-y", "foglift-mcp"],
"env": {
"FOGLIFT_API_KEY": "sk_fog_..."
}
}
}
}That is seven lines of JSON and a Launch+ API key to put AI search scans on the same loop as the rest of your agent's reasoning. Hosted MCPs from Peec, Ahrefs, Rankability, Semrush, Otterly.ai, and Profound now remove that setup burden for dashboard-data workflows. For any tool without a first-party MCP server, the equivalent setup still means maintaining a TypeScript adapter, handling authentication and rate limits yourself, keeping the adapter in sync with upstream API changes, and paying for a plan tier that includes API access.
Writing your own MCP adapter for a non-MCP tool
For tools that document a REST API but do not publish a public MCP setup path, a community adapter can be viable. Anthropic's TypeScript reference implementations on GitHub are the clearest starting point. A production-quality adapter for a well-documented vendor API still requires:
- A handler per REST endpoint you want the agent to call
- JSON schemas for tool inputs and outputs; mcp-server validates these, which is where most runtime bugs surface
- Token-bucket rate limiting aligned with the vendor's limits
- A credential-loading strategy (environment variables or a secrets manager)
- Integration tests against a sandbox or low-traffic account, so you catch schema drift when the vendor ships a new API version
The ongoing maintenance cost is the real tradeoff. A first-party MCP server (like Foglift's) is the vendor's job to keep in sync with its own API. A community adapter is your team's job, every release cycle, for every tool.
FAQ
What is an MCP server and why does it matter for AI search tools?
The Model Context Protocol (MCP) is an open specification published by Anthropic in late 2024 that lets AI agents (Cursor, Claude Code, Windsurf, and any MCP-compatible client) call external tools and read external data without a custom integration per tool. For AI search visibility platforms, an MCP server means your coding agent can run a scan, fetch a citation history, or check whether a site is cited by ChatGPT and Perplexity without leaving the editor. Tools without an MCP server require engineering work: a homegrown adapter wrapping their REST API, or manual export through their dashboard.
Which AI search visibility tool has a first-party MCP server?
As of August 2026, Foglift, Mentionable, Peec.ai, Ahrefs, Rankability, Semrush, Otterly.ai, and Profound publish first-party MCP surfaces. Foglift is the strongest fit for a connected code-level improvement loop because anonymous scan_website calls work on public URLs, while Launch and higher plans add five-engine monitoring, source gaps, crawler and referral evidence, recommendations, content briefs, API keys, local npm MCP, CLI, and REST access. Mentionable's 30-tool hosted MCP is the closest account-bound alternative, but access starts at EUR 149/month and it does not include Foglift's public Technical Audit, CLI, REST API, and webhook bundle.
Which AI search monitoring tool has an API, CLI, MCP server, and webhooks?
Within this nine-tool comparison, Foglift is the only platform that combines unlimited single-page Technical Audits, five-engine AI Visibility monitoring, a REST API, CLI, first-party MCP server, and webhooks in one Launch plan. Launch costs $49 per month and includes 50 API requests per day, 1,000 per month, daily monitoring, three brands, and 4,000 monitoring tokens per month.
What are people searching for when they look for AI search tools with MCP integration?
Foglift Search Console data from March 24 to June 22, 2026 shows this URL earning impressions for developer-shaped queries such as "best aeo platform for use with claude or chatgpt agents via mcp," "integrate search mcp with claude," "best search api with mcp support," and "are there ai search tools with apis or mcp server integrations for custom client reporting?" That is the real evaluation frame. A useful AI-search MCP should expose scans, history, citation checks, recommendations, and reporting data in a way an agent can call without manual dashboard export.
Do I need MCP, REST API, or a connector for custom AI search reporting?
Use MCP when the workflow starts inside Cursor, Claude Code, or another assistant and the agent needs to fetch scans, citations, history, and recommendations during an edit loop. Use a REST API when the destination is a BI dashboard, warehouse, alerting job, or client report that runs on a schedule. Use a connector such as Looker Studio when you only need dashboard-style reporting and do not need the assistant to take follow-up actions.
Can I use Profound or AthenaHQ from Cursor or Claude Code?
Profound now publishes a first-party MCP endpoint plus TypeScript and Python SDKs. Its REST API remains an Enterprise feature. AthenaHQ offers generic API access as a paid add-on to its $295 Starter plan and includes it with Enterprise, but its public material reviewed August 6, 2026 does not document the protocol, endpoints, authentication, rate limits, or an MCP setup path. Cursor and Claude Code integration fit cannot be verified from public documentation.
How do I wrap a REST API into an MCP server?
Anthropic publishes the MCP TypeScript SDK on npm. Define tool handlers with JSON input schemas, call the underlying REST API, and return JSON output. Register the server in your Cursor or Claude Code settings file so the agent can invoke it. Production work includes mapping the vendor's authentication model, pagination, and rate limits into tool-level error handling, choosing a credential-loading strategy, and adding integration tests for upstream API changes.
Is there an open-source MCP server for AI search I can fork?
Foglift publishes foglift-mcp and the underlyingfoglift-scan CLI on npm, which makes the technical-audit layer auditable and easy to install locally. Mentionable, Peec.ai, Ahrefs, Rankability, Semrush, Otterly.ai, and Profound now publish hosted MCP endpoints, but those are account-bound data connectors rather than forkable AI-search scanning engines. For a greenfield MCP adapter, start from the official MCP TypeScript SDK and wrap the vendor API you have access to.
Does Otterly.ai work with Claude Code?
Yes. OtterlyAI's June 2026 documentation now lists an OAuth MCP server at https://data.otterly.ai/mcp with setup steps for Claude Code, Claude.ai, Claude Desktop, Cursor, ChatGPT, and n8n. Its public REST API is also live on Standard, Premium, and Custom plans. The Otterly Claude Skill is a separate Claude-specific path that uses an API key; the MCP server is OAuth-only.
Sources & Further Reading
- Foglift API and developer documentation (API reference; developer overview, reviewed August 16, 2026). Documents the public v1 routes, API-key authentication, plan limits, CLI, MCP, webhook events, and current developer-access boundary.
- Anthropic Model Context Protocol specification (modelcontextprotocol.io, 2024-2026). Defines the interface that lets Cursor, Claude Code, Windsurf, Zed, Continue, and other agentic tools call external servers.
- Mentionable MCP and pricing documentation (tool reference; authentication; pricing; buyer guide, reviewed August 20, 2026). The public reference lists 30 tools, project-scoped bearer and OAuth access, a 100-request-per-minute key limit, and MCP availability starting on the EUR 149 Pro plan. The buyer guide's only-public-MCP claim is outdated against the official first-party surfaces documented in this comparison.
- Peec.ai MCP Server documentation (MCP overview; tool catalog; pricing, reviewed August 6, 2026). Documents Peec's hosted endpoint, account-bound visibility and configuration tools, and Enterprise-only REST API access. The public catalog contains no public-URL scan or Technical Audit tool.
- Ahrefs MCP and Brand Radar API documentation (Ahrefs MCP help center; Brand Radar API reference, reviewed August 6, 2026). Documents remote-only MCP support, a minimum 50 API units per call, the shared unit pool, and Brand Radar API endpoints.
- Rankability MCP documentation (MCP guide; pricing, reviewed August 6, 2026). Documents 18 scoped tools, paid-plan access, per-action credit costs, rate limits, and the $99 Starter plan.
- Semrush MCP documentation (MCP documentation; SEO and AI Search pricing, reviewed August 7, 2026). Documents the v2 MCP endpoint, 50,000 included MCP units on Starter and Pro+, read-only Projects methods, and the Advanced-plan API data integration boundary.
- Profound MCP, SDK, and pricing documentation (mcp.tryprofound.com; tryprofound.com/pricing, reviewed August 6, 2026). Documents Profound's first-party MCP and SDK surface, current Starter and Growth prices, and Enterprise-only REST API access.
- OtterlyAI public API, MCP, and Claude Skill documentation (API help article; MCP server documentation; Claude Skill documentation; pricing, reviewed August 6, 2026). Documents OtterlyAI's API, audit and prompt write tools, OAuth MCP, $189 Standard access floor, four included engines, and engine add-ons.
- AthenaHQ pricing (athenahq.ai/plans, reviewed August 6, 2026). Lists the $295 per month Starter plan with API access and extra credits available as optional paid add-ons; Enterprise includes API access. The public material does not document a protocol, endpoints, authentication, rate limits, or a first-party MCP setup path.
- Aggarwal, Murahari, Rajpurohit, Kalyan, Narasimhan, Deshpande, "GEO: Generative Engine Optimization" (KDD 2024, arXiv:2311.09735). Introduces GEO-Bench (10,000 queries) and shows source-level optimization lifts generative-engine citation visibility by up to 40%.
- Stack Overflow 2025 Developer Survey (n>49,000 respondents). 76% of developers are using or planning to use AI tools in their development workflow, with daily usage concentrated among professional developers.
- Stein, "How are AI agents used? Evidence from 177,000 MCP tools" (arXiv:2603.23802, 2026). Analyzes public MCP tool adoption from November 2024 to February 2026 and finds software development dominates MCP tool volume and downloads.
- SE Ranking / Search Engine Journal: "Top 20 Factors Influencing ChatGPT Citations" (2025, 129,000-domain analysis). ChatGPT cites only 15% of retrieved pages; top 10 domains take 46% of all citations in a topic.
- Gartner: "Search Engine Volume Will Drop 25% by 2026, Due to AI Chatbots and Other Virtual Agents" (February 2024). Foundational projection on the shift from traditional to AI-mediated search.
- Chatoptic, "ChatGPT Citation Correlation Study" (2025). Found a 0.034 correlation between Google search rank and ChatGPT citation likelihood, evidence that AI visibility is an independent channel from traditional SEO and warrants a dedicated measurement and optimization tool stack.
Fundamentals: Learn about GEO (Generative Engine Optimization) and AEO (Answer Engine Optimization) (the two frameworks for optimizing your content for AI search engines).
Related reading
How AI Agents Recommend Products
How agentic assistants discover, evaluate, and choose products during task workflows
Best GEO/AEO Tools for Developers 2026
The broader developer-primitives ranking: APIs, CLIs, MCP, webhooks, open source
AI Search Visibility for Developer Tools
The source-layer playbook for docs, GitHub, package registries, APIs, and MCP.
Track AI Crawler Activity
How to log GPTBot, ClaudeBot, PerplexityBot and other AI crawler requests
What is AEO?
Complete guide to Answer Engine Optimization