Stockflow MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_assetsA | Search Stockflow.media's royalty-free catalog (18,000+ 8K stock images and 4K video clips). Returns watermarked preview URLs that can be used directly in presentations, videos, mockups and designs, plus the license page where the user can buy the full-resolution file (from $1). |
| get_categoriesA | List Stockflow.media's asset categories with cover images and asset counts. Useful to explore what's available before searching. |
| get_assetA | Get full details for one asset by its Stockflow File_ID (e.g. '20260622_01471'). |
| download_previewA | Download an asset's watermarked preview file to a local path so it can be embedded in a presentation, video project or design draft. For the full-resolution unwatermarked file, the user must license it at the asset's license_page. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: searching, fetching details, browsing categories, and downloading previews. There is no overlap or ambiguity.
All tool names follow a consistent verb_noun pattern in snake_case: download_preview, get_asset, get_categories, search_assets.
Four tools is well-scoped for a stock media server, covering the essential actions without surplus or deficiency.
The tool set covers the core workflow of browsing categories, searching, viewing details, and downloading previews. The missing ability to download full-resolution assets is expected as licensing is handled externally.