Āina Atlas MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AINA_API_KEY | No | Optional paid-tier bearer token for additional data surfaces | |
| AINA_BASE_URL | No | Āina Atlas data API base (default: https://addressapi.portofcams.com) | https://addressapi.portofcams.com |
| AINA_BRIEF_MODEL | No | Model for the property brief (default: claude-opus-4-8) | claude-opus-4-8 |
| ANTHROPIC_API_KEY | No | Anthropic API key for drafting property briefs (optional, needed only for generate_property_brief tool) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| resolve_addressA | Resolve a Hawaii street address (or a TMK) to a Tax Map Key (TMK) parcel id. Geocodes the address (HI-bounded Nominatim) then finds the parcel under it. Use this first when you only have an address; feed the TMK into lookup_parcel. |
| lookup_parcelA | Look up the full Āina Atlas parcel record for a Hawaii property by address or TMK. Returns the real structured JSON: TMK, island, acres, owner, zoning, land/building value, hazards (lava zone, tsunami evacuation, FEMA flood), Hawaiian context (ahupuaʻa / moku / mokupuni), slope & solar exposure, native plants, ADU eligibility, AVM, tax-appeal window, and deep links. This is the core lookup and needs no API key. |
| compare_parcelsA | Compare two Hawaii parcels side by side. Each input may be an address or a TMK. Returns both full parcel records plus a compact diff of key fields (acres, zoning, values, hazards, ADU). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: one resolves addresses to TMKs, one performs full parcel lookups, and one compares two parcels. There is no overlap in functionality.
All tool names follow a consistent verb_noun pattern in snake_case: resolve_address, lookup_parcel, compare_parcels. The verbs and nouns are clear and uniform.
With 3 tools, the server is well-scoped for its intended purpose of Hawaii parcel lookup and comparison. Each tool is essential and contributes to the core workflow without unnecessary redundancy.
The tool set covers the primary use cases: resolving addresses to TMKs, retrieving full parcel records, and comparing parcels. Minor gaps like batch operations or advanced search are absent but not critical for the stated domain.