Back to Home
krzysztofprz icon

ReGo.MCP

Verified Safe

by krzysztofprz

Overview

An MCP server designed to retrieve business entity details (from the Polish CEIDG and REGON databases) based on NIP, KRS, or REGON numbers using a C# application.

Installation

Run Command
dotnet run --project ReGo.MCP/ReGo.MCP.csproj -- --regonApiKey=<YOUR_REGON_API_KEY>

Environment Variables

  • regonApiKey

Security Notes

The server template uses standard .NET practices, references a legitimate government API (REGON), and indicates that sensitive keys like `regonApiKey` should be provided via environment variables or command-line arguments rather than being hardcoded. No 'eval' or obvious malicious patterns were found in the provided snippets. The `ConnectedService.json` indicates a standard SOAP web service reference. A full security audit would require the complete codebase.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-19

Tags

MCP Server.NETC#Business Entity DataREGON API