INDIVIDUAL MCP TOOL
update_checklist_item
Update a checklist item (requires OAuth in production MCP clients).
LIVE ENDPOINT
https://maps.mallorca-expats.de/api/mcp
Connect to this endpoint to inspect the live schema for update_checklist_item and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name, description or schema mentions credentials.
Parent server
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
search— Search published Mallorca Expats Maps content with citations.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).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).