streamable-httpMITupdated 13d ago
Hosted MCP server for Are you found by AI?, the AI-visibility scanner built by Tech Horizon Labs. The product asks all seven answer engines (ChatGPT, Claude, Gemini, Perplexity, Grok, DeepSeek, Google AI Overviews) the questions a business's buyers actually type, keeps every answer verbatim, and re-measures weekly. This server gives the business owner's own AI live access to that measurement mid-conversation.
What can you do with found by ai monitor?
Are you found by AI? โ MCP server
Hosted MCP server for Are you found by AI?, the AI-visibility scanner built by Tech Horizon Labs. The product asks all seven answer engines (ChatGPT, Claude, Gemini, Perplexity, Grok, DeepSeek, Google AI Overviews) the questions a business's buyers actually type, keeps every answer verbatim, and re-measures weekly. This server gives the business owner's own AI live access to that measurement mid-conversation.
Try it now, no account
Add this URL to Claude, Cursor, or any MCP client as a remote server (Streamable HTTP):
https://areyoufoundbyai.com/mcp/demo
The demo is connected to our own live monitoring of areyoufoundbyai.com, so you are interrogating real production data. Ask your AI: "how visible is this business to AI, and what would you fix first?"
What your AI gets
Thirteen read tools over live measurements, plus one action on paid monitors:
get_visibilityโ AI Visibility and AI Readiness scores (0โ100) with trendget_question_trajectoriesโ question-by-question history across the enginesget_rivals/get_share_of_voiceโ who AI names instead of you, and how oftenget_mentionsโ new pages on the web that mention the businessget_fix_planโ the prioritised fix plan, in plain languageget_citation_sourcesโ the sources the engines actually citeget_post_briefโ a content-drafting brief built from verified dataget_ai_trafficโ AI-referred visitors measured on the business's own siteget_agent_viewโ what an AI agent's browser actually sees on the siteget_benchmarkโ the business against its category on our indexget_personasโ the buyer personas behind the tracked questionsget_contextโ the full weekly pack in one callrequest_rescanโ a capped live re-measure (paid monitors only; hidden on the demo)
Customers
Every Stay Found monitor gets its own endpoint at https://areyoufoundbyai.com/mcp/<token>,
and agency fleets get one connector for the whole network. Setup guide, including Claude and
Cursor one-click paths: areyoufoundbyai.com/guides/connect-your-ai
The measurement method is open source: techhorizonlabs/thl-open.
Registry manifest
server.json is the manifest for the official MCP registry.
Tech Horizon Labs ยท Noosa, Australia ยท hello@techhorizonlabs.com
Install
Add found by ai monitor to your client. Pick the one you use.
claude mcp add --transport http found-by-ai-monitor https://areyoufoundbyai.com/mcp/democodex mcp add found-by-ai-monitor --url https://areyoufoundbyai.com/mcp/demo{
"mcpServers": {
"found-by-ai-monitor": {
"url": "https://areyoufoundbyai.com/mcp/demo"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"found-by-ai-monitor": {
"type": "http",
"url": "https://areyoufoundbyai.com/mcp/demo"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"found-by-ai-monitor": {
"url": "https://areyoufoundbyai.com/mcp/demo"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"found-by-ai-monitor": {
"serverUrl": "https://areyoufoundbyai.com/mcp/demo"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 6 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.1.0Latest | Aug 26, 2026 |