← allpaintingsstore.com
INDIVIDUAL MCP TOOL
search_museums
Full-text search of museums by name, optionally narrowed by city and country.
LIVE ENDPOINT
https://direct.allpaintingsstore.com/mcp
Connect to this endpoint to inspect the live schema for search_museums 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.aas-art-search]
url = "https://direct.allpaintingsstore.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aas-art-search": {
"type": "http",
"url": "https://direct.allpaintingsstore.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aas-art-search
Remote MCP URL: https://direct.allpaintingsstore.com/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": {
"aas-art-search": {
"url": "https://direct.allpaintingsstore.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aas-art-search": {
"type": "http",
"url": "https://direct.allpaintingsstore.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aas-art-search",
"transport": "streamable-http",
"url": "https://direct.allpaintingsstore.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_artworks— Full-text search of the artwork catalog by title, artist name and description.search_artists— Full-text search of artists by name and biography, optionally narrowed by birth city/country and by a year the artist was alive (born <= year <= died, or born + 80 years when the death year is unknown).search_articles— Full-text search of website articles, optionally filtered by category code.search_fts— Full-text search across artworks, artists, museums and articles at once (maximum 10 results per model, merged by relevance).get_a_quotation— Price quotation for a reproduction of an artwork, as an art print or a hand-painted oil painting, at a given size and in a given currency.get_my_orders_details— The orders of the account this token belongs to, most recent first.