mcp-server

cenogram/mcp-server
★ 1 stars TypeScript 📊 Data/Analytics Updated 11d ago
MCP server for Polish real estate data — 7.35M transactions from government open data (RCN)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "cenogram/mcp-server"
      ]
    }
  }
}