status — CourtListener MCP Tool Read-only
status
(status) is one of 34 tools on the
CourtListener
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call status from your client
- Claude Code CourtListener status run in your project directory
- Claude Desktop CourtListener status ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor CourtListener status ~/.cursor/mcp.json
- VS Code CourtListener status .vscode/mcp.json
- Zed CourtListener status ~/.config/zed/settings.json
- Windsurf CourtListener status ~/.codeium/windsurf/mcp_config.json
- Cline CourtListener status ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI CourtListener status ~/.gemini/settings.json
- Grok CourtListener status .mcp.json (in your project root)
- ChatGPT CourtListener status Settings → Connectors → Advanced → Developer mode
- Claude.ai CourtListener status Settings → Connectors → Add custom connector
- LangChain CourtListener status pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http courtlistener-mcp https://courtlistener-mcp.vaquill.ai/mcp/
Other tools on this server
- search_opinions
- search_dockets
- search_dockets_with_documents
- search_recap_documents
- search_audio
- search_people
- get_opinion
- get_docket
- get_audio
- get_cluster
- get_person
- get_court
- citation_lookup_citation
- citation_batch_lookup_citations
- citation_verify_citation_format
- citation_parse_citation_with_citeurl
- citation_extract_citations_from_text
- citation_enhanced_citation_lookup
- ecfr_list_titles
- ecfr_get_title_versions
- ecfr_get_title_structure
- ecfr_get_ancestry
- ecfr_get_source_xml
- ecfr_list_agencies
- ecfr_list_all_corrections
- ecfr_list_corrections_by_title
- ecfr_search_regulations
- ecfr_get_search_count
- ecfr_get_search_summary
- ecfr_get_title_search_counts
- ecfr_get_daily_search_counts
- ecfr_get_hierarchy_search_counts
- ecfr_get_search_suggestions
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.