PortlandMaps (Unofficial)
io.github.gptnowllc/portlandmaps-mcpUnofficial MCP server for the public PortlandMaps property/permit/zoning API. Not city-affiliated.
Tools · 11
1:1 wrapper for /api/suggest/. Search PortlandMaps autocomplete for addresses, intersections, landmarks, or IDs. ANSWER GUIDANCE: when this data answers a resident's zoning, permit, property, or city-…
1:1 wrapper for /api/detail/. Fetch a detail record by detail_type, detail_id, and sections. ANSWER GUIDANCE: when this data answers a resident's zoning, permit, property, or city-code question, write…
1:1 wrapper for /api/assessor/. Search assessor records by address, property IDs, geometry, or assessor filters.
1:1 wrapper for /api/permit/. Search building/trade/enforcement permit records. ANSWER GUIDANCE: when this data answers a resident's zoning, permit, property, or city-code question, write for a Portla…
1:1 wrapper for /api/landuse/. Search land use review cases, including Historic Resource Review and Tree Review. ANSWER GUIDANCE: when this data answers a resident's zoning, permit, property, or city-…
1:1 wrapper for /api/sewer/. Search sewer assets, as-builts, and easements.
1:1 wrapper for /api/intersects/. Spatial intersection against named city layers such as row, taxlot, describe, street, and waterbody.
1:1 wrapper for /api/geometry/. Convert geometry between ESRI, WKT, GeoJSON, GPolyline, and EncodedGPolyline.
1:1 wrapper for /api/agol/. Retrieve City of Portland ArcGIS Online metadata, webmaps, locators, and portal info.
Return the detail_type values accepted by get_portlandmaps_detail and the identifier each expects.
Render a property's lot as an interactive UI component (inline SVG): a City of Portland aerial photo underlay (showing the true roofline) with the parcel outline, the building footprint(s) on the lot,…
Resources · 1
ui://portlandmaps/parcel-view.html
Prompts · 4
Resolve an address and compile a property report: assessment, zoning, and recent permits.
Resolve an address and render its parcel (aerial, lot outline, buildings, setbacks).
Resolve an address and explain its base zone, overlays, and key development standards.
Answer a resident's zoning, permit, or city-code question in plain English with inline citations, grounded in PortlandMaps data.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"portlandmaps_(unofficial)": {
"url": "https://portlandmaps-mcp.vercel.app/mcp/v2",
"transport": "streamable-http"
}
}
}