/

Results appear as you type. Use the up and down arrow keys to move through them and Enter to open one.

Using the MCP server with Claude and other AI clients

Point an AI client at your account and ask for a list in plain language. What the tools are, what they cost, and the guardrails.


The MCP server exposes search, filtering and export as tools an AI client can call. Point Claude, ChatGPT, Gemini or any MCP-compatible client at your account and ask for "dentists in Berlin with a website but no email" in ordinary language.

Like the REST API it sits alongside, the MCP server starts on Growth. It is not on Starter; it is included in the free trial, which has everything unlocked. It runs on the same credits, the same permissions and the same per-second rate limit as your account's REST key.

Connecting

  1. Create an API key in Account → Security → Access keys.
  2. Add the FindAndClose MCP server in your client's connector settings.
  3. Paste the key when asked. The exact wording of these screens differs per client; the current per-client instructions are in Account → Security, next to the key you just made.

Treat the key as a credential, not a setting

An MCP client holding your key can spend your credits. Give each client its own key so you can revoke one without breaking the others — rotating and revoking keys.

What the agent can do

ToolDoesCosts credits
Look up a country, region or cityResolves names to the ids a search needsNo
Look up business categoriesSearches the 4,000+ categoriesNo
SearchRuns a query and returns the count plus masked rowsNo
Create an exportQueues a job in your accountYes
Check an exportReports status and progressNo
Download an exportReturns the finished fileNo

Because searching is free, an agent can iterate — try a category, look at the count, try a broader one — without spending anything. Only the export step bills.

The guardrails

  • It runs on your credits and your permissions. An agent cannot spend more than you could. It can reach every country and category, because every plan can — the ceiling it cannot pass is your credit balance.
  • Search results are masked, to the agent as much as to you. It cannot read contact details out of a preview and paste them into a chat — why previews are masked.
  • Exports are visible. Everything an agent creates appears in Account → Exports with its name and credit cost, so you can see what it did.
  • Rate limits apply exactly as they do to the REST API.

Prompts that work well

  • "How many independent bookshops are there in each of the five largest Norwegian cities?" — free, several searches.
  • "Find dentists in Oslo with an email and at least 4 stars, tell me the count, and wait for me to confirm before exporting." — the confirmation step is worth asking for.
  • "Export that as CSV with only the name, email and phone column groups."

Prompts that work badly are the ones that skip the count: "export every restaurant in France" will do exactly that, and the credits are real.

If a tool call fails

The errors are the REST errors — 401 unauthenticated for a bad key, 403 forbidden when the account is on Starter and has no MCP access, or when the agent asked for an export format your plan does not include, 402 credits_exhausted when you are out. Most clients surface the message field verbatim. See rate limits and error codes.

Updated on:

Was this article helpful?

Related articles