INDIVIDUAL MCP TOOL
get_image_details
Full metadata for one image: description, tags, dimensions, large watermarked preview, and machine-readable license terms (AI-generated content, commercial use).
LIVE ENDPOINT
https://mcp.siftstock.com/mcp
Connect to this endpoint to inspect the live schema for get_image_details 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.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.
Related tools
search_images— Search a large, curated, commercially-licensed stock image catalog by free-text query.get_similar_images— Given an image ID, return visually similar images and same-series shots — use to build a consistent visual set in one style.list_categories— List the top catalog categories (tag slugs with counts).download_image— Download the full-resolution licensed file for an image ID (requires connected SiftStock account).check_account— Show 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).