Skip to main content
mcpSource-backedReview first Safety Privacy
Legal Fournier logo

Spain Legal by Legal Fournier

Spain Legal by Legal Fournier is a public, read-only MCP server for Spain legal route screening. It helps AI assistants explore visa options, Beckham Law eligibility, NIE/TIE steps, residency/nationality paths, EU family routes, and when to prepare a human Legal Fournier handoff.

by Legal Fournier · submitted by vy35·added 2026-05-08·
HarnessClaude CodeCodexCursorClaude Desktop
Review first review before installing

Open the source and read safety notes before installing.

Citation facts

Source-backed facts for citing this resource, derived directly from the registry — also available as plain text for AI assistants.

Source URLs
https://legalfournier.com/en/mcp/spain-legal/, https://github.com/JSONbored/awesome-claude/blob/main/content/mcp/legal-fournier-spain-legal-mcp.mdx
Brand
Legal Fournier
Brand domain
legalfournier.com
Brand asset source
brandfetch
Safety notes
Use this as a screening aid only and verify immigration, tax, or legal conclusions with qualified counsel before acting.
Privacy notes
Personal eligibility facts, residency details, citizenship information, and legal questions may be sent through model context.
Author
Legal Fournier
Submitted by
vy35
Reviewed by
JSONbored
Claim status
unclaimed
Last verified
2026-05-08

Safety notes

  • Use this as a screening aid only and verify immigration, tax, or legal conclusions with qualified counsel before acting.

Privacy notes

  • Personal eligibility facts, residency details, citizenship information, and legal questions may be sent through model context.

Schema details

Install type
cli
Troubleshooting
No
Full copyable content
claude mcp add --transport http legal-fournier-spain-legal https://legalfournier.com/mcp/spain-legal
claude mcp list
claude mcp status legal-fournier-spain-legal

About this resource

Overview

Spain Legal by Legal Fournier is a public, read-only MCP server for Spain legal route screening. It helps AI assistants explore visa options, Beckham Law eligibility, NIE/TIE steps, residency/nationality paths, EU family routes, and when to prepare a human Legal Fournier handoff.

Usage

claude mcp add --transport http legal-fournier-spain-legal https://legalfournier.com/mcp/spain-legal claude mcp list claude mcp status legal-fournier-spain-legal

Source citations

Add this badge to your README

Show that Spain Legal by Legal Fournier is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.

Listed on HeyClaude
[![Listed on HeyClaude](https://heyclau.de/badge/mcp/legal-fournier-spain-legal-mcp.svg)](https://heyclau.de/entry/mcp/legal-fournier-spain-legal-mcp)

How it compares

Spain Legal by Legal Fournier side by side with 2 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.

Field

Spain Legal by Legal Fournier is a public, read-only MCP server for Spain legal route screening. It helps AI assistants explore visa options, Beckham Law eligibility, NIE/TIE steps, residency/nationality paths, EU family routes, and when to prepare a human Legal Fournier handoff.

Open dossier

MCP server and CLI for searching Korean statutes, precedents, ordinances, treaties, interpretations, citation checks, amendment timelines, and legal scenario workflows through Korea's official law APIs.

Open dossier

Adeu MCP server and SDKs translate DOCX files to token-efficient Markdown with CriticMarkup, apply safe Track Changes edits, and optionally integrate with live Microsoft Word on Windows.

Open dossier
Trust
Install riskReview firstReview firstReview first
Notes Safety Privacy Safety Privacy Safety Privacy
BrandLegal Fournier logoLegal Fournier
Categorymcpmcpmcp
Sourcesource-backedsource-backedsource-backed
AuthorLegal FournierChrisAdeu
Added2026-05-082026-06-052026-06-14
Platforms
Claude CodeCodexCursorClaude Desktop
Claude CodeClaude Desktop
Claude CodeClaude Desktop
Source repo
Safety notesUse this as a screening aid only and verify immigration, tax, or legal conclusions with qualified counsel before acting.Do not treat model output, tool summaries, scenario workflows, citation checks, or amendment comparisons as legal advice. Verify legal conclusions against official Korean legal sources and a qualified professional before using them for compliance, litigation, contracts, immigration, employment, taxation, or public guidance. Legal APIs can return stale, partial, unavailable, mistranslated, or context-dependent results; review dates, jurisdiction, document type, article numbers, and official text. Chain tools and scenario tools can combine many sources into persuasive narratives; require citation review before relying on generated explanations. Remote HTTP deployments must protect API keys, rate limits, and access to legal research workflows.`process_document_batch` can modify DOCX content and apply Track Changes when edits pass validation. `finalize_document` can strip metadata and lock documents; review output before external distribution. Live Word integration edits the active document in memory; save backups before batch operations. Adeu Cloud email workflows fetch external attachments; treat counterparty documents as untrusted input.
Privacy notesPersonal eligibility facts, residency details, citizenship information, and legal questions may be sent through model context.`LAW_OC` and any API-key delivery method must be treated as secret and kept out of repositories, shared prompts, logs, and screenshots. Legal questions can reveal disputes, investigations, clients, employers, contracts, personal facts, regulated matters, or litigation strategy. Queries, citations, law names, case numbers, document text, and generated legal analysis may be visible to the MCP client and model provider. Avoid sending confidential client facts, privileged material, personal data, or non-public legal strategy through prompts or tool arguments.Local Adeu tools process documents on your machine and do not phone home with file contents by default. Document text sent to your LLM provider is subject to that provider's data handling policies. Optional Adeu Cloud routes large validation or email workflows through Adeu servers under separate terms.
Prerequisites— none listed
  • Node.js 20.19 or newer, matching the upstream package metadata.
  • Korea Law Open API key stored as `LAW_OC`.
  • Korean legal research context where Korea's statutes, precedents, ordinances, treaties, or interpretations are relevant.
  • Korean-language legal terminology familiarity or access to qualified review.
  • Node.js 18+ for the `@adeu/mcp-server` npm package, or Python with uv for the `adeu-server` backend.
  • Local access to `.docx` files you intend to read or redline; live Word editing requires Windows with Microsoft Word installed.
  • Claude Desktop, Claude Code, Cursor, or another MCP client with stdio transport support.
  • Optional Adeu Cloud account only if you enable email fetch or advanced validation workflows.
Install
claude mcp add --transport http legal-fournier-spain-legal https://legalfournier.com/mcp/spain-legal
npm install -g korean-law-mcp
claude mcp add adeu -- npx -y @adeu/mcp-server
Config
{
  "mcpServers": {
    "legal-fournier-spain-legal": {
      "type": "http",
      "url": "https://legalfournier.com/mcp/spain-legal"
    }
  }
}
{
  "mcpServers": {
    "korean-law": {
      "command": "korean-law-mcp",
      "env": {
        "LAW_OC": "YOUR_KOREA_LAW_OPEN_API_KEY",
        "LAW_API_PROTOCOL": "https"
      }
    }
  }
}
{
  "mcpServers": {
    "adeu": {
      "command": "uvx",
      "args": ["--from", "adeu", "adeu-server"],
      "env": {
        "ADEU_CLOUD_API_KEY": "YOUR_OPTIONAL_CLOUD_KEY"
      }
    }
  }
}
Citations
ClaimUnclaimedUnclaimedUnclaimed

Related guides

Signals

Loading live community signals…

More like this, weekly

A short, calm digest of reviewed Claude resources. Unsubscribe any time.