Connect your AI
Connect OpenClaw to your search.
OpenClaw manages the whole lifecycle from its CLI: register, sign in, probe, and later log out — each one command.
Browser sign-in #
OpenClaw stores and refreshes the token for you, and can hand it back with one command.
- Register the server and tell OpenClaw to sign in rather than use a key:
openclaw mcp add solosearcher \ --url https://app.solosearcher.com/mcp \ --transport streamable-http \ --auth oauth
- Start the sign-in flow:
openclaw mcp login solosearcher
- Your browser opens SoloSearcher. Sign in, then choose what OpenClaw is allowed to do — read-only or read-and-write.
- Confirm the connection and see which tools arrived:
openclaw mcp probe solosearcher
openclaw mcp logout solosearcher clears the token but keeps the server. Revoking in SoloSearcher does the same from this side, immediately.
API key #
For a gateway or a headless host where no browser can complete the sign-in.
- Create an API key in Settings → API Keys and copy it right away — it is shown once.
- Register the server with your key in place of YOUR_API_KEY:
openclaw mcp add solosearcher \ --url https://app.solosearcher.com/mcp \ --transport streamable-http \ --header "Authorization: Bearer YOUR_API_KEY"
- Confirm the connection and see which tools arrived:
openclaw mcp probe solosearcher
That writes the key into ~/.openclaw/openclaw.json, so treat the file like a password store.
Choose what OpenClaw can do #
Every connection is scoped when you approve it. Read-only lets OpenClaw search and read your companies, notes, contacts, and financials. Read-and-write also lets it save its work — finished reports, notes, and updates land on the company record instead of staying in the chat.
A read-only connection can still run any skill; it returns the analysis to you in the conversation rather than storing it. You can revoke access at any time, and every request is recorded in the product audit trail.
First thing to try #
Confirm the connection is live by asking OpenClaw:
List the SoloSearcher tools you can use, then show me the companies I am tracking.
Then put it to work: ask it to run one of the built-in diligence skills — valuation, earnings quality, owner assessment — against a company you're tracking.
Read more #
Signed in? The same steps live at Settings → Connections alongside your live connection status. See API keys & access for key mechanics, or head back to Connect your AI for the other tools.