- Home
- MCP servers
- Finnish Companies
Finnish Companies
- javascript
0
GitHub Stars
javascript
Language
1 month ago
First Indexed
3 weeks ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"robobobby-mcp-finnish-companies": {
"command": "npx",
"args": [
"-y",
"mcp-finnish-companies"
]
}
}
}You can access up-to-date Finnish company registry data through this MCP server, enabling fast searches, detailed lookups by Business ID, industry filtering, and monitoring recent registrations. It opens government open data (CC BY 4.0) data via MCP, so you can build powerful queries for business intelligence, compliance, or market research.
How to use
You interact with this MCP server through an MCP client or tooling that speaks the MCP protocol. You can search for companies by name, location,Business ID, company form, or industry. You can look up full details by entering a Finnish Business ID (Y-tunnus). You can filter by industry using TOL 2008 codes or text, and you can track recently registered companies to understand formation trends.
How to install
Prerequisites: ensure you have a modern Node.js environment with npm or npx available on your system.
Option A: Run via MCP command (recommended for quick access) you can start the MCP server using npx so you do not need to install dependencies locally.
{
"mcpServers": {
"finnish-companies": {
"command": "npx",
"args": ["-y", "mcp-finnish-companies"]
}
}
}
You can point your MCP client to this server URL once it is running in your environment.
##
## Available tools
### search\_companies
Search by name, location, Business ID, company form, industry, or postal code.
### company\_lookup
Detailed lookup by Finnish Business ID (Y-tunnus) with addresses, registers, and history.
### search\_by\_industry
Find companies by TOL 2008 industry classification.
### recent\_registrations
Track newly registered companies over a time period to observe trends.