skanfirmy-mcp
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 の開発者でもあります。
ツール
ツール | 機能 |
| NIPによる企業のVATステータス(Biała Lista)+ KRSデータ |
| 1回の呼び出しで最大30件のNIPを一括検索(MF VATレジスタ) |
| NIPによるREGONレジストリデータ(GUS)— KRSにない個人事業主も含む |
| VIES(欧州委員会)によるEU VAT番号の検証 |
| 指定されたNIPについて、銀行口座がVATホワイトリストに載っているか |
| NIP/PESELから個人の税務マイクロ口座(PIT/CIT/VAT)を生成 |
| PKD 2025事業活動分類の検索 |
| 法定/商業(B2B)延滞利息計算ツール |
| otwarteAPI.pl を検索 — その他のポーランド/EU公開APIのカタログ |
Related MCP server: ksef-mcp
接続
リモート(Streamable HTTP)サーバーに対応した任意のMCPクライアント — 次のURLを指定します:
https://skanfirmy.pl/mcpClaude 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 + KRSGET 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 で稼働しています。
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityAmaintenanceLook 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.4MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with the Polish National e-Invoice System (KSeF) for authentication, invoice creation, validation, and retrieval via 30 tools.3MIT
- AlicenseAqualityDmaintenanceEnables 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.213MIT
- AlicenseAqualityBmaintenanceProvides AI agents with real-time access to Polish official data: VAT whitelist for company verification and NBP exchange rates, enabling checks on VAT status, company details, and currency conversion without API keys.5MIT
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.
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/bartosz-kuc/skanfirmy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server