← muralists.nl

INDIVIDUAL MCP TOOL

search_muralists

Search a curated directory of muralists and street artists in the Netherlands.

muralists.nlnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.muralists.nl/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_muralists 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

muralists.nl

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.muralists-directory]
url = "https://mcp.muralists.nl/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "muralists-directory": {
      "type": "http",
      "url": "https://mcp.muralists.nl/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: muralists-directory
Remote MCP URL: https://mcp.muralists.nl/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": {
    "muralists-directory": {
      "url": "https://mcp.muralists.nl/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "muralists-directory": {
      "type": "http",
      "url": "https://mcp.muralists.nl/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "muralists-directory",
  "transport": "streamable-http",
  "url": "https://mcp.muralists.nl/mcp"
}
MCP Inspector

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

Related tools

  • get_muralist_profile — Get the full profile of a specific muralist from the Muralists.nl directory: bio, styles, portfolio of realized works with locations, typical project types, and how to request a quote.
  • search — Search the Muralists.nl directory of Dutch muralists and street artists by free text (name, city, style).
  • fetch — Retrieve the full text of one Muralists.nl directory profile by id, for citation.