MCP Server
MCP
io.github.jdw2111/propraven
Property intelligence: 180M+ US parcels — lookup, search, owners, hazards, permits, deeds.
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
By
Comments
Sign in to leave a comment