Healthcare data parsing, delivered as a secure cloud API — and as an MCP server your AI agents can call.
Parse HL7 v2.x, X12 EDI, and NCPDP D.0 messages into clean XML, JSON, and analytics-ready SQL — through one tenant-isolated API built for protected health information. No engines to install. No interface analysts to hire. A BAA when you need one.
Developer sandbox with synthetic test data — no PHI, no BAA, no procurement cycle required to start building.
One API. Three healthcare formats. Zero infrastructure.
Neureau Parser Cloud is the hosted evolution of Neureau's schema-driven parser engine, built on modern .NET.
Schema-Driven Fidelity
Not a naive delimiter splitter. The engine walks full XDR schema trees at parse time — composite datatypes, group cardinality, repeating segments — so output structure is deterministic and analytics-safe.
Message → SQL, Automatically
Generate normalized CREATE TABLE and INSERT scripts straight from message content using a hub-model design: root tables, child tables, cascading keys. Feed your data warehouse without hand-built mappings.
AI-Native via MCP
Expose parsing, validation, and inspection as Model Context Protocol tools. Claude and other MCP-capable agents can parse, interrogate, and transform healthcare messages as part of agentic workflows.
Built for PHI
Tenant-isolated processing, AES-256 encryption at rest, TLS in transit, message-level access audit trails with 7-year retention, and a Business Associate Agreement on every production plan.
Stateless by Default
Messages are parsed in memory and returned — nothing is persisted unless you opt in. Minimal data footprint means minimal breach surface and simpler vendor risk reviews.
Validation Engine Included
Required-field, length, and datatype validation against the schema — catch malformed feeds before they poison downstream systems, with structured error reporting that never halts the parse.
Format coverage
Clinical, claims, and pharmacy — the three rails of U.S. healthcare data exchange.
| Standard | Coverage | Typical use |
|---|---|---|
| HL7 v2.x GA | ADT, ORU, ORM and more — full XDR schema library, custom schemas supported on Production+ | Clinical feeds, lab results, patient movement, EHR integration |
| X12 EDI GA | Healthcare transaction sets incl. claims and eligibility workflows | Claims intake, remittance processing, clearinghouse pipelines |
| NCPDP D.0 GA | Telecommunication standard request/response pairs | Pharmacy claims, benefit checks, switch traffic analytics |
From raw feed to warehouse in one call
POST a native message; get structured XML or JSON back in milliseconds. Ask for SQL and receive a complete, referentially-intact script ready for your analytics database.
- REST API with OpenAPI / Swagger definitions
- Per-tenant API keys with scoped permissions
- Schema selection per request — bring your site-specific variants
- Structured validation errors, never silent failures
- Inspect endpoint for fast message triage and routing
# Parse an HL7 ORU^R01 into XML curl -X POST https://api.neureau.com/v1/parse \ -H "X-API-Key: nk_live_…" \ -H "Content-Type: text/plain" \ --data-binary @oru_r01.hl7 # Same message → analytics-ready SQL curl -X POST https://api.neureau.com/v1/parse/sql \ -H "X-API-Key: nk_live_…" \ --data-binary @oru_r01.hl7 → 22 tables · 16 inserts · cascade-keyed hub model
The first healthcare parser your agents can use directly
Every capability of the API is also exposed as MCP tools. Connect Claude, Claude Code, or any MCP-capable agent and let it parse, validate, and reason over healthcare messages inside larger automated workflows — interface monitoring, feed onboarding, data-quality triage.
- Five production tools, one connection
- Same tenant isolation and audit trail as the REST API
- Ideal for AI-assisted interface analysts and integration copilots
// Your AI agent, now fluent in HL7 { "mcpServers": { "neureau-parser": { "url": "https://mcp.neureau.com/parser", "auth": "nk_live_…" } } } parse_hl7_to_xml · parse_hl7_to_sql validate_hl7_message · inspect_hl7_message list_hl7_schemas
Security & compliance, engineered in — not bolted on
Neureau Parser Cloud is architected for HIPAA-regulated workloads from the first line of code.
BAA on Every Production Plan
Business Associate Agreement included with Pilot tier and above. Subprocessor transparency and breach-notification commitments in plain language.
Tenant Isolation
Per-tenant API keys, per-tenant schema stores, tenant-partitioned caches, and query-level data scoping. Your messages and schemas are never visible to another customer.
Access Audit Trail
Every parse, validate, and inspect operation is logged — who, what, when, from where, outcome — with per-tenant export for your own compliance evidence.
Encryption Everywhere
TLS 1.2+ in transit, AES-256 at rest for stored configuration and credentials. Message payloads are processed in memory.
Minimal Data Retention
Stateless parsing by default. Optional failed-message quarantine follows a documented retention and automated-purge policy.
PHI-Free Sandbox
Develop and integrate against curated synthetic message libraries. No PHI ever enters the sandbox environment — so your developers can start today, before procurement finishes.
Plans
Every plan that touches PHI includes a signed BAA. Development starts on synthetic data — no BAA, no procurement cycle.
Developer Sandbox
Per-developer seat — synthetic data only, no BAA required
- Full API + MCP access
- Curated synthetic message library
- 1,000 messages/day per seat
- Nothing stored — parse and forget
- No PHI permitted
Pilot
Prove value on live data — 90-day engagement
- Signed BAA
- 100K messages/mo
- Stateless processing only
- 30-day audit log
- Email support
Production
Live integrations at hospital & vendor scale
- Signed BAA
- 2M messages/mo, metered overage
- Custom schemas & site variants
- MCP server access
- Full audit trail with export
- Priority support
Enterprise
Health systems, payers & clearinghouses
- Dedicated single-tenant deployment
- Unlimited volume options
- SSO / SAML, audit log export
- Data residency controls
- On-prem connector available
Frequently asked questions
Do you store our messages?
By default, no. Messages are parsed in memory and the result is returned in the response; the payload is not persisted to disk. Optional failed-message quarantine (for retry workflows) is opt-in and follows a documented retention and purge policy.
Will you sign a BAA?
Yes — a Business Associate Agreement is included with every Pilot, Production, and Enterprise plan. The Sandbox tier is restricted to synthetic data and does not require one.
Can we use our site-specific HL7 schemas?
Yes. Production and Enterprise plans support custom XDR schemas, stored in your tenant's isolated schema library and selectable per request.
How does the MCP server work?
Connect any MCP-capable client (Claude, Claude Code, custom agents) to your tenant endpoint with your API key. The agent gains five tools: parse to XML, parse to SQL, validate, inspect, and list schemas — all governed by the same isolation and audit controls as the REST API.
What about X12 claims — are you a clearinghouse?
No. Neureau Parser Cloud is a parsing and transformation utility operating as your Business Associate. We do not route, adjudicate, or exchange transactions on your behalf.
Your feeds are already speaking HL7. Start listening.
Request early access and be parsing in the sandbox this week — synthetic data, full API, a single seat to start.
Request Early AccessHL7® is a registered trademark of Health Level Seven International. X12 is a trademark of the Accredited Standards Committee X12. NCPDP® is a registered trademark of the National Council for Prescription Drug Programs. Neureau is not affiliated with these organizations. HIPAA compliance is a shared responsibility: Neureau provides administrative, physical, and technical safeguards appropriate to a Business Associate, executed under a Business Associate Agreement. No product can make a covered entity "HIPAA certified"; customers remain responsible for their own compliance obligations. Features described on this page reflect the planned general-availability release; availability of specific capabilities may vary during early access.