Addresses
lowPhysical addresses with optional geocoding.
addresses_v1Fields
| Column | Type | Required | Hints |
|---|---|---|---|
| id | string | — | — |
| line1 | string | yes | strasse · rue · calle · via · street |
| line2 | string | — | — |
| city | string | yes | stadt · ville · ciudad · città |
| postal_code | string | — | plz · cp · cap · zip · postal code |
| region | string | — | kanton · région · región · state |
| country | string | yes | — |
| latitude | number | — | — |
| longitude | number | — | — |
Use via MCP
Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.
adaptivmapr.match_headers({
template: "addresses_v1",
headers: ["first_name", "last_name", /* ... */]
})MCP install instructions →