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.

bash
npx -y @adaptivmapr/mcp-server

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

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

.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 toolWhat it does
adaptivmapr.list_templatesBrowse the regulated and business template catalogue.
adaptivmapr.template_schemaRead the YAML schema for a named template — columns, types, validators.
adaptivmapr.match_headersHeader-to-field matching. Returns ranked mappings with confidence and alternatives.
adaptivmapr.validate_rowSchema-only row validation against a template. No PHI persisted.
adaptivmapr.csv_previewLocal 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 toolWhat it does
adaptivmapr.match_full_fileFull-data mode with LLM-driven row-level cleanup. Routes through our BAA-covered infrastructure.
adaptivmapr.commit_to_webhookFinalise an import and stream rows to the customer's webhook (HMAC-signed).
adaptivmapr.commit_to_databaseDirect 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.

Prepaid token wallet · schema-only data-minimization mode