← Back to Plugins
MCP Server MCP

Cenogram - Polish Real Estate Prices & Parcel Data

github By github 👁 3 views ▲ 0 votes

Polish real estate for AI: 8M+ deed transaction prices (RCN) + per-parcel context by cadastral ID

Homepage Verified source GitHub

Install

npx -y @cenogram/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.cenogram.pl/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@cenogram/mcp-server",
      "version": "0.6.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from cenogram.pl/api (free, email registration)",
          "name": "CENOGRAM_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...