user_likes
ActiveTool of Unsplash
declared in 0.1.0
List photos that a specific Unsplash username has liked; returns paginated photo objects with image URLs, photographer, and metadata.
Parameters schema
{
"type": "object",
"examples": [
{
"username": "johndoe"
},
{
"page": 1,
"username": "johndoe"
}
],
"required": [
"username"
],
"properties": {
"username": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Unsplash
https://github.com/pipeworx-io/mcp-unsplash
1/7 registries