← courtmonster.com
INDIVIDUAL MCP TOOL
get_site_summary
Return the public llms.txt authority summary for this host.
LIVE ENDPOINT
https://courtmonster.com/mcp
Connect to this endpoint to inspect the live schema for get_site_summary 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.courtmonster-public-authority]
url = "https://courtmonster.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"courtmonster-public-authority": {
"type": "http",
"url": "https://courtmonster.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: courtmonster-public-authority
Remote MCP URL: https://courtmonster.com/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": {
"courtmonster-public-authority": {
"url": "https://courtmonster.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"courtmonster-public-authority": {
"type": "http",
"url": "https://courtmonster.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "courtmonster-public-authority",
"transport": "streamable-http",
"url": "https://courtmonster.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_route_authority_manifest— Return canonical public routes, search intent, GAO intent, schema expectations, and indexability.search_public_routes— Search public route authority records by query text.