MCP server
Regulated-data import for Cursor and Claude Desktop
Drop AdaptivMapr into your AI coding environment. No-key preview tools run without an API key — the agent can browse templates, match headers, and validate rows with nothing leaving your machine except column names and a handful of sample values.
Install
Run it straight from npm
Run the MCP server directly from npm. No API key needed for the no-key preview tools.
npx -y @adaptivmapr/mcp-serverClaude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"adaptivmapr": {
"command": "npx",
"args": ["-y", "@adaptivmapr/mcp-server"],
"env": {
"ADAPTIVMAPR_API_KEY": "<optional for no-key preview tools>"
}
}
}
}Cursor
Add to your workspace .cursor/mcp.json
{
"mcpServers": {
"adaptivmapr": {
"command": "npx",
"args": ["-y", "@adaptivmapr/mcp-server"],
"env": {
"ADAPTIVMAPR_API_KEY": "<optional for no-key preview tools>"
}
}
}
}Tools
No-key preview, gated for PHI
Preview tools run key-less and in-process — handy as a demo. Full-data tools sit behind the AdaptivMapr subscription.
| Preview tool | What it does |
|---|---|
adaptivmapr.list_templates | Browse the regulated and business template catalogue. |
adaptivmapr.template_schema | Read the YAML schema for a named template — columns, types, validators. |
adaptivmapr.match_headers | Header-to-field matching. Returns ranked mappings with confidence and alternatives. |
adaptivmapr.validate_row | Schema-only row validation against a template. No PHI persisted. |
adaptivmapr.csv_preview | Local CSV parsing helper. No network. |
No API key required. Only headers and ≤3 short sample rows leave your machine; a mapping still bills the small flat per-map fee.
Full-data
Gated tools — key + AdaptivMapr subscription
These require a valid key on an active AdaptivMapr subscription. Calls route through our BAA-covered infrastructure with X-PHI / X-Region.
| Gated tool | What it does |
|---|---|
adaptivmapr.match_full_file | Full-data mode with LLM-driven row-level cleanup. Routes through our BAA-covered infrastructure. |
adaptivmapr.commit_to_webhook | Finalise an import and stream rows to the customer's webhook (HMAC-signed). |
adaptivmapr.commit_to_database | Direct Postgres write via the self-hosted enterprise worker. |
Requires the AdaptivMapr subscription. Full-data operations bill real AI tokens at cost × margin from your prepaid wallet.
Ready when you are
Map regulated data — right in your editor.
Add AdaptivMapr to Cursor or Claude Desktop, then activate the AdaptivMapr subscription when you need full-data tools. One key runs the whole cascade.