@propraven/mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@propraven/mcpFind parcels owned by John Smith in Florida"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@propraven/mcp
Model Context Protocol server for PropRaven — gives Claude, ChatGPT, Cursor, and any MCP-compatible agent canonical access to 180M+ US parcels with ownership, valuation, permits, deeds, hazard, and market data.
Status: alpha. Hosted endpoint at mcp.propraven.com — August 2026. Until then, run it locally (works today).
Local install in Claude Desktop
Requirements: Node ≥18, a PropRaven API key (pz_…) from https://propraven.com/dashboard.
One-time setup
git clone https://github.com/propraven/propraven-mcp.git
cd propraven-mcp
npm install
npm run buildWire into Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"propraven": {
"command": "node",
"args": ["/absolute/path/to/propraven-mcp/dist/index.js"],
"env": {
"PROPRAVEN_API_KEY": "pz_your_real_key_here"
}
}
}
}Restart Claude Desktop. The 8 PropRaven tools (parcel.lookup, parcel.search, parcel.compare, owner.pierce, hazard.score, valuation.estimate, permits.history, sales.history) appear in the tool list.
Quick test
Look up parcel 37183:0012345 and tell me the owner.Claude should pick parcel.lookup and return canonical record + owner.
Related MCP server: Dilix MCP
Cursor + ChatGPT
Cursor: install via the MCP marketplace (search "PropRaven") once we publish, or wire manually:
// ~/.cursor/mcp.json
{
"mcpServers": {
"propraven": { "command": "node", "args": ["/abs/path/dist/index.js"], "env": { "PROPRAVEN_API_KEY": "pz_..." } }
}
}ChatGPT: Custom GPT → Actions → connect via OAuth (waiting on mcp.propraven.com hosted endpoint — Aug 2026).
Tools
Tool | Purpose | Backed by |
| Resolve one parcel by composite ID, address, or APN |
|
| Filter parcels by geography + attributes |
|
| Fetch reports for 2–25 parcels for agent-side ranking |
|
| Resolve a name/entity to its full portfolio |
|
| Flood / fire / seismic / windstorm / air-quality / crime composite |
|
| AVM + assessed / market values for a parcel |
|
| Permit timeline for a parcel |
|
| Deed timeline ± UCC liens |
|
Tool descriptions are optimized for agent reasoning — they explicitly call out when not to use each tool, which is the biggest determinant of agent selection accuracy.
Environment
The server reads:
Variable | Default | Purpose |
| (required) | Bearer token, format |
|
| API host. Use |
|
| Per-request timeout in ms. |
Develop / inspect
# Live-reloading dev (TypeScript, no build step):
PROPRAVEN_API_KEY=pz_test... npm run dev
# Or open the MCP Inspector UI:
PROPRAVEN_API_KEY=pz_test... npm run inspectThe inspector at https://modelcontextprotocol.io/legacy/tools/inspector lets you call each tool manually and see request/response payloads.
Why this exists
Every Claude / ChatGPT / Cursor workflow that touches property data needs an authoritative parcel-lookup tool. There is no canonical property-data MCP today. PropRaven aims to be it before the first-mover window closes (~12–18 months).
License
Apache-2.0
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jdw2111/propraven-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server