← Back to Plugins
MCP Server MCP

io.github.jdw2111/propraven

github By github 👁 1 views ▲ 0 votes

Property intelligence: 180M+ US parcels — lookup, search, owners, hazards, permits, deeds.

Homepage Verified source GitHub

Install

npx -y @propraven/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.propraven.com/mcp",
      "headers": [
        {
          "description": "Bearer pz_... — your PropRaven API key. Get one at https://propraven.com/dashboard.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@propraven/mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your PropRaven API key (pz_...). Get one at https://propraven.com/dashboard.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PROPRAVEN_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...