Every CE requirement verified against official state nursing board sources. How RenewRN verifies the data →
RenewRN Rules
Renewal and CE requirements for all 50 states plus DC, compiled from official Board of Nursing sources, with the source URL and a last-verified date on every record. An automated pipeline keeps the records current, and a change feed publishes verified rule changes with their board sources. Available as a REST API, CSV download, and an MCP server for AI agents.
Data verified through 2026-06-05 · How RenewRN verifies its data
51
jurisdictions (50 states + DC)
194
structured requirement records
6
verified regulatory changes logged
51/51
state records with a primary board source
Per state: CE hours by license type, structured requirements (with option-pathway and conditional flags), renewal cycle and deadline, fees, late and reinstatement fees, grace period, compact (NLC) membership, CE Broker mandate status, the board's renewal portal, and provenance (board name, source URLs, last-verified date).
Versioned, read-only, CORS-enabled. Single-state lookups, the changes feed, and freshness need no key (60 requests/minute per IP). OpenAPI spec.
curl https://www.renewrn.net/api/v1/states/tx curl "https://www.renewrn.net/api/v1/changes?state=TX&since=2026-01-01" curl https://www.renewrn.net/api/v1/freshness
The full dataset in one request, as JSON (complete, including structured requirements) or CSV (flat per-state table). Requires a free API key so we know who's evaluating; it arrives by email in seconds.
curl -H "Authorization: Bearer rrn_..." https://www.renewrn.net/api/v1/states curl -H "Authorization: Bearer rrn_..." "https://www.renewrn.net/api/v1/states?format=csv" -o rules.csv
Mount the verified ruleset as a tool in any MCP-capable assistant. Streamable HTTP, three read-only tools, provenance and disclaimer embedded in every response (30 requests/minute per IP).
{ "mcpServers": { "renewrn-rules": { "url": "https://www.renewrn.net/api/rules/mcp" } } }claude mcp add --transport http renewrn-rules https://www.renewrn.net/api/rules/mcp
Evaluation and non-commercial use, with attribution:
Data: RenewRN Rules (https://www.renewrn.net/data)
Internal operations, embedding in a product, or redistribution. Introductory anchors, under validation; final pricing by agreement:
Full terms: data license. Questions: support@renewrn.net.
A work email is enough. You'll get a reply from the founder within one business day.
No spam. We'll never sell your email. See our Privacy Policy.
Every record is compiled from the official state Board of Nursing source and carries that source URL plus a last-verified date. An automated verification pipeline re-checks records on a rolling schedule and corroborates numeric facts against two independent sources, and an editorially maintained change feed publishes verified rule changes with their board sources.
Yes, for evaluation and non-commercial use with attribution. Single-state lookups, the changes and freshness feeds, and the MCP server need no key (rate-limited per IP: 60 requests/minute REST, 30/minute MCP). The bulk download requires a free API key, emailed in seconds. Commercial use (internal operations, embedding in a product, or redistribution) requires a license agreement.
Each record shows its own lastVerified date, and the /api/v1/freshness endpoint reports live coverage totals plus the timestamp of the most recent automated verification run. Verified rule changes are published to the /api/v1/changes feed with official board sources.
A Model Context Protocol endpoint that lets AI assistants and agents query the verified ruleset directly as a tool. Add the endpoint URL to any MCP-capable client and it gains get_state_requirements, list_states, and get_recent_changes with provenance embedded in every response.
The data is informational. Every payload carries the same disclaimer: verify against the state board of nursing before acting; this is not legal advice. The source URL on each record points at the official place to confirm.