← renewrn.net

INDIVIDUAL MCP TOOL

list_states

Call this to see all 51 covered US jurisdictions (50 states + DC) with renewal cycle and compact membership, or to resolve an ambiguous state name before calling get_state_requirements.

renewrn.netnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

renewrn.net

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.renewrn-net]
url = "https://www.renewrn.net/api/rules/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "renewrn-net": {
      "type": "http",
      "url": "https://www.renewrn.net/api/rules/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: renewrn-net
Remote MCP URL: https://www.renewrn.net/api/rules/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "renewrn-net": {
      "url": "https://www.renewrn.net/api/rules/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "renewrn-net": {
      "type": "http",
      "url": "https://www.renewrn.net/api/rules/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "renewrn-net",
  "transport": "streamable-http",
  "url": "https://www.renewrn.net/api/rules/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_state_requirements — Call this when a user asks about nursing license renewal, CE hours, mandatory CE topics, renewal fees, deadlines, grace periods, CE Broker, or compact (NLC) status for a specific US state.
  • get_recent_changes — Call this when a user asks what changed recently in nursing license or CE requirements, nationally or for one state.