← lawstronaut.com

INDIVIDUAL MCP TOOL

list_law_types

Retrieves a list of law types for a specific jurisdiction and optional filters.

lawstronaut.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.lawstronaut.com

No auth detected

Connect to this endpoint to inspect the live schema for list_law_types 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: lawstronaut-mcp
Remote MCP URL: https://mcp.lawstronaut.com

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": {
    "lawstronaut-mcp": {
      "url": "https://mcp.lawstronaut.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_jurisdictions — List all jurisdictions (countries/states) available in the Lawstronaut legal corpus.
  • list_domains — Retrieves a list of domains for a specific jurisdiction and optional filters.
  • list_subdomains — Retrieves a list of subdomains for a specific jurisdiction and optional filters.
  • list_categories — Retrieves a list of categories for a specific jurisdiction and optional filters.
  • list_subcategories — Retrieves a list of subcategories for a specific jurisdiction and optional filters.
  • list_portals — Retrieves a list of legal portals filtered by jurisdiction and optional criteria.
  • list_authority_types — Retrieves a list of authority types.
  • list_issuing_authorities — Retrieves a list of issuing authorities for a specific jurisdiction and optional filters.