@pipeworx/flickr-public
Connect: https://pipeworx.io/mcp — every tool in the catalog, including @pipeworx/flickr-public’s. Install: one-click buttons
Connect to just the @pipeworx/flickr-public pack
https://gateway.pipeworx.io/flickr-public/mcp — only @pipeworx/flickr-public’s own tools, nothing else in the catalog.
No MCP client? Skip the connection: POST https://gateway.pipeworx.io/v1/tools/search_packs {"query":"..."} to find a tool below, GET /v1/tools/<name> for its schema, POST the same URL with arguments for the data — see For AI agents.
Tools: 3
Flickr public photo feeds — keyless slice of the Flickr API. Only what the feeds endpoint exposes: public recent photos, by tag, by user, by group.
For everything else (full search, faves, comments) Flickr requires an API key — out of scope for this pack.
Tools
recent(tags?, limit?)— most recent public uploads, optionally tag-filteredby_user(user_id, limit?)— public uploads from one userby_group(group_id, limit?)— public uploads in one group
Data source
https://api.flickr.com/services/feeds/photos_public.gne?format=json&nojsoncallback=1
Tools
- recent — Most recent public uploads, optionally tag-filtered.
- by_user — Public uploads from one user.
- by_group — Public uploads in one group.