This is a Model Context Protocol server: it lets AI assistants search SuperStock's library of millions of licensed stock photos in natural language — moods, concepts and scenes, not just keywords.
https://mcp.superstock.com/mcp
SuperStock and paste
https://mcp.superstock.com/mcp, then click Add.
No authentication is required.SuperStock, set the MCP server URL to
https://mcp.superstock.com/mcp, set Authentication to
None, tick the trust checkbox and save.claude mcp add --transport http superstock https://mcp.superstock.com/mcp
Run it in any project (add --scope user to enable it
everywhere), then ask Claude Code to search SuperStock.
~/.cursor/mcp.json:{ "mcpServers": {
"superstock": { "url": "https://mcp.superstock.com/mcp" }
} }
~/.gemini/settings.json:{ "mcpServers": {
"superstock": { "httpUrl": "https://mcp.superstock.com/mcp" }
} }
Any client that speaks MCP over streamable HTTP can connect:
point it at https://mcp.superstock.com/mcp — no API
key, no OAuth.
Then just ask: “Search SuperStock for a moody lighthouse in fog and show me five options.”
search_images — natural-language catalog search, with
thumbnails and licensing links.
get_image — details for a specific image by SKU.
Free public preview · rate-limited per IP · all images link to superstock.com for licensing.
© SuperStock · questions: yourfriends@superstock.com