{
  "markdown": "# Searcher OS — MCP Server\n\nConnect your AI agent to [Searcher OS](https://searcheros.ai), the operating system for acquisition entrepreneurs sourcing and buying small to mid-sized businesses.\n\nThis is a **remote, hosted MCP server**. There is nothing to install or self-host — you point your MCP client at a URL and authenticate. This repository contains the published server manifest and connection documentation; the server itself is a managed service.\n\nListed in the [Official MCP Registry](https://registry.modelcontextprotocol.io) as `ai.searcheros/searcher-os`.\n\n---\n\n## Connection\n\n| | |\n|---|---|\n| **Streamable HTTP** | `https://searcheros.ai/api/mcp/mcp` |\n| **SSE** | `https://searcheros.ai/api/mcp/sse` |\n| **Auth** | OAuth 2.1 (preferred) or Bearer API key |\n| **Discovery** | `https://searcheros.ai/.well-known/mcp.json` |\n\n> Note the doubled path segment on the Streamable HTTP endpoint. It is `/api/mcp/mcp`, not `/api/mcp` — the latter returns 404.\n\n### OAuth (recommended)\n\nMost clients discover everything they need on their own. Add the server URL and your client will walk you through browser-based sign-in and consent — no key to copy, and access is revocable from your account.\n\n```json\n{\n  \"mcpServers\": {\n    \"searcher-os\": {\n      \"url\": \"https://searcheros.ai/api/mcp/mcp\"\n    }\n  }\n}\n```\n\n### API key\n\nFor headless clients that don't implement the OAuth flow. Generate a key under **Settings → LLM Connect → Advanced: API Key**.\n\n```json\n{\n  \"mcpServers\": {\n    \"searcher-os\": {\n      \"url\": \"https://searcheros.ai/api/mcp/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_API_KEY\"\n      }\n    }\n  }\n}\n```\n\nTreat the key like a password — it carries the same access to your pipeline that you have.\n\n---\n\n## Tools\n\n37 tools across 11 categories.\n\n| Category | Tools | What it covers |\n|---|---:|---|\n| Context | 2 | Connectivity check plus profile, buy boxes, pipeline summary, feed stats |\n| Pipeline | 8 | View, create, update, move, and kill deals |\n| Feed | 5 | Search deals, count, statistics, save, dismiss |\n| Buy Box | 1 | List acquisition criteria (price, industry, location) |\n| Inbox | 4 | List, view, link, and ignore inbound broker email |\n| Broker CRM | 4 | List, view, create brokers; log interactions |\n| CIM Analysis | 4 | List, view analysis, search CIM documents, append supplementary financials |\n| Confirmation | 4 | List pending, check status, resolve, auto-approve settings |\n| Calculator | 1 | SBA 7(a) loan modeling with DSCR |\n| Tasks | 2 | List and update deal tasks |\n| Deal Documents | 2 | Mint upload URLs and register documents against a deal |\n\nWrite operations that meaningfully change your pipeline route through a **confirmation step** rather than executing silently. You can tune this under auto-approve settings.\n\n---\n\n## Requirements\n\n- A Searcher OS account on the **Searcher** or **Deal Team** plan\n- Rate limit: 100 requests/minute\n\nNew accounts start with a 7-day free trial.\n\n---\n\n## Example prompts\n\nOnce connected, talk to your pipeline in plain language:\n\n- *\"What's in my pipeline at the LOI stage, and which deals have gone stale?\"*\n- *\"Find manufacturing businesses in Texas under $3M with SDE above $400K.\"*\n- *\"Summarize the CIM for the HVAC deal and flag anything odd in the add-backs.\"*\n- *\"Run the numbers on a $2.4M purchase at 10% down and tell me the DSCR.\"*\n- *\"Move Riverside Plumbing to Due Diligence and log that I spoke with the broker.\"*\n\n---\n\n## Links\n\n- [Searcher OS](https://searcheros.ai)\n- [Connection help](https://searcheros.ai/help/mcp-connection)\n- [LLM Connect settings](https://searcheros.ai/settings/llm-connect)\n- [Registry entry](https://registry.modelcontextprotocol.io/v0.1/servers/ai.searcheros%2Fsearcher-os/versions/latest)\n- [What is MCP?](https://searcheros.ai/blog/what-is-mcp-model-context-protocol)\n\n## Support\n\nConnection problems, access questions, or bug reports: [support@searcheros.ai](mailto:support@searcheros.ai), or open an issue here.\n\n---\n\nSearcher OS is a commercial hosted service. This repository holds its public MCP manifest and documentation only; it is not the product source and carries no license to the service itself. Use of the server is governed by the [Searcher OS terms](https://searcheros.ai/terms).\n",
  "bytes": 4255,
  "sha": "bd2a1201c1265f592d6e5aba2d8bfca3649f7c9ed32d19084343ae89038fdf85",
  "repo_slug": "searcher-os/searcher-os-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_searcheros_searcher_os_587198a7/readme"
}