PluginBench
MCP Server
Active
MIT

io.github.matematicsolutions/mcp-eureka MCP Server

io.github.matematicsolutions/mcp-eureka

What is the io.github.matematicsolutions/mcp-eureka MCP server?

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

How to install io.github.matematicsolutions/mcp-eureka

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-eureka": {
      "command": "npx",
      "args": [
        "-y",
        "@matematicsolutions/mcp-eureka"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-eureka": {
      "command": "npx",
      "args": [
        "-y",
        "@matematicsolutions/mcp-eureka"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-eureka": {
      "command": "npx",
      "args": [
        "-y",
        "@matematicsolutions/mcp-eureka"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-eureka": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@matematicsolutions/mcp-eureka"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-eureka -- npx -y @matematicsolutions/mcp-eureka

Related MCP servers

MCP server for Polish court judgments via the SAOS API with verifiable citations.

2
JavaScript
MIT
View repository →

MCP server for Brazilian federal law: legislation, DataJud, STJ, CARF, TST, TCU citations.

1
Python
Apache-2.0
View repository →

German law MCP: legislation (NeuRIS), case law (RII, Open Legal Data), Bundestag DIP documents.

1
Python
Apache-2.0
View repository →

MCP server for French Legifrance (PISTE): legislation and case law with citations and ECLI.

1
Python
Apache-2.0
View repository →

MCP server for Luxembourg Legilux: ELI-native legislation and Akoma Ntoso with citations.

1
Python
Apache-2.0
View repository →

EU legislation and CJEU case law via Publications Office SPARQL (Cellar) + GDPRhub DPA decisions.

1
JavaScript
MIT
View repository →