MCP Server
io.github.matematicsolutions/mcp-krs MCP Server
io.github.matematicsolutions/mcp-krs
What is the io.github.matematicsolutions/mcp-krs MCP server?
MCP server for the Polish KRS company registry via the official Ministry of Justice API.
How to install io.github.matematicsolutions/mcp-krs
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-krs": {
"command": "npx",
"args": [
"-y",
"@matematicsolutions/mcp-krs"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-krs": {
"command": "npx",
"args": [
"-y",
"@matematicsolutions/mcp-krs"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-krs": {
"command": "npx",
"args": [
"-y",
"@matematicsolutions/mcp-krs"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-krs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@matematicsolutions/mcp-krs"
]
}
}
}Claude Code
claude mcp add mcp-krs -- npx -y @matematicsolutions/mcp-krsRelated MCP servers
MCP server for Austrian RIS federal legislation: ELI identifiers and verifiable citations.
View repository →MCP server for Czech legislation (e-Sbirka SPARQL) with ELI and verifiable citations.
View repository →MCP server for German federal legislation (NeuRIS): ELI identifiers and verifiable citations.
View repository →MCP server for Danish legislation (Retsinformation) with native ELI and verifiable citations.
View repository →MCP server for Spanish BOE consolidated legislation, grounded by id/ELI with verifiable citations.
View repository →MCP server for Finnish Finlex consolidated statutes: ELI identifiers and verifiable citations.
View repository →