MCP Hub
Back to servers

ndpsc-case-search-mcp

Provides programmatic access to North Dakota Public Service Commission case records, dockets, and documents. Users can search cases by jurisdiction or status and extract text directly from regulatory PDF filings.

glama
Updated
Mar 23, 2026

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

ToolDescription
search_casesSearch cases by jurisdiction, year, status, category, entity, date range, and more. Returns up to 100 results.
get_case_detailGet full detail for a specific case including docket count.
get_docket_detailList files within a docket with direct PDF download links.
get_document_textDownload a PDF and extract its text content.
get_document_pdfDownload a PDF and return it as base64-encoded bytes.

Usage

Claude Web (Remote)

Add as a remote MCP server in Claude settings:

https://hardmcp.com/ndpsc-case-search/mcp

Claude 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/mcp

Docker

docker build -t ndpsc-case-search-mcp .
docker run -p 8000:8000 ndpsc-case-search-mcp

Development

Requires Python 3.11+.

uv sync
uv run ndpsc-case-search-mcp

The 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. Results are limited to 100 per search. Use narrower filters (date ranges, specific year) to find older cases.

License

MIT

Reviews

No reviews yet

Sign in to write a review