Skip to main content
Glama
portofcams

Āina Atlas MCP

by portofcams

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AINA_API_KEYNoOptional paid-tier bearer token for additional data surfaces
AINA_BASE_URLNoĀina Atlas data API base (default: https://addressapi.portofcams.com)https://addressapi.portofcams.com
AINA_BRIEF_MODELNoModel for the property brief (default: claude-opus-4-8)claude-opus-4-8
ANTHROPIC_API_KEYNoAnthropic 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.5/5.0

Scored across 3 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivitySlowing
ResponsivenessSyncing