← legalscout.net

INDIVIDUAL MCP TOOL

consult_with_associate

Talk to a firm's prospect AI associate in this chat (text intake).

legalscout.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://legalscout.net/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for consult_with_associate 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

legalscout.net

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.legalscout]
url = "https://legalscout.net/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "legalscout": {
      "type": "http",
      "url": "https://legalscout.net/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: legalscout
Remote MCP URL: https://legalscout.net/api/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": {
    "legalscout": {
      "url": "https://legalscout.net/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "legalscout": {
      "type": "http",
      "url": "https://legalscout.net/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "legalscout",
  "transport": "streamable-http",
  "url": "https://legalscout.net/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_attorneys — Search LegalScout for law firms that enabled AI-app discovery.
  • get_prospect_associate — Get one discoverable prospect AI associate by subdomain, attorney id, or firm name.
  • start_consultation — Start talking to a firm's prospect AI associate.
  • get_connector_howto — Return easy setup steps for connecting LegalScout in Claude, ChatGPT, or Gemini, plus a website snippet firms can publish so visitors ask the LLM to find them.