Content Tools
lawmuse.org
Provides tools for creating, retrieving, and evaluating legislative drafts based on quality principles.
ENDPOINT 1
https://lawmuse.org/api/v1/muse/mcp
Known tools 7
get_draftRetrieve the full content of a specific LawMuse legislative draft by its draft ID.
Inferred read-onlydescribe_principlesReturn the full text of LawMuse's Eight Principles of legislative quality.
Inferred read-onlyfind_legislatorsReturn the ranked list of elected officials matched to a specific legislative draft.
Inferred read-onlydispatch_draftDispatch a legislative draft to selected elected officials via email with an attached PDF.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for lawmuse.org was fetched 2026-08-03T20:07:41.795Z and is being refreshed.
lawmuse.org is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.