← rekvira.com

INDIVIDUAL MCP TOOL

search_regulation

Search held regulation text.

rekvira.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.rekvira.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_regulation and invoke it with your own arguments.

Indexed 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 server

rekvira.com

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.rekvira]
url = "https://mcp.rekvira.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rekvira": {
      "type": "http",
      "url": "https://mcp.rekvira.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rekvira
Remote MCP URL: https://mcp.rekvira.com/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": {
    "rekvira": {
      "url": "https://mcp.rekvira.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rekvira": {
      "type": "http",
      "url": "https://mcp.rekvira.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rekvira",
  "transport": "streamable-http",
  "url": "https://mcp.rekvira.com/mcp"
}
MCP Inspector

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

Related tools

  • connect — Connect keylessly — no email, no API key.
  • start_here — Orientation for this corpus right now — which regulations are loaded, unit counts, data_as_of, what is not held, and first-call hints per module.
  • whoami — Who is calling: tier, trial state, corpus load count.
  • record_assessment — Record one structured applicability verdict on a regulation pinpoint for this keyless trial_id (from connect).
  • list_assessments — List this trial_id's recorded assessments, newest first.
  • submit_feedback — Send feedback about REKVIRA ITSELF to the operator: a bug, feature request, friction, or praise.
  • list_regulations — List regulations in the registry and whether corpus JSON is loaded.
  • search_regulations — Search all loaded regulation modules in one call.