← muralists.eu
INDIVIDUAL MCP TOOL
search_muralists
Search a curated directory of muralists and street artists in Europe.
LIVE ENDPOINT
https://mcp.muralists.eu/mcp
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
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.eu/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"muralists-directory": {
"type": "http",
"url": "https://mcp.muralists.eu/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: muralists-directory
Remote MCP URL: https://mcp.muralists.eu/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.eu/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"muralists-directory": {
"type": "http",
"url": "https://mcp.muralists.eu/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "muralists-directory",
"transport": "streamable-http",
"url": "https://mcp.muralists.eu/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 directory: bio, styles, portfolio of realized works with locations, typical project types, and how to request a quote.search— Search the Muralists directory of muralists and street artists by free text (name, city, style).fetch— Retrieve the full text of one Muralists directory profile by id, for citation.