MCP server for the Polish KRS company registry via the official Ministry of Justice API.
claude mcp add mcp-krs -- npx -y @matematicsolutions/mcp-krs
claude_desktop_config.json
{
"mcpServers": {
"mcp-krs": {
"command": "npx",
"args": [
"-y",
"@matematicsolutions/mcp-krs"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-krs": {
"command": "npx",
"args": [
"-y",
"@matematicsolutions/mcp-krs"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-krs": {
"command": "npx",
"args": [
"-y",
"@matematicsolutions/mcp-krs"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-krs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@matematicsolutions/mcp-krs"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-krs": {
"command": "npx",
"args": [
"-y",
"@matematicsolutions/mcp-krs"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.matematicsolutions--mcp-krs/reviews or the review_server meta-tool.
POST /mcp