Skip to main content
Glama

skanfirmy.pl — MCPサーバー

AIエージェントがポーランドの企業を検証し、EUのVAT番号を公式の政府レジストリから直接検証できる、無料でステートレスなMCP(Model Context Protocol)サーバーです。キー不要、登録不要、制限なし(ソースレジストリ自体の制限を除く)。

  • エンドポイント: https://skanfirmy.pl/mcp(Streamable HTTP上のJSON-RPC 2.0)

  • 9つのツール — VATレジスタ(財務省)、KRS(法務省)、REGON(ポーランド統計局 / GUS)、VIES(欧州委員会)を組み合わせたもの。

  • MCPに対応していないクローラーやエージェント向けに、プレーンなRESTとしても利用可能。

Bartosz Kuć によって制作 — skanfirmy.pl と、ポーランドおよびEUの公開APIカタログ otwarteAPI.pl の開発者でもあります。

ツール

ツール

機能

sprawdz_nip

NIPによる企業のVATステータス(Biała Lista)+ KRSデータ

sprawdz_lista_nip

1回の呼び出しで最大30件のNIPを一括検索(MF VATレジスタ)

sprawdz_regon

NIPによるREGONレジストリデータ(GUS)— KRSにない個人事業主も含む

sprawdz_vies

VIES(欧州委員会)によるEU VAT番号の検証

sprawdz_rachunek

指定されたNIPについて、銀行口座がVATホワイトリストに載っているか

generuj_mikrorachunek

NIP/PESELから個人の税務マイクロ口座(PIT/CIT/VAT)を生成

szukaj_pkd

PKD 2025事業活動分類の検索

oblicz_odsetki

法定/商業(B2B)延滞利息計算ツール

szukaj_katalog_api

otwarteAPI.pl を検索 — その他のポーランド/EU公開APIのカタログ

Related MCP server: ksef-mcp

接続

リモート(Streamable HTTP)サーバーに対応した任意のMCPクライアント — 次のURLを指定します:

https://skanfirmy.pl/mcp

Claude Desktop / stdio専用クライアントmcp-remote でブリッジ:

{
  "mcpServers": {
    "skanfirmy": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://skanfirmy.pl/mcp"]
    }
  }
}

生のJSON-RPC(MCPクライアント不要):

# list tools
curl -s https://skanfirmy.pl/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

# check a company by NIP
curl -s https://skanfirmy.pl/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"sprawdz_nip","arguments":{"nip":"5261040828"}}}'

プレーンなREST(MCPなし)

URLだけが必要なエージェント/クローラー向け:

  • GET https://skanfirmy.pl/nip/{nip} — VAT + KRS

  • GET https://skanfirmy.pl/nips/{comma,separated,nips} — 一括(≤30)

  • GET https://skanfirmy.pl/regon/{nip} — REGONレジストリデータ

  • GET https://skanfirmy.pl/vies/{country}/{number} — EU VAT(VIES)

JSONが必要な場合は ?format=json を追加。完全なドキュメント:skanfirmy.pl/llms.txt

Claude Agent Skill

そのまま使える Agent Skill がお好みですか?skill/ には verify-polish-company が含まれています — これは単一の SKILL.md で、Claude Code、Claudeアプリ、またはAgent SDKに、上記のエンドポイントをいつ・どのように呼び出すかを教えます(キー不要、通常のHTTP以外に実行するものはありません):

cp -R skill ~/.claude/skills/verify-polish-company

詳細は skill/README.md を参照してください。

データソース

VATレジスタ / Biała Lista(財務省)、KRS(法務省)、REGON / BIR(ポーランド統計局 — GUS)、VIES(欧州委員会)。独立したプロジェクトであり、これらのいずれとも提携していません。データは永続化されません。レスポンスはCDNに一時的にキャッシュされます(最大24時間)。POST /mcp は一切キャッシュされません。

作者

Bartosz Kuć · skanfirmy.pl · github.com/bartosz-kuc · linkedin.com/in/bartosz-kuc · cal.com/bartosz-kuc

ライセンス

MIT © Bartosz Kuć。このリポジトリはホストされているサーバーを文書化し、そのMCPレジストリマニフェストを保持しています。サーバー自体は https://skanfirmy.pl/mcp で稼働しています。

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Look up Polish companies from any AI assistant: registry data (KRS, REGON, CEIDG), VAT white list checks before payments, and financial statements of 4.4M businesses. Read-only tools backed by official public registers.
    4
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to interact with the Polish National e-Invoice System (KSeF) for authentication, invoice creation, validation, and retrieval via 30 tools.
    3
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables real-time verification of Polish NIP (Tax Identification Numbers) using the official Ministry of Finance API. Also supports checking if a bank account belongs to a specific NIP.
    2
    13
    MIT

View all related MCP servers

Related MCP Connectors

  • Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.

  • Polish company registry: 4.4M firms, KRS/REGON data, VAT white list checks, financial statements

  • European business verification for AI agents: registry, VAT, sanctions, IBAN. Pay-per-call x402.

View all MCP Connectors

Latest Blog Posts

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/bartosz-kuc/skanfirmy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server