topic_photos
ActiveTool of Unsplash
declared in 0.1.0
List photos belonging to a specific Unsplash topic by id or slug; returns paginated photo objects with image URLs, EXIF, and photographer info.
Parameters schema
{
"type": "object",
"examples": [
{
"id_or_slug": "nature"
},
{
"per_page": 30,
"id_or_slug": "nature"
}
],
"required": [
"id_or_slug"
],
"properties": {
"id_or_slug": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Unsplash
https://github.com/pipeworx-io/mcp-unsplash
1/7 registries