← leyapp.es

INDIVIDUAL MCP TOOL

get_practice_areas

Get the list of available legal practice areas on LeyApp with their slugs.

leyapp.esnone authenticationAvailability not checked

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

leyapp.es

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

.mcp.json

{
  "mcpServers": {
    "leyapp-es": {
      "type": "http",
      "url": "https://leyapp.es/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_lawyers — Search for verified lawyers on LeyApp by city, practice area, language, and price.
  • get_lawyer_profile — Get full details for a specific lawyer: bio, bar memberships, practice areas, languages, and fees.
  • get_availability — Check available consultation time slots for a specific lawyer.
  • initiate_booking — Create a booking intent for a lawyer consultation slot.
  • calculate_fee — Calculate the full IVA-compliant breakdown of what a client pays for a consultation.
  • get_reviews — Get recent reviews for a specific lawyer.
  • get_my_bookings — List your upcoming and past bookings.
  • get_booking_details — Get full details of a specific booking.