flickr-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| whoamiA | Verify credentials by calling flickr.test.login. Returns the logged-in user's id and username, or a clear error if auth is not set up. |
| list_albumsA | List the authenticated user's albums (photosets): id, title, photo count, and primary photo id. Use list_album_photos to drill into one. |
| list_album_photosA | List photos in an album. Each photo includes id, title, and a ready-to-use 1024px static URL for embedding. |
| search_photosA | Search photos. By default restricted to the authenticated user's own photos (mine_only). Provide text and/or comma-separated tags. |
| get_photo_infoA | Full metadata for one photo: title, description, tags, dates, visibility, and the Flickr page URL. |
| get_photo_sizesB | Authoritative list of available sizes for a photo, each with its direct source URL and pixel dimensions. This is the reliable source for embed URLs. |
| upload_photoA | Upload a local image file to Flickr. Defaults to PRIVATE so nothing goes public by accident. Returns the new photo id. |
| create_albumA | Create a new album (photoset). Flickr requires an existing photo id to be the album cover (primary_photo_id). Returns the new album id. |
| add_photo_to_albumC | Add an existing photo to an existing album. |
| set_photo_metaA | Update a photo's title and/or description. Flickr's setMeta requires the title, so an existing title is fetched when only description is supplied. |
| delete_photoA | Permanently delete a photo from Flickr. IRREVERSIBLE. Needs the token to carry 'delete' permission — re-run authorize.py if you only granted 'write'. |
| delete_albumA | Delete an album (photoset). Removes only the album — the photos it held are NOT deleted, they stay in your photostream. Needs 'delete' permission. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/vulture-s/flickr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server