search_photos
ActiveTool of Unsplash
declared in 0.1.0
Search Unsplash photos by keyword (required); returns paginated results with image URLs, dimensions, photographer info, and alt text.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "mountain landscape"
},
{
"query": "urban architecture",
"per_page": 20
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Unsplash
https://github.com/pipeworx-io/mcp-unsplash
1/7 registries