Searcher OS
AI agent access to your Searcher OS deal feed, pipeline, buy boxes, CIM analysis, and broker CRM.
Install
mcp_config.json
{
"mcpServers": {
"ai-searcheros-searcher-os": {
"url": "https://searcheros.ai/api/mcp/mcp",
"type": "streamable-http"
}
}
}Documentation
Searcher OS — MCP Server
Connect your AI agent to Searcher OS, the operating system for acquisition entrepreneurs sourcing and buying small to mid-sized businesses.
This 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.
Listed in the Official MCP Registry as ai.searcheros/searcher-os.
Connection
| Streamable HTTP | https://searcheros.ai/api/mcp/mcp |
| SSE | https://searcheros.ai/api/mcp/sse |
| Auth | OAuth 2.1 (preferred) or Bearer API key |
| Discovery | https://searcheros.ai/.well-known/mcp.json |
Note the doubled path segment on the Streamable HTTP endpoint. It is
/api/mcp/mcp, not/api/mcp— the latter returns 404.
OAuth (recommended)
Most 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.
{
"mcpServers": {
"searcher-os": {
"url": "https://searcheros.ai/api/mcp/mcp"
}
}
}
API key
For headless clients that don't implement the OAuth flow. Generate a key under Settings → LLM Connect → Advanced: API Key.
{
"mcpServers": {
"searcher-os": {
"url": "https://searcheros.ai/api/mcp/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
Treat the key like a password — it carries the same access to your pipeline that you have.
Tools
37 tools across 11 categories.
| Category | Tools | What it covers |
|---|---|---|
| Context | 2 | Connectivity check plus profile, buy boxes, pipeline summary, feed stats |
| Pipeline | 8 | View, create, update, move, and kill deals |
| Feed | 5 | Search deals, count, statistics, save, dismiss |
| Buy Box | 1 | List acquisition criteria (price, industry, location) |
| Inbox | 4 | List, view, link, and ignore inbound broker email |
| Broker CRM | 4 | List, view, create brokers; log interactions |
| CIM Analysis | 4 | List, view analysis, search CIM documents, append supplementary financials |
| Confirmation | 4 | List pending, check status, resolve, auto-approve settings |
| Calculator | 1 | SBA 7(a) loan modeling with DSCR |
| Tasks | 2 | List and update deal tasks |
| Deal Documents | 2 | Mint upload URLs and register documents against a deal |
Write operations that meaningfully change your pipeline route through a confirmation step rather than executing silently. You can tune this under auto-approve settings.
Requirements
- A Searcher OS account on the Searcher or Deal Team plan
- Rate limit: 100 requests/minute
New accounts start with a 7-day free trial.
Example prompts
Once connected, talk to your pipeline in plain language:
- "What's in my pipeline at the LOI stage, and which deals have gone stale?"
- "Find manufacturing businesses in Texas under $3M with SDE above $400K."
- "Summarize the CIM for the HVAC deal and flag anything odd in the add-backs."
- "Run the numbers on a $2.4M purchase at 10% down and tell me the DSCR."
- "Move Riverside Plumbing to Due Diligence and log that I spoke with the broker."
Links
Support
Connection problems, access questions, or bug reports: support@searcheros.ai, or open an issue here.
Searcher 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.
Sourced from the repository README.
More in Design & UX
- Stitch MCP ServerGenerates high-fidelity UI designs, screen variants, and design systems from text descriptions directly into production apps.3,400
- Design ExtractExtract any website's complete design system with one command. DTCG tokens, semantic+primitive+composite, MCP server for Claude Code/Cursor/Windsurf, multi-platform emitters (iOS SwiftUI, Android Compose, Flutter, WordPress), Tailwind v4, Figma variables, shadcn/ui, CSS health audit, WCAG remediation, Chrome extension. MIT, Playwright, Node 20+.3,367
- Impeccable UIMaster frontend design skill for crafting extraordinary, high-performance UI components, layout systems, design tokens, micro-animations, and visual polish.3,200
- Figma MCP ServerThe Figma MCP server brings Figma design context directly into your AI workflow.1,919
- Design IntentCaptures and translates product specifications into clean, implementable visual design tokens, component architecture, and design system contracts.1,840
- docs-mcpRemote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.117