{
  "name": "daclaw-legal",
  "description": "MCP server for Law Office of David A. Chicarelli Co., LPA. Enables AI agents to query legal practice areas and jurisdictions. Read-only; client intake is handled through the website contact form.",
  "version": "1.0.0",
  "tools": [
    {
      "name": "get_practice_areas",
      "description": "List practice areas, courts, and jurisdictions served in Southwest Ohio (Warren, Montgomery, Butler counties).",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    }
  ]
}