Odel
mcp eureka

mcp eureka

Local
@matematicsolutionsJavaScriptMITUpdated 1mo ago

MCP server for Polish tax interpretations (KIS/MF) via EUREKA with citations.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@matematicsolutions/mcp-eurekav0.2.0

Run

npx -y @matematicsolutions/mcp-eureka

MCP client config

{
  "mcpServers": {
    "mcp-eureka": {
      "command": "npx",
      "args": [
        "-y",
        "@matematicsolutions/mcp-eureka"
      ]
    }
  }
}