MCP サーバー概要
What is the project? Spain Legal MCP is a public MCP (Modular Consumer Provider) server maintained by Legal Fournier that provides immigration and tax guidance for Spain. It exposes programmatic tools and prompts to screen cases, evaluate visa/residency/tax options (including Beckham regime eligibility), and route clients to Legal Fournier support.
How to use the project?
- Call the MCP endpoint: https://legalfournier.com/mcp/spain-legal (registry id: com.legalfournier/spain-legal). See docs at https://legalfournier.com/en/mcp/spain-legal/.
- Use the provided tools (API methods) to query visa options, check Beckham eligibility, get residency paths, explain the NIE process, compare tax regimes, or route to Legal Fournier help.
- Use built-in prompts for screening, drafting answers, auditing risks, and preparing handoffs.
- Run locally for development: npm install; npm run build; npm run test; npm run dev (or npm run dev:stdio for stdio mode).
Key features
- Exposed tools: get_visa_options, check_beckham_eligibility, get_residency_path, explain_nie_process, compare_tax_regimes, route_to_legal_fournier_help.
- Prompts for case screening, drafting immigration responses, risk audits, and handoffs.
- Resource URIs (catalog, routes, processes, tracks, topics) using legalfournier:// namespace.
- Read-only mode for safe screening and handoff workflows.
- Transport via streamable-http for integration-friendly communication.
Use cases
- Screening clients who want to move to Spain and identifying suitable visa pathways.
- Checking eligibility and implications of the Beckham tax regime for high-net-worth individuals.
- Comparing tax regimes for residency planning and advising on NIE process steps.
- Drafting initial immigration responses and preparing legal handoff packages for attorneys.
- Integrating with chatbots or case-management systems to route users to Legal Fournier assistance.
FAQ
- What is an MCP endpoint and how do I call it?
MCP is a modular provider endpoint exposing tools and prompts; call the endpoint listed (https://legalfournier.com/mcp/spain-legal) according to the MCP docs linked on the site.
- Is this server writable or does it modify cases?
Mode is read-only for screening and handoff; it provides assessments and routing, not case updates.
- Can I run this locally for development?
Yes. Use the provided npm commands (install, build, test, dev, dev:stdio) to run and test locally.
- Is the output legally binding advice?
No. The server provides guidance and screening; final legal advice should come from Legal Fournier lawyers via the routing/handoff process.
- Where are the integration resources?
Resources and resource URIs are provided (legalfournier://spain-legal/…) and full MCP documentation is on the Legal Fournier website.