Skip to main content
Glama

SearXNG MCP Server

by netixc

search_media

Find images or videos using privacy-focused search. Specify media type and query to get relevant visual content from multiple sources without tracking.

Instructions

Search for images or videos.

Use this when:

  • User wants to find images or photos

  • Looking for video content

  • "show me pictures of..." or "find videos about..."

Parameters: query* - What to find media_type - "images" or "videos" (default: images) engines - Optional: Specific engines max_results - Number of results (default: 10, max: 50)

Returns: Media URLs with thumbnails and sources

Input Schema

NameRequiredDescriptionDefault
enginesNoComma-separated engine list
max_resultsNoMaximum results
media_typeNoType of mediaimages
queryYesMedia search query

Input Schema (JSON Schema)

{ "properties": { "engines": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Comma-separated engine list", "title": "Engines" }, "max_results": { "default": 10, "description": "Maximum results", "maximum": 50, "minimum": 1, "title": "Max Results", "type": "integer" }, "media_type": { "default": "images", "description": "Type of media", "enum": [ "images", "videos" ], "title": "Media Type", "type": "string" }, "query": { "description": "Media search query", "title": "Query", "type": "string" } }, "required": [ "query" ], "type": "object" }

Other Tools from SearXNG MCP Server

Related Tools

    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/netixc/SearxngMCP'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server