Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

PortlandMaps (Unofficial)

NPM · PORTLANDMAPS-MCP · 2 COMPONENTS · SCANNED SEP 20

Unofficial MCP server for the public PortlandMaps property/permit/zoning API. Not city-affiliated.

0 this week 72 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 32 of 117 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 86 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability59
  • 75% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Partial
  • AI-judged instruction clarity (fair).Partial
  • Context-footprint check failed: tool/resource definitions use about 2261 tokens (~188/item across 12 items; 11 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage87
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 56% of tool parameters carry a description.Partial
  • Structured output schemas are declared (9% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass
Install

How do I install the PortlandMaps (Unofficial) MCP server?

PortlandMaps (Unofficial) runs locally as an npm package, launched with npx -y portlandmaps-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · portlandmaps-mcp

# add to Claude Code
claude mcp add gptnowllc-portlandmaps-mcp -- npx -y portlandmaps-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "gptnowllc-portlandmaps-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "portlandmaps-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "gptnowllc-portlandmaps-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "portlandmaps-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add gptnowllc-portlandmaps-mcp -- npx -y portlandmaps-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gptnowllc-portlandmaps-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "portlandmaps-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add gptnowllc-portlandmaps-mcp --command npx --arg -y --arg portlandmaps-mcp
# ~/.hermes/config.yaml
mcp_servers:
  gptnowllc-portlandmaps-mcp:
    command: "npx"
    args: ["-y", "portlandmaps-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "gptnowllc-portlandmaps-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "portlandmaps-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add gptnowllc-portlandmaps-mcp -t stdio -c npx -a -y portlandmaps-mcp
// mcp.json
{
  "mcpServers": {
    "gptnowllc-portlandmaps-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "portlandmaps-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 18 Sept 26 +1
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 11 Sept 26 +1
    • Stability: 0.97 → pass security
  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 7 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/portlandmaps-mcp@0.2.5

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 117 packages
Packages resolved 117
Stale 31
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 11 exposed · ~1,964 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
convert_geometry ~82

1:1 wrapper for /api/geometry/. Convert geometry between ESRI, WKT, GeoJSON, GPolyline, and EncodedGPolyline.

NameTypeReqDescription
fromstringyes
geometrystringyesSource geometry as a string. JSON inputs should be JSON.stringify'd.
sridstring
tostringyes

No output schema declared.

No examples provided.

get_assessor_data ~312

1:1 wrapper for /api/assessor/. Search assessor records by address, property IDs, geometry, or assessor filters.

NameTypeReqDescription
addressstring
altAccountNumberstringMaps to alt_account_number.
builtAfterintegerMaps to built_after.
builtBeforeintegerMaps to built_before.
cache
citystring
countinteger
countystring
download
extraParamsobject
geometry
legalDescriptionstringMaps to legal_description.
marketLargernumberMaps to market_larger.
marketSmallernumberMaps to market_smaller.
pageinteger
parentStateIdstringMaps to parent_state_id.
primary
propertyIdstringMaps to property_id.
soldAfterstringMaps to sold_after, mm/dd/yyyy.
soldBeforestringMaps to sold_before, mm/dd/yyyy.
sortFieldstringMaps to sort_field.
sortOrderstringMaps to sort_order.
sqftLargernumberMaps to sqft_larger.
sqftSmallernumberMaps to sqft_smaller.
stateIdstringMaps to state_id.
zipCodestringMaps to zip_code.

No output schema declared.

No examples provided.

get_permit_data ~255

1:1 wrapper for /api/permit/. Search building/trade/enforcement permit records.

NameTypeReqDescription
addressstring
applicationNumberstringMaps to application_number.
businessAssociationstringMaps to business_association.
cache
ccbNumberstringMaps to ccb_number.
countinteger
countystring
dateFromstringMaps to date_from, mm/dd/yyyy.
dateTostringMaps to date_to, mm/dd/yyyy.
dateTypestringMaps to date_type.
download
extraParamsobject
ivrNumberintegerMaps to ivr_number.
neighborhoodstring
neighborhoodDistrictstringMaps to neighborhood_district.
pageinteger
propertyIdstringMaps to property_id.
searchTypeIdintegerMaps to search_type_id.
sortFieldstringMaps to sort_field.
sortOrderstringMaps to sort_order.
stateIdstringMaps to state_id.

No output schema declared.

No examples provided.

get_portlandmaps_detail ~138

1:1 wrapper for /api/detail/. Fetch a detail record by detail_type, detail_id, and sections.

NameTypeReqDescription
cacheClearMaps to cache_clear.
detailIdstringyesMaps to detail_id.
detailTypestringyesMaps to detail_type.
extraParamsobject
fileIdstringMaps to file_id.
fileTypestringMaps to file_type.
geometry
propertyIdstringMaps to property_id.
sectionsstringUse 'list' for available sections, or '*' for all sections.

No output schema declared.

No examples provided.

list_detail_types ~27

Return the detail_type values accepted by get_portlandmaps_detail and the identifier each expects.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

lookup_agol ~53

1:1 wrapper for /api/agol/. Retrieve City of Portland ArcGIS Online metadata, webmaps, locators, and portal info.

NameTypeReqDescription
idstring
typestringyes

No output schema declared.

No examples provided.

query_intersects ~88

1:1 wrapper for /api/intersects/. Spatial intersection against named city layers such as row, taxlot, describe, street, and waterbody.

NameTypeReqDescription
buffernumber
detailboolean
geometryobjectyesESRI JSON geometry in wkid 2913, 3857, or 4326.
includearray

No output schema declared.

No examples provided.

render_parcel_shape ~281

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, approximate setback dimensions, a north arrow, and faint neighbouring parcels overlaid on top. Provide a detailType+detailId to fetch geometry, or pass rings directly. Aerial, footprints, and neighbours come from Portland's public ArcGIS layers; set basemap="none" to drop the photo and includeContext=false for just the bare outline. Renders in MCP Apps hosts (Claude) and legacy mcp-ui hosts.

NameTypeReqDescription
basemapstringAerial photo underlay (true rooflines). 'aerial' fetches a City of Portland image; 'none' renders dark vectors only.
detailIdstringdetail_id used to fetch geometry when rings are not supplied.
detailTypestringdetail_type used to fetch geometry when rings are not supplied.
includeContextbooleanOverlay building footprints, setbacks, and neighbouring parcels. Set false for just the lot outline.
ringsarrayWeb Mercator (EPSG:3857) parcel rings, e.g. geometry.rings. Bypasses fetching.
titlestringCaption shown on the component.
NameTypeReqDescription
areaSqFtnumberyes
basemap
buildingsarray
neighborsarray
ringsarrayyes
setbacks
titlestring

No examples provided.

search_landuse_cases ~248

1:1 wrapper for /api/landuse/. Search land use review cases, including Historic Resource Review and Tree Review.

NameTypeReqDescription
applicationNumberstringMaps to application_number.
businessAssociationstringMaps to business_association.
cache
conservationDistrictstringMaps to conservation_district.
countinteger
dateFromstringMaps to date_from, mm/dd/yyyy.
dateTostringMaps to date_to, mm/dd/yyyy.
download
extraParamsobject
historicDistrictstringMaps to historic_district.
ivrNumberintegerMaps to ivr_number.
milestoneStatusstringMaps to milestone_status.
neighborhoodstring
neighborhoodDistrictstringMaps to neighborhood_district.
pageinteger
planDistrictstringMaps to plan_district.
searchTypeIdintegerMaps to search_type_id.
sortFieldstringMaps to sort_field.
sortOrderstringMaps to sort_order.

No output schema declared.

No examples provided.

search_sewer_records ~288

1:1 wrapper for /api/sewer/. Search sewer assets, as-builts, and easements.

NameTypeReqDescription
bookstring
commentsstring
compkeystring
countinteger
datestring
download
extraParamsobject
jobNamestringMaps to job_name.
jobNumberstringMaps to job_number.
locationstring
ordinanceNumberstringMaps to ordinance_number.
pagestringSewer easement page field.
pageNumintegerPagination page; maps to page.
quarterSectionstringMaps to quarter_section.
quitClaimstringMaps to quit_claim.
rightOfWaystringMaps to right_of_way.
serviceRequestNumberstringMaps to service_request_number.
sortFieldstringMaps to sort_field.
sortOrderstringMaps to sort_order.
trackingNumberstringMaps to tracking_number.
tvInspectionNumberstringMaps to tv_inspection_number.
typestringyes
unitIdstringMaps to unit_id.
workOrderNumberstringMaps to work_order_number.

No output schema declared.

No examples provided.

suggest_portlandmaps_address ~192

1:1 wrapper for /api/suggest/. Search PortlandMaps autocomplete for addresses, intersections, landmarks, or IDs.

NameTypeReqDescription
ags
altCoordsMaps to alt_coords.
altIdsMaps to alt_ids.
cache
centerline
citystring
countinteger
countystring
elements
exact
extraParamsobject
geometry
idMatchesMaps to id_matches.
intersections
jurisdictionstring
landmarks
pageinteger
querystringyesSearch term. Can be an address, intersection, landmark name, or ID.
statusstring
unitstring
units

No output schema declared.

No examples provided.

Common questions

What is the PortlandMaps (Unofficial) MCP server?

PortlandMaps (Unofficial) is an MCP server listed in the public MCP registry as io.github.GPTNowLLC/portlandmaps-mcp. Unofficial MCP server for the public PortlandMaps property/permit/zoning API. Not city-affiliated. This page covers its npm package (portlandmaps-mcp).

Is the PortlandMaps (Unofficial) MCP server safe to use?

PortlandMaps (Unofficial) scores 72 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the PortlandMaps (Unofficial) MCP server expose?

PortlandMaps (Unofficial) exposes 11 tools: suggest_portlandmaps_address, get_portlandmaps_detail, get_assessor_data, get_permit_data, search_landuse_cases, and 6 more. Their descriptions and schemas cost roughly 1,964 tokens of context every time the server is loaded.

Is the PortlandMaps (Unofficial) MCP server still maintained?

PortlandMaps (Unofficial) is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the PortlandMaps (Unofficial) MCP server under?

PortlandMaps (Unofficial) declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.