visual-image-search-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BRAVE_API_KEY | No | API key to enable the Brave search provider. | |
| GOOGLE_CSE_CX | No | Custom Search Engine ID to enable the Google Custom Search Engine provider. Must be used with GOOGLE_CSE_KEY. | |
| GOOGLE_CSE_KEY | No | API key to enable the Google Custom Search Engine provider. Must be used with GOOGLE_CSE_CX. | |
| SERPER_API_KEY | No | API key to enable the Serper.dev search provider. | |
| IMAGE_MCP_OUTPUT_DIR | No | Root directory that every download must land inside. | ./downloaded-images |
| IMAGE_MCP_SEARCH_INTERVAL_MS | No | Minimum gap between outbound searches, in milliseconds. | 1000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| image_searchA | Search the web for images and get back a single numbered contact sheet showing the results. Look at the sheet, decide which cells you want, then pass their ids to image_inspect or image_download. Image URLs are held server-side and referenced by id. |
| image_inspectA | Return a single image from a previous search at higher resolution, for checking detail before committing to a download. |
| image_downloadA | Download images picked from a contact sheet. Each file is written with a sidecar .json holding the source page, licence, attribution, query and provider. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/enescanguven/visual-image-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server