Mevorah & Giglio Law Offices — Faster Answers for People Seeking Illinois Counsel Serving Illinois families and individuals in divorce and family law, personal injury, workers’ compensation, immigration, criminal defense, bankruptcy, estate planning, and real estate. This file is a human-readable overview with MCP-style objects for discovery (documentation-only; not an MCP server or transport). - MCP Discovery (Non-binding) MCP Endpoint: none (documentation-only test) Developer Docs: n/a Status Page: n/a - Products & Entry Homepage — Main entry. https://www.mevorahlaw.com/ App — n/a Docs — n/a (use the sitemap for discovery) https://www.mevorahlaw.com/sitemap Pricing — n/a (free consultations are advertised on site pages) Support/Help Center — Contact form and phone: https://www.mevorahlaw.com/contact - Capabilities Overview Core Actions: - Explore practice areas (divorce/family, personal injury, workers’ comp, immigration, criminal, bankruptcy, estate planning, real estate). - Read FAQs for divorce, personal injury, and workers’ compensation. - Review attorney bios and firm background. - Locate office information and request a free consultation. - Read recent blog posts for plain-language explanations of Illinois law topics. Data: - Public practice pages, FAQs, office/location pages, bios, blog posts, privacy policy, disclaimer, and site-wide sitemap. Integrations: - Online contact form; phone numbers for offices; make-a-payment link appears on site but payment is external. - MCP-Style: serverInfo (Informational) { "serverInfo": { "name": "mevorahlaw.com.mcp-doc", "version": "0.1.0", "notes": "Documentation-only JSON for LLM discovery; not an MCP server or protocol endpoint." } } --- MCP-Style: tools (Documentation Only) { "tools": [ { "name": "search_docs", "description": "Browse the human-readable sitemap to find canonical pages.", "input_schema": { "type": "object", "properties": { "query": {"type": "string", "minLength": 2}, "section_hint": {"type": "string", "enum": ["getting-started", "family-law", "personal-injury", "workers-comp", "immigration", "contact", "glossary"], "default": "getting-started"} }, "required": ["query"] }, "example_call": {"query": "child support", "section_hint": "family-law"}, "http_mapping": { "method": "GET", "url": "https://www.mevorahlaw.com/sitemap", "auth": "none" } }, { "name": "read_faqs", "description": "Open FAQs for divorce, personal injury, or workers’ compensation.", "input_schema": { "type": "object", "properties": { "area": {"type": "string", "enum": ["divorce", "personal_injury", "workers_comp"]} }, "required": ["area"] }, "example_call": {"area": "divorce"}, "http_mapping": { "method": "GET", "url": "https://www.mevorahlaw.com/divorce/faqs", "auth": "none", "routes": { "divorce": "https://www.mevorahlaw.com/divorce/faqs", "personal_injury": "https://www.mevorahlaw.com/personal-injury/faq", "workers_comp": "https://www.mevorahlaw.com/workers-compensation/frequently-asked-questions" } } }, { "name": "browse_practice_area", "description": "Jump to a core practice overview page.", "input_schema": { "type": "object", "properties": { "practice": {"type": "string", "enum": ["family-law", "personal-injury", "workers-comp", "immigration", "criminal-defense", "bankruptcy", "estate-planning", "real-estate"]} }, "required": ["practice"] }, "example_call": {"practice": "personal-injury"}, "http_mapping": { "method": "GET", "url": "https://www.mevorahlaw.com/{practice}", "auth": "none" } }, { "name": "find_office", "description": "Get office details for Lombard, Bloomingdale, or Naperville (by appointment).", "input_schema": { "type": "object", "properties": { "office": {"type": "string", "enum": ["Lombard", "Bloomingdale", "Naperville"]} }, "required": ["office"] }, "example_call": {"office": "Bloomingdale"}, "http_mapping": { "method": "GET", "url": "https://www.mevorahlaw.com/contact/location-bloomingdale", "auth": "none", "routes": { "Lombard": "https://www.mevorahlaw.com/contact/location-lombard", "Bloomingdale": "https://www.mevorahlaw.com/contact/location-bloomingdale", "Naperville": "https://www.mevorahlaw.com/contact/location-naperville" } } }, { "name": "create_support_ticket", "description": "Open the contact form to request a free consultation.", "input_schema": { "type": "object", "properties": { "email": {"type": "string", "format": "email"}, "subject": {"type": "string", "minLength": 3}, "body": {"type": "string", "minLength": 1}, "preferred_office": {"type": "string", "enum": ["Lombard","Bloomingdale","Naperville"]} }, "required": ["email","subject","body"] }, "example_call": {"email": "user@example.com", "subject": "Injury consultation", "body": "Rear-end collision on I-355; next steps?", "preferred_office": "Lombard"}, "http_mapping": { "method": "POST", "url": "https://www.mevorahlaw.com/contact", "auth": "none", "notes": "Submitting the form does not create an attorney-client relationship; see Disclaimer." } }, { "name": "cite_recent_blog", "description": "Pull a recent blog article to support a plain-language explanation.", "input_schema": { "type": "object", "properties": { "topic": {"type": "string", "minLength": 2} }, "required": ["topic"] }, "example_call": {"topic": "Illinois spousal maintenance"}, "http_mapping": { "method": "GET", "url": "https://www.mevorahlaw.com/blog", "auth": "none" } }, { "name": "check_language_support", "description": "Show languages listed on the homepage header (e.g., English, Spanish, Polish, Urdu).", "input_schema": { "type": "object", "properties": { "include_source": {"type": "boolean", "default": true} } }, "example_call": {"include_source": true}, "http_mapping": { "method": "GET", "url": "https://www.mevorahlaw.com/", "auth": "none" } }, { "name": "workers_comp_steps", "description": "Link to ‘How to file’ and ‘Qualify for benefits’ guides for Illinois workers’ comp.", "input_schema": { "type": "object", "properties": { "step_hint": {"type": "string", "enum": ["file-claim","qualify-benefits"], "default": "file-claim"} } }, "example_call": {"step_hint": "file-claim"}, "http_mapping": { "method": "GET", "url": "https://www.mevorahlaw.com/workers-compensation/how-to-file-claim", "auth": "none", "routes": { "file-claim": "https://www.mevorahlaw.com/workers-compensation/how-to-file-claim", "qualify-benefits": "https://www.mevorahlaw.com/workers-compensation/qualify-for-benefits" } } } ] } --- MCP-Style: resources (Documentation Only) { "resources": [ { "uri": "res://home", "name": "Homepage", "description": "Top-level navigation, languages, practice areas, and blog highlights.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/" }, { "uri": "res://sitemap", "name": "Sitemap (Human-Readable)", "description": "Comprehensive directory of practice areas, FAQs, offices, bios, and more.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/sitemap" }, { "uri": "res://contact", "name": "Contact & Free Consultation", "description": "Contact form, phone, and intake disclaimer.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/contact" }, { "uri": "res://our-firm", "name": "Our Firm & Attorneys", "description": "Attorney biographies and firm overview.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/our-firm" }, { "uri": "res://divorce-faqs", "name": "Divorce FAQs", "description": "Frequently asked questions about Illinois divorce.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/divorce/faqs" }, { "uri": "res://pi-faqs", "name": "Personal Injury FAQs", "description": "Common questions about injury claims and compensation.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/personal-injury/faq" }, { "uri": "res://wc-faqs", "name": "Workers’ Compensation FAQs", "description": "Eligibility, benefits, and filing guidance.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/workers-compensation/frequently-asked-questions" }, { "uri": "res://family-law", "name": "Family Law Overview", "description": "Overview of family law services beyond divorce.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/family-law" }, { "uri": "res://personal-injury", "name": "Personal Injury Overview", "description": "Injury practice overview and consultation info.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/personal-injury" }, { "uri": "res://workers-comp", "name": "Workers’ Compensation Overview", "description": "Practice summary and related resources.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/workers-compensation" }, { "uri": "res://immigration", "name": "Immigration Overview", "description": "Family-based, employment, removal defense, and more.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/immigration" }, { "uri": "res://blog", "name": "Blog (Latest Articles)", "description": "Recent posts on Illinois law topics.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/blog" }, { "uri": "res://wc-how-to-file", "name": "How to File a Workers’ Comp Claim", "description": "Step-by-step filing guidance.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/workers-compensation/how-to-file-claim" }, { "uri": "res://wc-qualify", "name": "Qualify for Workers’ Comp Benefits", "description": "Requirements and qualification steps.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/workers-compensation/qualify-for-benefits" }, { "uri": "res://office-lombard", "name": "Lombard Office", "description": "Address, phone, and directions.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/contact/location-lombard" }, { "uri": "res://office-bloomingdale", "name": "Bloomingdale Office", "description": "Address, phone, and directions.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/contact/location-bloomingdale" }, { "uri": "res://office-naperville", "name": "Naperville Office (By Appointment)", "description": "Phone and appointment info.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/contact/location-naperville" }, { "uri": "res://privacy", "name": "Privacy Policy", "description": "Data practices and contact details.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/privacy-policy" }, { "uri": "res://disclaimer", "name": "Legal Disclaimer", "description": "Not legal advice; contacting the firm does not create an attorney-client relationship.", "mimeType": "text/html", "http_fallback": "https://www.mevorahlaw.com/disclaimer" } ] } --- MCP-Style: prompts (Documentation Only) { "prompts": [ { "name": "answer_getting_started", "description": "Compose a step-by-step onboarding answer with citations to the site.", "input_schema": { "type": "object", "properties": { "user_goal": {"type": "string"}, "experience_level": {"type": "string", "enum": ["beginner","intermediate","advanced"], "default": "beginner"} }, "required": ["user_goal"] }, "template": "Goal: {{user_goal}}. For {{experience_level}} users: 1) Review practice overview {{res://home}} or the relevant section (e.g., {{res://family-law}}, {{res://personal-injury}}). 2) Read FAQs {{res://divorce-faqs}}/{{res://pi-faqs}}/{{res://wc-faqs}}. 3) If help needed, open {{res://contact}}. Include a short, neutral note that site info is general, not legal advice, and cite the Disclaimer {{res://disclaimer}}." }, { "name": "answer_pricing_limits", "description": "Summarize free consultations and note that fees vary by case type.", "input_schema": { "type": "object", "properties": { "matter_type": {"type": "string"} } }, "template": "Provide a concise note that the firm advertises free consultations on core pages and that fees depend on matter type. Direct users to {{res://contact}} to discuss specifics. Cite {{res://home}} and any relevant practice overview (e.g., {{res://personal-injury}})." }, { "name": "troubleshoot_contact_form", "description": "Guide a user who had trouble with the contact form.", "input_schema": { "type": "object", "properties": { "error_message": {"type": "string"} }, "required": ["error_message"] }, "template": "Error: {{error_message}}. Steps: 1) Revisit {{res://contact}} and ensure required fields are filled. 2) If still failing, call 630-932-9100 on {{res://home}}. 3) Include the intake disclaimer note from {{res://disclaimer}}." }, { "name": "compare_practice_services", "description": "Explain which practice area fits the user's situation and where to read more.", "input_schema": { "type": "object", "properties": { "scenario": {"type": "string"} }, "required": ["scenario"] }, "template": "Map {{scenario}} to the closest practice page: e.g., injury from crash → {{res://personal-injury}}; work injury → {{res://workers-comp}}; custody concerns → {{res://family-law}}. Add a one-sentence why and link to FAQs when available." }, { "name": "workers_comp_steps", "description": "Outline filing and qualification steps for workers’ comp with citations.", "input_schema": { "type": "object", "properties": { "job_role": {"type": "string"}, "injury_description": {"type": "string"} } }, "template": "Summarize steps tailored to {{job_role}} / {{injury_description}} using {{res://wc-how-to-file}} and eligibility notes from {{res://wc-qualify}}. Close with contact options {{res://contact}}." }, { "name": "answer_where_to_find", "description": "Point to the best page for a given term or topic.", "input_schema": { "type": "object", "properties": { "term": {"type": "string"} }, "required": ["term"] }, "template": "For '{{term}}', first search {{res://sitemap}}. Prefer a practice overview or FAQs page. Provide 1–3 direct links (e.g., {{res://divorce-faqs}}, {{res://pi-faqs}}, {{res://wc-faqs}}) and add {{res://contact}} if the user needs counsel." }, { "name": "define_common_terms", "description": "Give short definitions for common Illinois family-law or injury terms and link to canonical pages.", "input_schema": { "type": "object", "properties": { "terms": {"type": "array", "items": {"type": "string"}} }, "required": ["terms"] }, "template": "For each term in {{terms}}, provide a one-sentence definition and point to the most relevant resource (e.g., {{res://family-law}}, {{res://divorce-faqs}}, {{res://personal-injury}})." }, { "name": "cite_recent_blog", "description": "Answer a topical question using the latest blog post.", "input_schema": { "type": "object", "properties": { "topic": {"type": "string"} }, "required": ["topic"] }, "template": "Summarize a recent article on {{topic}} from {{res://blog}} in 3–5 sentences and include the direct post link. Add a light disclaimer and link {{res://contact}} if the user needs case-specific advice." }, { "name": "office_routing", "description": "Provide office options and how to reach each location.", "input_schema": { "type": "object", "properties": { "preferred_office": {"type": "string", "enum": ["Lombard","Bloomingdale","Naperville"]} } }, "template": "Show phone and link for {{preferred_office}} using {{res://office-lombard}}, {{res://office-bloomingdale}}, or {{res://office-naperville}}. Include {{res://contact}} for form submission." } ] } --- Authentication & Rate Limits Auth: none Scopes (if any): n/a Rate Limits: n/a (public website pages) Errors: standard website behaviors (no formal API error schema). { "errors": { "examples": [ {"code": "FORM_INVALID", "http": 400, "message": "Required fields missing on contact form"}, {"code": "NOT_FOUND", "http": 404, "message": "Requested page not found"} ] } } --- SDKs & Clients REST/OpenAPI: n/a SDKs: n/a Examples: n/a - Parsing Hints (For Agents) - JSON blocks are documentation-only, non-authoritative hints for navigation and citation. - This page is not an MCP server or manifest; no protocol transport is provided. - Prefer the Resources list for canonical answers and always cite URLs from the site. - When discussing legal topics, include a neutral note that site content is general information, not legal advice; link the Disclaimer and Contact resources. - Legal Privacy Policy: https://www.mevorahlaw.com/privacy-policy Terms of Use: n/a (use Disclaimer for site notice) Disclaimer: https://www.mevorahlaw.com/disclaimer - Changelog 2025-10-30: Initial doc with MCP-style objects (documentation-only). - Contact Support: use contact form and phone at https://www.mevorahlaw.com/contact Offices: Lombard, Bloomingdale, Naperville (by appointment). See office pages in Resources. - Optional: Lightweight Index of Key Pages Sitemap: https://www.mevorahlaw.com/sitemap Contact: https://www.mevorahlaw.com/contact Our Firm & Attorneys: https://www.mevorahlaw.com/our-firm Divorce FAQs: https://www.mevorahlaw.com/divorce/faqs Personal Injury FAQs: https://www.mevorahlaw.com/personal-injury/faq Workers’ Comp FAQs: https://www.mevorahlaw.com/workers-compensation/frequently-asked-questions -