INDIVIDUAL MCP TOOL
search_the_record
Search proceedings, parties, decisions and environmental comments by their own words, and the pages of the Board's documents by their machine-read text.
LIVE ENDPOINT
https://docketyard.org/mcp
Connect to this endpoint to inspect the live schema for search_the_record 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.docketyard]
url = "https://docketyard.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"docketyard": {
"type": "http",
"url": "https://docketyard.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: docketyard
Remote MCP URL: https://docketyard.org/mcp
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": {
"docketyard": {
"url": "https://docketyard.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"docketyard": {
"type": "http",
"url": "https://docketyard.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "docketyard",
"transport": "streamable-http",
"url": "https://docketyard.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_docket_sheet— One chronological sheet for a proceeding: its filings, decisions and environmental comments, each with the Board's own file.get_environmental_comment— One environmental comment by its Board number (`EI-34282`), with the commenter's own words as the Board printed them.read_page— The text of one page, or a few, of a filing's, decision's or environmental comment's file, as read from the Board's document (its own text layer, or OCR of a scan), labelled with who read it, with the Board's own file and the scan.count_filings— How many filings the Board typed a given way — `Consummation Notice`, `Trail Use Agreement Reached` — and in how many proceedings, optionally within a docket prefix (`AB`) and a filed-date range, and how many of those proceedings also hold a filing of a second type.coverage— The measured extent of the record: how many proceedings, filings, decisions and comments, the dates they span, and what is not yet held.