Skip to main content
Glama

@mcp/openverse

by neno-is-ooo
MIT License
3

search_images

Find openly-licensed images using specific search terms, filters, and criteria such as license type, creator, source, and image attributes. Ideal for sourcing compliant visuals for projects.

Instructions

Search for openly-licensed images on Openverse

Input Schema

NameRequiredDescriptionDefault
aspect_ratioNoImage shape (tall, wide, square)
creatorNoFilter by creator name
extensionNoFile type (jpg, png, gif, svg)
licenseNoLicense filter (e.g., by, by-sa, cc0)
license_typeNoLicense type (commercial or modification)
matureNoInclude mature content (default: false)
pageNoPage number (default: 1)
page_sizeNoResults per page (default: 20, max: 500)
queryYesSearch terms (required)
sizeNoImage size (small, medium, large)
sourceNoFilter by source (e.g., flickr, wikimedia)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "aspect_ratio": { "description": "Image shape (tall, wide, square)", "type": "string" }, "creator": { "description": "Filter by creator name", "type": "string" }, "extension": { "description": "File type (jpg, png, gif, svg)", "type": "string" }, "license": { "description": "License filter (e.g., by, by-sa, cc0)", "type": "string" }, "license_type": { "description": "License type (commercial or modification)", "type": "string" }, "mature": { "description": "Include mature content (default: false)", "type": "boolean" }, "page": { "description": "Page number (default: 1)", "type": "number" }, "page_size": { "description": "Results per page (default: 20, max: 500)", "type": "number" }, "query": { "description": "Search terms (required)", "type": "string" }, "size": { "description": "Image size (small, medium, large)", "type": "string" }, "source": { "description": "Filter by source (e.g., flickr, wikimedia)", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from @mcp/openverse

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/neno-is-ooo/mcp-openverse'

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