← podlaskilegal.com
INDIVIDUAL MCP TOOL
list_practice_areas
Returns public practice-area information from the approved service catalog.
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 endpoint
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.podlaskilegal-com]
url = "https://mcp.podlaskilegal.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"podlaskilegal-com": {
"type": "http",
"url": "https://mcp.podlaskilegal.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: podlaskilegal-com
Remote MCP URL: https://mcp.podlaskilegal.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": {
"podlaskilegal-com": {
"url": "https://mcp.podlaskilegal.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"podlaskilegal-com": {
"type": "http",
"url": "https://mcp.podlaskilegal.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "podlaskilegal-com",
"transport": "streamable-http",
"url": "https://mcp.podlaskilegal.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_firm_profile— Returns public firm identity, contact, location, practice-area, consultation, and disclaimer information.list_pricing_options— Returns public consultation policy and firm-approved flat-fee or quote-required packages.check_service_fit— Rule-based public triage for practice-area fit.request_consultation— Returns current public consultation-routing guidance only.