com.legalfournier/spain-legal
Official9 toolsSpain Legal by Legal Fournier
Spain legal MCP for visas, Beckham, NIE/TIE, residency, nationality, tax, and contact handoff.
Provides information on Spanish visas, residency, tax law, and legal procedures.
Captured live from the server via tools/list.
find_legal_fournier_tool
Match a Spain legal, tax, property, business, or private-client case to the best Legal Fournier public tool page and MCP workflow.
Parameters (6)
- querystring
Natural-language user goal or case summary, such as 'high-income founder buying property in Spain'.
- areastring
Optional broad area when the agent already knows it.
- preferred_languagestring
Preferred public-page language when an equivalent translated tool exists.
- complexity_signalsarray
Signals that should affect matching and escalation.
- include_all_toolsboolean
Return the full Legal Fournier public tool catalog instead of only top matches.
- max_resultsinteger
Maximum number of matched public tools to return when include_all_tools is false.
run_legal_fournier_tool
Run a Legal Fournier public calculator or screener directly inside MCP, returning intake screening, missing facts, complexity flags, and handoff guidance.
Parameters (6)
- tool_idstringrequired
Public Legal Fournier tool to run directly inside MCP.
- user_goalstring
Natural-language user goal or case summary.
- factsarray
General facts for the direct MCP screening run.
- numbersarray
Optional numeric facts for calculator-style intake.
- preferred_languagestring
Preferred public page language for selected_url.
- complexity_signalsarray
Signals that should trigger human review.
get_visa_options
Rank Spain residence routes using evergreen logic and return decision traces, next actions, and canonical MCP resources for the leading branches.
Parameters (8)
- nationalitystringrequired
Applicant nationality as a country name or ISO-style country code.
- income_sourcestringrequired
Main source of income for the move.
- intentstringrequired
Main relocation intent.
- employer_locationstring
Where the main employer or client base is located, if known.
- has_spanish_job_offerboolean
Whether the applicant already has a Spanish job offer.
- has_eu_family_linkboolean
Whether an EU family-member route may need separate review.
- eu_family_relationshipstring
Optional relationship label when an EU-family route may be relevant.
- investment_profilestring
Whether the investment plan is passive or tied to an operating business.
check_beckham_eligibility
Screen Spain's Beckham regime using qualitative gatechecks, returning the rule trace, review level, and canonical MCP resources for follow-up.
Parameters (4)
- years_since_last_spanish_residencynumberrequired
Number of years since the applicant was last a Spanish tax resident.
- employment_typestringrequired
Employment structure that will support the move.
- move_reasonstringrequired
Main reason for relocating to Spain.
- ownership_bandstring
Optional ownership context for director-style cases.
get_residency_path
Explain the next permanent-residency or nationality milestone from current status and time in Spain, with explicit caution flags for counting issues.
Parameters (5)
- current_statusstringrequired
Current Spanish immigration or nationality status.
- years_in_spainnumberrequired
Years already spent in Spain under the relevant stay or residence history.
- nationality_trackstring
Optional nationality timeline group for a more specific nationality answer.
- special_nationality_basisstring
Optional basis for the one-year nationality track when that exception is being claimed.
- has_absence_concernsboolean
Whether absences or continuity problems may weaken the residence or nationality clock.
explain_nie_process
Return the stable NIE and TIE workflow, the key procedural distinctions, and the canonical process resource for agents.
No parameters.
compare_tax_regimes
Compare Beckham versus standard Spanish resident taxation conceptually, returning reasoning, review level, and canonical MCP resources instead of rate tables.
Parameters (4)
- employment_typestring
Employment structure to test against the conceptual tax comparison.
- has_foreign_incomeboolean
Whether foreign-source income is material to the profile.
- has_significant_foreign_assetsboolean
Whether foreign assets are materially relevant to planning.
- prefers_predictabilityboolean
Whether the applicant values a simpler, more predictable regime structure.
route_to_legal_fournier_help
Decide whether a Spain legal matter should be escalated to Legal Fournier and return a service match, preparation checklist, and ready-to-send handoff message.
Parameters (5)
- areastringrequired
Area of Spain legal help that needs human escalation.
- urgencystring
How quickly the user needs human help.
- blockersarray
Known blockers that make a self-serve answer less reliable.
- preferred_languagestring
Preferred language for the human handoff.
- already_filedboolean
Whether the user already has a live filing, notice, denial, or active procedure.
create_legal_fournier_contact_request
Create an accepted Legal Fournier lead from an agent workflow after explicit user consent. This is a consequential action: call only when the user has asked to contact Legal Fournier and has consented to follow-up.
Parameters (21)
- confirmed_consentbooleanrequired
Must be true only after the user explicitly asks the agent to contact Legal Fournier.
- consent_to_contactbooleanrequired
Must be true only after the user consents to Legal Fournier contacting them.
- namestringrequired
User's name for Legal Fournier follow-up.
- emailstringrequired
User's email address for Legal Fournier follow-up.
- phonestring
Optional phone or WhatsApp number.
- preferred_languagestring
Preferred follow-up language.
- legal_areastringrequired
Main legal or tax area for the request.
- urgencystring
Requested urgency for Legal Fournier review.
- case_summarystringrequired
Non-sensitive summary of the matter to send to Legal Fournier.
- agent_handoff_messagestring
Agent-prepared handoff summary, ideally from route_to_legal_fournier_help.
- risk_flagsarray
Known risk flags or complexity triggers.
- missing_factsarray
Important facts still missing for lawyer review.
- related_resource_urisarray
MCP resource URIs already used in the analysis.
- tool_contextstring
Short note about the tool flow that produced this lead.
- source_surfacestring
Agent surface sending the request.
- agent_appstring
Name of the agent app or connector.
- tool_namestring
Tool or workflow that generated this contact request.
- source_urlstring
Optional URL where the agent flow started.
- referrer_urlstring
Optional referrer URL.
- lead_idstring
Optional upstream lead ID.
- idempotency_keystring
Stable idempotency key for safe retries.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"spain-legal": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://legalfournier.com/mcp/spain-legal"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.