← lawmuse.org

INDIVIDUAL MCP TOOL

describe_principles

Return the full text of LawMuse's Eight Principles of legislative quality.

lawmuse.orgnone 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

lawmuse.org

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.lawmuse-org]
url = "https://lawmuse.org/api/v1/muse/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lawmuse-org": {
      "type": "http",
      "url": "https://lawmuse.org/api/v1/muse/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lawmuse-org
Remote MCP URL: https://lawmuse.org/api/v1/muse/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": {
    "lawmuse-org": {
      "url": "https://lawmuse.org/api/v1/muse/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lawmuse-org": {
      "type": "http",
      "url": "https://lawmuse.org/api/v1/muse/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lawmuse-org",
  "transport": "streamable-http",
  "url": "https://lawmuse.org/api/v1/muse/mcp"
}
MCP Inspector

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

Related tools

  • list_drafts — Return a list of LawMuse legislative drafts.
  • get_draft — Retrieve the full content of a specific LawMuse legislative draft by its draft ID.
  • create_draft — Create a new LawMuse legislative draft.
  • get_vetting_score — Retrieve the principle vetting scores for a specific draft.
  • find_legislators — Return the ranked list of elected officials matched to a specific legislative draft.
  • dispatch_draft — Dispatch a legislative draft to selected elected officials via email with an attached PDF.