search_companies

Pack: prh-fi · Endpoint: https://gateway.pipeworx.io/prh-fi/mcp

Search the Finnish business register (PRH / YTJ) by company name and/or filters. Results under {totalResults, companies:[…]}. Each company has businessId (Y-tunnus), names[], mainBusinessLine, companyForms[], addresses[], status. e.g. {name:“Nokia”} or {name:“Oy”, location:“Helsinki”, companyForm:“17”}. Use businessId here for an exact single-company lookup, or call get_company.

Parameters

NameTypeRequiredDescription
namestringnoCompany name search, e.g. “Nokia”.
locationstringnoRegistered municipality/city, e.g. “Helsinki”.
businessIdstringnoExact Finnish Y-tunnus, format NNNNNNN-N, e.g. “0112038-9”.
companyFormstringnoCompany form code, e.g. “17” (public limited company / Oyj), “16” (limited company / Oy).
mainBusinessLinestringnoMain business line code (TOL/NACE), e.g. “70100” (head office activities).
pagenumberno1-based page number (default 1).

Example call

curl -X POST https://gateway.pipeworx.io/prh-fi/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_companies","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "prh-fi": {
      "url": "https://gateway.pipeworx.io/prh-fi/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 1, 2026