
Spain Legal MCP by LegalFournier
โ 2from heyalerio
Read-only Spain legal MCP for visa, residency, NIE/TIE, tax-regime and Beckham Law screening; informational only, not legal advice.
โ labsco summary โ our analysis, not the vendor's
What it is โ A public, read-only MCP server from Legal Fournier for screening Spain immigration and tax questions โ visas, residency, NIE/TIE, and the Beckham Law regime.
What you get โ
- Tools like
get_visa_options,check_beckham_eligibility,get_residency_path,explain_nie_process, andcompare_tax_regimes. - Guided prompts โ
screen_move_to_spain_case,audit_spain_case_risks,prepare_legal_fournier_handoffโ plus aroute_to_legal_fournier_helphandoff. - Catalog/route/process resources under
legalfournier://spain-legal/.... - Streamable-HTTP endpoint at
https://legalfournier.com/mcp/spain-legal, or run locally.
Requirements โ Nothing โ runs out of the box, no API key. Use the hosted endpoint, or run locally with npm install && npm run build && npm run dev (stdio mode available).
Cost snapshot โ Free; no license stated in the metadata. No paid service behind the screening tools.
Setup effort โ Point your MCP client at the hosted URL, or npm run dev for local.
Our take โ A convenient first-pass screener for anyone considering a move to Spain. Important caveat: the README states it is informational only and explicitly not legal advice โ it's designed to hand off to Legal Fournier, so don't treat its output as authoritative.
Source: the project README โ summarized 2026-07-08.
โ readme from github โ mirrored (latest on GitHub โ)
Spain Legal MCP
Public MCP server for Spain immigration and tax guidance by Legal Fournier.
- Website: https://legalfournier.com
- MCP endpoint:
https://legalfournier.com/mcp/spain-legal - Registry id:
com.legalfournier/spain-legal - MCP documentation: https://legalfournier.com/en/mcp/spain-legal/
Tools
get_visa_optionscheck_beckham_eligibilityget_residency_pathexplain_nie_processcompare_tax_regimesroute_to_legal_fournier_help
Prompts
screen_move_to_spain_casedraft_spain_immigration_answeraudit_spain_case_risksprepare_legal_fournier_handoff
Resources
legalfournier://spain-legal/cataloglegalfournier://spain-legal/routes/{route_id}legalfournier://spain-legal/processes/{process_id}legalfournier://spain-legal/tracks/{track_id}legalfournier://spain-legal/topics/{topic_id}
Notes
- Transport:
streamable-http - Mode: read-only tools for screening and handoff
Run Locally
npm install
npm run build
npm run test
npm run devLocal stdio mode:
npm run dev:stdionpm install
npm run build
npm run test
npm run devNo common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.