
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@czagents/ares
Advanced tools
MCP server for ARES (Czech Business Register) — company lookup by IČO, full-text search, history
Czech Business Register (ARES) lookup MCP server — company search and detail by IČO, DIČ, address, or NACE code.
npm install -g @czagents/ares
{
"mcpServers": {
"ares": {
"command": "npx",
"args": ["-y", "@czagents/ares"]
}
}
}
lookup_by_ico — full ARES record for one Czech company by IČO (name, address, legal form, DIČ, founding date, trade activities).search_companies — combined search by name, city, street, PSČ, and/or CZ-NACE codes.search_by_address — every company registered at a given Czech address (useful for virtual-office / shell-company checks).search_by_nace — companies by CZ-NACE activity code, optionally narrowed by city.get_bank_accounts — transparent bank accounts published for a VAT-registered subject.get_statutaries — current statutory body (jednatelé, představenstvo) — active members only.validate_dic — Czech DIČ format check + MOD11 checksum on the embedded IČO tail.check_vat_payer — VAT-payer status, DIČ, finanční úřad, transparent accounts.get_history — historical record (previous names, address changes, trade-license history).Example prompts:
Look up Czech company with IČO 12345678.
Find all companies with CZ-NACE 62 in Praha.
Source: https://github.com/martinhavel/cz-agents-mcp
git clone https://github.com/martinhavel/cz-agents-mcp
cd cz-agents-mcp
npm install
npm run build
node packages/ares/dist/index.js
ARES itself is a free public API. The hosted endpoint at https://ares.cz-agents.dev/mcp is rate-limited per IP. Higher limits and commercial use: https://cz-agents.dev/pricing
MIT — see LICENSE
FAQs
Czech & Slovak business registry — look up companies by IČO, search by name, check legal form, address, and VAT status. Direct from ARES (Czech Ministry of Finance), the official source. Fast, free, no reseller markup.
The npm package @czagents/ares receives a total of 223 weekly downloads. As such, @czagents/ares popularity was classified as not popular.
We found that @czagents/ares demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.