stock-images-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PEXELS_API_KEY | No | API key for Pexels. Required if Unsplash or Pixabay keys are not provided. | |
| PIXABAY_API_KEY | No | API key for Pixabay. Required if Pexels or Unsplash keys are not provided. | |
| UNSPLASH_API_KEY | No | API key for Unsplash. Required if Pexels or Pixabay keys are not provided. |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_imagesC | Search stock images across providers. Available providers: pexels |
| download_imageC | Download a stock image to local folder |
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 2 tools
The two tools have clearly distinct purposes: one for searching images and one for downloading them. There is no overlap or ambiguity between these functions, making it easy for an agent to select the correct tool based on the task.
Both tool names follow a consistent verb_noun pattern (search_images, download_image) with clear, descriptive verbs. The naming is uniform and predictable throughout the set.
With only two tools, the server feels under-scoped for a stock image domain. A typical stock image service would benefit from additional operations like filtering results, viewing image details, or managing downloads, making this set too minimal for effective agent workflows.
The tool surface is severely incomplete for stock image operations. It lacks basic CRUD-like functions such as viewing image metadata, filtering searches, or handling multiple providers beyond Pexels. This will likely cause agent failures when trying to perform common tasks in this domain.