ndpsc-case-search-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ndpsc-case-search-mcpSearch for recent public utility cases and extract text from the latest filing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ndpsc-case-search-mcp
An MCP server for searching North Dakota Public Service Commission case records, dockets, and documents.
The ND PSC regulates public utilities, pipelines, mining reclamation, and other industries in North Dakota. This server provides programmatic access to their case database via the Model Context Protocol.
Tools
Tool | Description |
| Search cases by jurisdiction, year, status, category, entity, date range, and more. Automatically splits oversized searches so broad queries can return full result sets. |
| Summarize a case type across years with filed, closed, open, closure-rate, and median-days-to-close metrics. |
| Get full detail for a specific case including docket count. |
| List files within a docket with direct PDF download links. |
| Download a PDF and extract its text content. |
| Download a PDF and return it as base64-encoded bytes. |
Related MCP server: indian-regulatory-mcp
Usage
Claude Web (Remote)
Add as a remote MCP server in Claude settings:
https://hardmcp.com/ndpsc-case-search/mcpClaude Code (Local)
# Run the server
uv run ndpsc-case-search-mcp
# Add to Claude Code
claude mcp add ndpsc-case-search --transport http http://localhost:8000/mcpDocker
docker build -t ndpsc-case-search-mcp .
docker run -p 8000:8000 ndpsc-case-search-mcpDevelopment
Requires Python 3.11+.
uv sync
uv run ndpsc-case-search-mcpThe server starts on http://0.0.0.0:8000 with a Streamable HTTP MCP endpoint at /mcp and a health check at /health.
Data Source
This server scrapes apps.psc.nd.gov/cases -- no official API exists. The PSC site pages search results at 100 rows per request; this server automatically splits broad case searches into smaller filed-date ranges so search_cases can return the full result set.
License
This server cannot be deployed
Maintenance
Related MCP Connectors
Search public U.S. federal litigation: companies, cases, dockets and document metadata.
US public-records intelligence for AI agents — companies, SEC, courts, spending, licenses.
US government + SEC data as clean JSON: SAM.gov, USAspending, Grants.gov, Congress, SEC filings.
CVM: Court Cases Administrativos Sancionadores, official-source lookup. Platform-hosted, pay per que
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides programmatic access to municipal codes, ordinances, and zoning regulations from thousands of US cities and counties through the Municode digital library, enabling search, navigation, and retrieval of local government legal documents.6MIT
- FlicenseNot gradedqualityDmaintenanceEnables access to Indian regulatory data including SEBI orders, RBI circulars, MCA company details, GST verification, and more, designed for fintech and legaltech applications.-
- AlicenseNot gradedqualityCmaintenanceEnables users to search and retrieve court docket records across US state, county, and federal courts, including PACER party searches, and to get full case details.MIT
- AlicenseNot gradedqualityCmaintenanceEnables searching and retrieving metadata from U.S. federal appellate court dockets, including party name search and recent dockets.MIT