← delilahusa.com
INDIVIDUAL MCP TOOL
list_subjects
The raw subject taxonomy with per-subject bill counts (GET /v1/subjects).
LIVE ENDPOINT
https://mcp.delilahusa.com
Connect to this endpoint to inspect the live schema for list_subjects 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
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.legislation]
url = "https://mcp.delilahusa.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"legislation": {
"type": "http",
"url": "https://mcp.delilahusa.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: legislation
Remote MCP URL: https://mcp.delilahusa.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": {
"legislation": {
"url": "https://mcp.delilahusa.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"legislation": {
"type": "http",
"url": "https://mcp.delilahusa.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "legislation",
"transport": "streamable-http",
"url": "https://mcp.delilahusa.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_bills— Search or list legislation with structured filters (GET /v1/bills).semantic_search_bills— Vector search over the full text of every bill (GET /v1/search/semantic): describe what you want in plain English — 'protecting kids from social media', 'limits on rent increases' — and get the closest bills with a match_score.get_bill— Fetch a single bill by its numeric bill_id (GET /v1/bills/{bill_id}), optionally merging in sub-resources: votes (roll calls with tallies), sponsors, history (action timeline), texts (version metadata), amendments, subjects, analyses (staff analyses), calendar (scheduled events), citations (statutes the bill touches), referrals (committee referrals), sast (same-as / similar-to companion bills in the other chamber or other states), supplements (fiscal notes and summaries).get_bill_diff— Compare two versions of a bill's text (GET /v1/bills/{bill_id}/diff): a unified diff plus similarity, added/removed line and character counts, and changed-section highlights.keyword_search_bills— Keyword search where EVERY term must appear (GET /v1/search/bills).get_bill_text— The cleaned plain text of one bill-text version (GET /v1/texts/{text_id}), entities decoded, ready to quote or summarize.get_bill_text_history— Timeline of all computed diffs between successive text versions of one bill (GET /v1/bills/{bill_id}/changes): what changed, when, and how much.list_legislators— Search or list legislators (GET /v1/legislators) by jurisdiction, chamber, party, district, or name.