@czagents/cnb

πŸ’° Finance & Fintech🟒 Verified Active
1 View
0 Installs

πŸ“‡ ☁️ 🏠 🍎 πŸͺŸ 🐧 - Czech National Bank (ČNB) daily FX rates: fetch official CZK exchange rates, convert between currencies, fetch historical rates. Cached 10 min to ease upstream load. npm @czagents/cnb or HTTP at cnb.cz-agents.dev/mcp.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "-czagents-cnb": {
      "command": "npx",
      "args": [
        "-y",
        "-czagents-cnb"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

cz-agents-mcp

CI License: MIT MCP Registry Glama

Model Context Protocol servers for Czech & EU due diligence and KYC/AML β€” company facts, insolvency (ISIR), EU + OFAC sanctions screening, VAT-payer reliability, phoenix & nominee-director detection, quantified risk score and statutory-chain (UBO) ownership analysis. Built on native access to ARES (company registry), ČNB (FX rates), ADIS (VAT-payer status) and 16 EU business registries (GB, SK, PL, NL, IT, AT, ES, BE, LT, DE, FR, NO, DK, FI, EE, SE).

Want a hosted, production-ready version? cz-agents.dev β€” managed API with a 14-day free trial (no credit card). Adds higher quotas, nominee detection, risk timeline, address crowding, watchlist monitoring, and a web compliance dashboard. Your self-hosted config keeps working after upgrade β€” same endpoints, same token format.

No-code web app

Don't want to wire an MCP client? The same data is available as a web application:

Landing page: cz-agents.dev Β· Listed in: official MCP Registry under DNS-verified namespace dev.cz-agents/*

Available servers

PackageSourceStatus
@czagents/aresARES β€” Czech Business Registerβœ… live
@czagents/cnbČNB β€” daily FX ratesβœ… live
@czagents/sanctionsEU + OFAC sanctions screening (KYC/AML)βœ… live
@czagents/isirISIR β€” Czech insolvency registerβœ… live
@czagents/adisADIS β€” unreliable VAT payer (nespolehlivΓ½ plΓ‘tce DPH) + transparent accountsβœ… live
@czagents/ddDue-diligence aggregator (ARES + sanctions + ISIR + ADIS + statutory chain)βœ… live
@czagents/realestateCzech distress real estate intelligence (ISIR sales + portΓ‘l draΕΎeb)βœ… live (v0.1)
@czagents/eu-registryEU business registries β€” 16 countries (GB, SK, PL, NL, IT, AT, ES, BE, LT, DE, FR, NO, DK, FI, EE, SE) via Companies House / ORSR / KRS / SIRENE / BRREG / CVR / PRH / RIK / Bolagsverket / VIES / GLEIFβœ… live
@czagents/payqrPayment QR codes (SPAYD / EPC-GiroCode) β€” bonus utilityβœ… live

Premium tier β€” closed source

ServerWhat it addsWhere
dev.cz-agents/ddplus8-indicator nominee director detection (cross-DB), phoenix recidiva, enriched risk timeline with AI narrative, recursive linked-entities risk analysis (depth 1-3), shell-firm address crowding with provider detection, daily watchlist monitoring with email digestHosted-only at ddplus.cz-agents.dev/mcp β€” see pricing

Quick start

Claude Desktop / Cursor (stdio)

{
  "mcpServers": {
    "ares":      { "command": "npx", "args": ["-y", "@czagents/ares"] },
    "cnb":       { "command": "npx", "args": ["-y", "@czagents/cnb"] },
    "sanctions": { "command": "npx", "args": ["-y", "@czagents/sanctions"], "env": { "SANCTIONS_DB": "/path/to/sanctions.db" } },
    "isir":      { "command": "npx", "args": ["-y", "@czagents/isir"], "env": { "ISIR_SOAP_ENABLED": "1" } },
    "adis":      { "command": "npx", "args": ["-y", "@czagents/adis"], "env": { "ADIS_SOAP_ENABLED": "1" } },
    "dd":          { "command": "npx", "args": ["-y", "@czagents/dd"], "env": { "SANCTIONS_DB": "/path/to/sanctions.db", "ADIS_SOAP_ENABLED": "1" } },
    "eu-registry": { "command": "npx", "args": ["-y", "@czagents/eu-registry"] },
    "payqr":       { "command": "npx", "args": ["-y", "@czagents/payqr"] },
    "realestate":  { "command": "npx", "args": ["-y", "@czagents/realestate"] }
  }
}

Remote / Streamable HTTP

{
  "mcpServers": {
    "ares":        { "url": "https://ares.cz-agents.dev/mcp" },
    "cnb":         { "url": "https://cnb.cz-agents.dev/mcp" },
    "sanctions":   { "url": "https://sanctions.cz-agents.dev/mcp" },
    "isir":        { "url": "https://isir.cz-agents.dev/mcp" },
    "adis":        { "url": "https://adis.cz-agents.dev/mcp" },
    "dd":          { "url": "https://dd.cz-agents.dev/mcp" },
    "eu-registry": { "url": "https://eu-registry.cz-agents.dev/mcp" },
    "payqr":       { "url": "https://payqr.cz-agents.dev/mcp" },
    "realestate":  { "url": "https://realestate.cz-agents.dev/mcp" }
  }
}

Tools

@czagents/ares (10 tools)

  • lookup_by_ico({ ico }) β€” full company record
  • search_companies({ query, city, street, psc, nace, pocet }) β€” combined search
  • search_by_address({ street, city, psc }) β€” all companies at an address
  • search_by_nace({ nace, city }) β€” by CZ-NACE activity code
  • get_statutaries({ ico }) β€” current statutory body (for due diligence)
  • validate_dic({ dic }) β€” DIČ format + MOD11 checksum
  • check_vat_payer({ ico }) β€” VAT registration + transparent accounts
  • get_bank_accounts({ ico }) β€” DPH-published accounts
  • get_history({ ico }) β€” previous names, address changes
  • watch_entity({ ico }) β€” start free monitoring onboarding for one company

@czagents/cnb (3 tools)

  • get_rates({ date? }) β€” full daily FX sheet
  • convert({ amount, from, to, date? }) β€” CZK-crossed conversion
  • get_rate({ code, date? }) β€” single currency rate

@czagents/sanctions (6 tools)

  • search_person({ name, dob?, nationality?, threshold? }) β€” fuzzy KYC screen against EU + OFAC
  • search_entity({ name, country?, threshold? }) β€” entity / company screen
  • check_ico({ ico, name? }) β€” direct lookup of a Czech IČO on sanctions lists
  • get_listing({ id }) β€” full record by ${source}:${id}
  • list_recent_updates({ since, source? }) β€” daily monitoring (added/removed/modified)
  • rescreen_portfolio({ subjects[], since, source? }) (paid; available when x402 is enabled) β€” re-screen your own subject list against sanctions-list changes

@czagents/isir (3 tools)

  • check_ico_insolvency({ ico }) β€” direct lookup of a Czech IČO in the insolvency register
  • search_person_insolvency({ ico?, rc?, dob?, firstname?, surname? }) β€” find a person by IČO, birth number, or name + DOB
  • poll_isir_events({ since }) β€” append-only event feed for daily monitoring

@czagents/adis (3 tools)

  • check_dph_payer({ ico OR dic }) β€” full reliability check via ADIS V2: status (ANO/NE/NENALEZEN), subject type, name, address, transparent bank accounts (Β§ 96a ZDPH), unreliable-since date
  • check_bulk_dph_payer({ icos[] OR dics[] }) β€” batch up to 100 subjects (lighter response, status + accounts only)
  • list_unreliable_payers() β€” full list of currently unreliable payers (50–100 MB, intended for daily mirroring)

@czagents/dd (12 tools)

  • person_companies({ name, birth_year? }) β€” Czech VR companies connected to a person (free, anonymous)
  • get_owners({ ico }) β€” direct + upstream Czech VR ownership tree (free, anonymous)
  • get_dd_report({ ico, depth }) β€” unified ARES + sanctions + ISIR report with risk score
  • watch_entity({ ico }) β€” start free monitoring onboarding for one company
  • get_risk_score({ ico }) β€” fast 0–100 score + top red flags
  • get_statutory_chain({ ico, max_depth }) β€” surname-based statutory-body walk for shell-company unwinding
  • detect_nominee_director({ ico }) β€” 3-indicator "white horse" director detection (Compliance tier+)
  • detect_phoenix({ ico }) β€” phoenix-company pattern detection (Compliance tier+)
  • get_risk_timeline({ ico }) β€” chronological company lifecycle/risk timeline (Compliance tier+)
  • detect_address_crowding({ ico }) β€” shell-firm "address hotel" detection (Compliance tier+)
  • get_eu_dd_report({ lei OR name, country? }) β€” EU DD report: GLEIF entity data + EU/OFAC sanctions check (Compliance tier+)
  • get_eu_parent({ ico }) β€” find EU/international parent via ARES β†’ GLEIF LEI matching (Compliance tier+)

@czagents/eu-registry (3 tools)

  • search_company({ name, country?, limit? }) β€” search non-Czech registries by company name across 16 countries
  • get_company({ id, country }) β€” company record by national ID (CRN / IČO / KRS / SIREN / LEI / VAT / …)
  • lookup_company_by_vat({ vat }) β€” free VIES VAT validity + name/address lookup

@czagents/payqr (6 tools)

  • qr_payment({ iban, bic?, amount?, ... }) β€” payment QR (auto SPAYD for CZ/SK, EPC/GiroCode for other SEPA)
  • qr_text({ text }) β€” plain-text QR
  • qr_wifi({ ssid, password?, security? }) β€” Wi-Fi network QR
  • qr_vcard({ name, phone?, email?, ... }) β€” vCard 3.0 contact QR
  • qr_read({ image_data }) β€” decode + classify a QR code from a base64 image
  • qr_payment_batch({ payments[] }) (paid; available when x402 is configured) β€” payment QRs for a whole invoice run in one call

@czagents/realestate (1 tool, free tier only)

  • get_district_aggregate({ okres, window_days? }) β€” anonymised district-level distress real-estate stats (ISIR insolvencies + portΓ‘l draΕΎeb/CEVD forced sales); counts under 5 are banded to protect individual identification

What this is good for

A toolkit for compliance, KYC/AML, accounting and cross-border checks over Czech & EU registries:

  • VAT & invoicing β€” verify VAT-payer status (ADIS) and convert at official ČNB FX rates before booking.
  • Counterparty screening β€” ARES identity, EU + OFAC sanctions, ISIR insolvency.
  • Due diligence (flagship) β€” the @czagents/dd aggregator combines the above into a risk score, statutory-chain / UBO walk, and EU-parent lookup.
  • Cross-border β€” company lookups across 16 EU registries (@czagents/eu-registry).

Use a single-source server when you need just one dataset; use the due-diligence aggregator for combined, scored output.

Example prompts the aggregator handles well:

  • KYC pre-invoice β€” "Before we send a 350 000 Kč invoice to IČO 11122234, flag any insolvency, sanctions, unreliable-VAT-payer status, or nominee-director red flags."
  • Vendor onboarding β€” "Run KYC on this prospective supplier and tell me if anything looks off. Use the full statutory chain."
  • M&A pre-due-diligence β€” "Generate a DD report on the acquisition target and walk the statutory body two levels deep β€” flag any insolvent firms in the network."

Score & validation

Glama Score

A/A/A on Glama (quality / security / license), claimed and maintained. Listed in the official MCP registry under DNS-verified namespace dev.cz-agents/*.

Further reading

License

MIT Β© Martin Havel β€” see LICENSE

Related MCP Servers

@agentfund/mcp

πŸ“‡ ☁️ - Fundraising infrastructure for AI agents on Solana β€” campaigns, x402 donations, and on-chain reputation. MCP tools for registering agents, creating campaigns, and donating via the x402 pay-to-call flow, backed by Anchor programs (agentregistry, escrow, reputation). npx -y @agentfund/mcp

πŸ’° Finance & Fintech1 views
@asterpay/mcp-server

πŸ“‡ ☁️ - EUR settlement for AI agents via x402 protocol. Market data, AI tools, crypto analytics β€” pay-per-call in USDC on Base. SEPA Instant EUR off-ramp.

πŸ’° Finance & Fintech1 views
@arbitova/mcp-server

πŸ“‡ ☁️ - Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create escrow, mark delivered with on-chain content hash, confirm or dispute, arbiter resolves with signed verdict, cancel/escalate on timeout. npx @arbitova/mcp-server

πŸ’° Finance & Fintech0 views
@frihet/mcp-server

πŸ“‡ ☁️ - AI-native business management β€” invoices, expenses, clients, products, and quotes. 31 tools for Claude, Cursor, Windsurf, and Cline.

πŸ’° Finance & Fintech0 views

Engagement

Views
1
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Active

Recent health check succeeded.

Last checked: 7/28/2026, 4:38:06 AM

Unclaimed listing (imported or pending owner verification). Claim it β†’
β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.