← mallorca-expats.de

INDIVIDUAL MCP TOOL

search

Search published Mallorca Expats Maps content with citations.

mallorca-expats.denone authenticationAvailability not checked

LIVE ENDPOINT

https://maps.mallorca-expats.de/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

mallorca-expats.de

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mallorca-expats-maps-mcp]
url = "https://maps.mallorca-expats.de/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mallorca-expats-maps-mcp": {
      "type": "http",
      "url": "https://maps.mallorca-expats.de/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mallorca-expats-maps-mcp
Remote MCP URL: https://maps.mallorca-expats.de/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mallorca-expats-maps-mcp": {
      "url": "https://maps.mallorca-expats.de/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mallorca-expats-maps-mcp": {
      "type": "http",
      "url": "https://maps.mallorca-expats.de/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mallorca-expats-maps-mcp",
  "transport": "streamable-http",
  "url": "https://maps.mallorca-expats.de/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • fetch — Fetch one canonical published content item by id.
  • search_providers — Search verified Mallorca service providers.
  • get_life_situation_plan — Fetch a life-situation guide with steps and FAQs.
  • copilot_retrieve — GraphRAG retrieval: life situations, providers, authorities, MallorcaExpats knowledge chunks, citations, and graph edges for a natural-language query.
  • get_user_checklist — Fetch a user checklist state (app-layer stub when OAuth is not configured).
  • update_checklist_item — Update a checklist item (requires OAuth in production MCP clients).
  • maps_checklist_widget — Return a widget descriptor for the Maps checklist UI.
  • submit_provider_lead — Submit a lead to a provider (requires user consent; OAuth for external side effects).