You're viewing a demo portfolio
Explore
MCP EcosystemWant to try it with your own data?
Add up to 10,000 DOIs or GitHub URLs at a time, bringing them and their related entities into the graph. Build portfolios and run queries across them.
Join the waitlistPRSM is built and maintained by one person. The platform works today, but opening it up will be slow and deliberate. If you want to help shape this infrastructure, or speed things up, let's talk.
io.github.Vaquill-AI/courtlistener-mcp
MCP for CourtListener: US federal and state opinions, dockets, judges, plus eCFR regulations.
biocontext
Not listed
glama
Not listed
mcp.so
Not listed
nerq
Not listed
pulsemcp
Not listed
smithery
Not listed
Look up multiple legal citations in a single request. This is more efficient than making individual requests for each citation. Accepts up to 100 citations at once. Args: citations: List of citation strings to look up (max 100). ctx: The FastMCP context for logging and accessing shared resources. Returns: dict[str, Any]: A dictionary mapping each citation to its corresponding opinion(s). Raises: ValueError: If COURT_LISTENER_API_KEY is not found in environment variables. httpx.HTTPStatusError: If the API request fails.
Enhanced citation lookup combining citeurl parsing with CourtListener data. This tool first uses citeurl to parse and validate the citation format, then optionally queries the CourtListener API for additional case information. Returns: dict: Comprehensive citation information from both sources, containing: - citation: The original citation string - citeurl_analysis: Parsing results from citeurl - courtlistener_data: Lookup results from CourtListener API - combined_info: Summary of available information from both sources Args: citation: The citation string to look up and analyze. ctx: The FastMCP context for logging and accessing shared resources. include_courtlistener: Whether to include CourtListener API lookup. Returns: dict[str, dict | str | bool]: A dictionary containing the enhanced citation information.
No maintainers met the attribution threshold for this repository.