SuperStock Image Search — MCP Server

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.

Connect your AI assistant to:

https://mcp.superstock.com/mcp

Claude claude.ai · Desktop · mobile
  1. Open SettingsConnectors (on claude.ai: click your initials, bottom-left).
  2. Click Add custom connector.
  3. Name it SuperStock and paste https://mcp.superstock.com/mcp, then click Add. No authentication is required.
  4. In a new chat, open the search & tools menu (sliders icon) and make sure the SuperStock connector is enabled.
ChatGPT Plus / Pro · web & desktop
  1. Open SettingsApps & Connectors.
  2. Under Advanced settings, switch on Developer mode (required for custom MCP connectors).
  3. Back in Connectors, click Create.
  4. Name it SuperStock, set the MCP server URL to https://mcp.superstock.com/mcp, set Authentication to None, tick the trust checkbox and save.
  5. In a chat, click + → enable the SuperStock connector, then ask away.
Claude Code terminal
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 IDE
  1. Open Cursor SettingsMCPAdd new MCP server, or edit ~/.cursor/mcp.json:
{ "mcpServers": {
    "superstock": { "url": "https://mcp.superstock.com/mcp" }
} }
Gemini CLI terminal
  1. Add to ~/.gemini/settings.json:
{ "mcpServers": {
    "superstock": { "httpUrl": "https://mcp.superstock.com/mcp" }
} }
Other MCP clients

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.”

What it can do

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