bizmachine-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bizmachine-mcpWhat's the profile of Alza.cz?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
bizmachine-mcp
MCP server for BizMachine — Czech and Slovak company data API. Look up revenue, employees, financials, contacts, risk signals, engagement scores, ownership, NACE classification and more for any Czech or Slovak company by name, domain, or ICO.
Tools
Search & core
Tool | Description |
| Search companies by name or domain → ICO |
| Get full raw aggregated data by ICO |
| Smart lookup: name/domain → best match → structured data with revenue |
| Batch lookup for multiple companies |
Company profile & areas
Every tool below accepts either an ico or a query (name/domain, auto-resolved CZ→SK):
Tool | Description |
| Rich connector-style profile: identity, address, classification, size, financials, scores, contacts, risk, signal counts — in one call |
| Phone, email, website, LinkedIn, Facebook, Twitter |
| Revenue, growth, EBIT, EBITDA, margins, assets, registered capital, personnel cost, exporter/importer |
| Risk signals (insolvency, liquidation, executions, tax arrears) + health status |
| All available BizMachine metrics, normalized |
| Engagement scores (activity, growth, reachability) with top weighted drivers |
| NACE industry classification (primary + secondary) |
| Subsidiaries / held stakes (downward ownership graph) |
Related MCP server: B2Bhint MCP Server
Setup
1. Get API Key
Sign up at bizmachine.com and get your API key.
2. Install
git clone https://github.com/davidsimoes/bizmachine-mcp.git
cd bizmachine-mcp
npm install3. Configure Claude Code
Add to your ~/.claude/settings.local.json:
{
"mcpServers": {
"bizmachine": {
"command": "node",
"args": ["/path/to/bizmachine-mcp/index.mjs"],
"env": {
"BIZMACHINE_API_KEY": "your_key"
}
}
}
}Usage
Once registered, Claude gets these tools automatically:
# Quick lookup by domain or name
mcp__bizmachine__lookup("mixit.cz")
mcp__bizmachine__lookup("Košík")
# Batch lookup
mcp__bizmachine__bulk_lookup(["alza.cz", "rohlik.cz", "mixit.cz"])
# Rich, connector-style profile (by name/domain or ICO)
mcp__bizmachine__profile({ query: "alza.cz" })
mcp__bizmachine__profile({ ico: "27082440" })
# Focused areas (each accepts ico OR query)
mcp__bizmachine__contacts({ query: "alza.cz" }) # incl. LinkedIn
mcp__bizmachine__financials({ ico: "27082440" })
mcp__bizmachine__risks({ query: "Sberbank" }) # liquidation, insolvency…
mcp__bizmachine__indicators({ query: "rohlik.cz" }) # engagement scores
mcp__bizmachine__nace({ ico: "24836451" })
mcp__bizmachine__owned_companies({ ico: "27082440" })
mcp__bizmachine__metrics({ query: "mixit.cz" })
# Raw search / full data
mcp__bizmachine__suggest("alza")
mcp__bizmachine__company("27082440")Features
Smart domain matching: When given a domain, queries the API and matches results by website URL, then falls back to name matching
One composite call:
profileand the area tools all read BizMachine'saggregated-dataendpoint, so a single fetch (cached) powers identity, financials, contacts, risk, scores and classificationRevenue extraction: Handles both exact values and range estimates (midpoint)
Name normalization: Strips Czech legal suffixes (s.r.o., a.s., etc.) and diacritics for fuzzy matching
CZ + SK with auto-fallback: Query tools try the Czech database first, then Slovak
30-day file cache: Results cached in
~/.cache/bizmachine/to avoid redundant API callsRate limiting: 150ms between API calls
API plan tiers
The data each tool can return depends on your BizMachine API plan. The tools above are built on the endpoints available to a standard data key (suggest, aggregated-data, indicators, owned-companies). Some BizMachine datasets — detailed financial statements (line items), individual vehicle/fleet records, public-tender and job-posting listings, subsidies, and individual-person contacts — require a higher plan tier and are exposed by BizMachine as separate endpoints. Where only summary/count-level data is available on the standard tier (e.g. fleet size, open-job count, e-shop count), it is surfaced via metrics and profile.signals.
Development
Pure data-shaping logic lives in lib/extract.mjs (no I/O), the API client in
lib/api.mjs, and MCP wiring in index.mjs. Run the unit tests (no API key
needed — they exercise the pure helpers):
npm testLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides access to the Czech ARES business registry API, enabling search and retrieval of official information about Czech companies, validation of IČO numbers, and filtering by various criteria like legal form, industry codes, and location.Last updated2MIT
- AlicenseBqualityDmaintenanceEnables access to B2Bhint API for searching and retrieving company and person information, including company details, financial reports, and contact data across multiple countries.Last updated5MIT
- AlicenseAqualityCmaintenanceStructured business intelligence for AI agents. 5.5M verified entities across 34 countries, 40.3M BORME mercantile acts, EU VAT validation, GLEIF, healthcare registries. 20 tools.Last updated61MIT
- AlicenseAqualityBmaintenanceMCP servers for Czech government & business data: ARES (Business Register) + ČNB (FX rates). Native AI access to company lookups, VAT status, bank accounts, currency conversion.Last updated94MIT
Related MCP Connectors
Czech & EU due diligence in one call — facts, insolvency, sanctions, VAT, risk score, UBO chain.
Company, KYB, VAT, sanctions, LEI and address data for 15 EU countries.
Free — no API key required. Enrich by domain or name. Country, contacts, social profiles.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidsimoes/bizmachine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server