Accounts
lowCompany-level CRM records: domain, industry, headcount, country, ARR band.
accounts_v1Fields
| Column | Type | Required | Hints |
|---|---|---|---|
| id | string | yes | — |
| name | string | yes | firma · unternehmen · société · azienda · empresa |
| domain | string | — | website · web · sitio web · url |
| industry | string | — | branche · industrie · industria · sector |
| employee_count | number | — | mitarbeiter · employés · dipendenti · empleados · staff |
| country | string | — | land · pays · paese · país |
| arr_band | enum | — | — |
Use via MCP
Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.
adaptivmapr.match_headers({
template: "accounts_v1",
headers: ["first_name", "last_name", /* ... */]
})MCP install instructions →