Back to Discover

searcher-os-mcp

connector

Searcher-OS

AI agent access to your Searcher OS deal feed, pipeline, buy boxes, CIM analysis, and broker CRM.

View on GitHub
0 starsSynced Aug 7, 2026

Install to Claude Code

/plugin marketplace add Searcher-OS/searcher-os-mcp

README

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 HTTPhttps://searcheros.ai/api/mcp/mcp
SSEhttps://searcheros.ai/api/mcp/sse
AuthOAuth 2.1 (preferred) or Bearer API key
Discoveryhttps://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.

CategoryToolsWhat it covers
Context2Connectivity check plus profile, buy boxes, pipeline summary, feed stats
Pipeline8View, create, update, move, and kill deals
Feed5Search deals, count, statistics, save, dismiss
Buy Box1List acquisition criteria (price, industry, location)
Inbox4List, view, link, and ignore inbound broker email
Broker CRM4List, view, create brokers; log interactions
CIM Analysis4List, view analysis, search CIM documents, append supplementary financials
Confirmation4List pending, check status, resolve, auto-approve settings
Calculator1SBA 7(a) loan modeling with DSCR
Tasks2List and update deal tasks
Deal Documents2Mint 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.

Rendered live from Searcher-OS/searcher-os-mcp's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://searcheros.ai/api/mcp/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.