Content Tools
siftstock.com
Provides search, discovery, and download of commercially-licensed stock images.
ENDPOINT 1
https://mcp.siftstock.com/mcp
MCP server metadata
- Name
- siftstock
- Version
- 1.0.0
SiftStock is a curated, consistently-styled AI-generated stock image library. All images carry a clean commercial license with no third-party model/property releases. Search and previews are free and need no account; downloading full-resolution files requires a SiftStock subscription, or one of the free downloads on the connected account.
Known tools 6
search_imagesSearch a large, curated, commercially-licensed stock image catalog by free-text query.
Inferred read-onlyget_similar_imagesGiven an image ID, return visually similar images and same-series shots — use to build a consistent visual set in one style.
Inferred read-onlyget_image_detailsFull metadata for one image: description, tags, dimensions, large watermarked preview, and machine-readable license terms (AI-generated content, commercial use).
Inferred read-onlydownload_imageDownload the full-resolution licensed file for an image ID (requires connected SiftStock account).
Inferred read-onlycheck_accountShow the connected SiftStock account: plan tier, subscription status, downloads used against whichever limit the plan sets (this period or today), remaining free downloads, and renewal date (requires connected SiftStock account).
Inferred read-onlyCONNECT 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.siftstock]
url = "https://mcp.siftstock.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"siftstock": {
"type": "http",
"url": "https://mcp.siftstock.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: siftstock
Remote MCP URL: https://mcp.siftstock.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": {
"siftstock": {
"url": "https://mcp.siftstock.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"siftstock": {
"type": "http",
"url": "https://mcp.siftstock.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "siftstock",
"transport": "streamable-http",
"url": "https://mcp.siftstock.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.