# Flickr Photo Discovery MCP MCP

> Flickr Photo Discovery provides an AI agent direct access to millions of public photos on Flickr. Use this MCP to search for images using keywords or tags, check what’s trending with the latest uploads, and pull detailed metadata like titles and descriptions from any specific photo ID.

## Overview
- **Category:** knowledge-management
- **Price:** Free
- **Tags:** photography, metadata, exif-data, image-search, public-media, visual-content

## Description

You can give your AI agent a dedicated visual research assistant by connecting it to the world's largest public photography database. Instead of browsing Flickr manually, you simply ask for what you need—whether that’s finding high-quality reference images for a mood board or analyzing photographic trends in a specific region.

This MCP lets your agent find photos using simple text searches and gather deep details about them, like the date they were taken or who uploaded them. It also keeps an eye on what's new by retrieving the most recent uploads from global contributors. This gives you access to incredible visual context without ever leaving your chat window. If you’re already connecting services through Vinkius, adding this MCP means all your photo data analysis happens in one place.

## Tools

### get_flickr_photo_info
Pulls out detailed information, including descriptions and dates, for one specific photo ID.

### get_recent_flickr_photos
Retrieves a list of the most recently uploaded public photos from the global community.

### search_flickr_photos
Searches Flickr for public images based on keywords or specific tags you provide.

## Prompt Examples

**Prompt:** 
```
Search for Flickr photos of 'Tokyo at night'.
```

**Response:** 
```
Searching Flickr... I've found several stunning night shots of Tokyo, including neon-lit streets in Shinjuku and the Tokyo Tower. Would you like to see the photo titles or links?
```

**Prompt:** 
```
Show me the most recent photos uploaded to Flickr.
```

**Response:** 
```
Retrieving the latest public uploads... Here are the most recent photos from the global community, featuring a mix of landscapes, street photography, and portraits. Would you like to inspect any of them in detail?
```

**Prompt:** 
```
Get details for Flickr photo ID '5123456789'.
```

**Response:** 
```
Inspecting photo... This image is titled 'Golden Gate Fog' by user 'PhotoEnthusiast'. It was taken on May 12, 2021, and has a detailed description about the camera settings used.
```

## Capabilities

### Search by visual keywords
Find public photos across Flickr using specific text queries or tags.

### Analyze image details
Retrieve technical metadata, titles, and descriptions for a single photo ID.

### Monitor content trends
Get a feed of the most recently uploaded public photos from the global community.

## Use Cases

### A travel blog needs local inspiration.
The blogger asks their agent, 'Find stunning photos of Italian coastal towns.' The agent uses the search function to return several options, allowing the blogger to choose a perfect visual reference for an article.

### A designer is building a mood board.
The designer needs specific images showing distressed wood textures. They ask the agent to find photos tagged 'rustic' and then use `get_flickr_photo_info` on the top result to confirm it was taken in an old barn.

### A researcher tracks visual art movements.
The researcher asks for a summary of recent abstract photography. The agent uses the tool that gets recent photos and filters them by genre, giving the researcher immediate insight into current global artistic output.

### Need to verify image sourcing data.
A client sends an old photo ID. You ask the agent, 'What's the story behind this picture?' The agent uses `get_flickr_photo_info` and delivers the title, owner, and historical date in seconds.

## Benefits

- You get instant access to a massive archive, letting your agent find images by searching keywords instead of clicking through endless galleries. This is crucial for finding specific types of content.
- Track global artistic trends without manual effort. Using the capability that retrieves the most recent public photos keeps you current on what artists are submitting right now.
- Deep dive into single assets with metadata retrieval. Need to know who took a photo, or exactly when? The ability to get detailed info for a specific ID answers those questions instantly.
- It saves time comparing visual sources from multiple databases by funneling all Flickr content through one MCP connection point.
- The `search_flickr_photos` tool makes it easy to narrow down results using tags, meaning you don't just get 'Tokyo,' but 'Tokyo street life in winter.'
- You can analyze the context of a photo—not just see it. The metadata allows your agent to pull out titles and descriptions for deeper research.

## How It Works

The bottom line is you ask for a specific visual result, and your AI client handles all the complex API calls to get it back.

1. Subscribe to this MCP and provide your unique Flickr API Key.
2. Your AI client passes a natural language request (e.g., 'Show me street photography in Rome').
3. The agent translates the intent, calls the appropriate tool, and returns structured data containing photo links and metadata.

## Frequently Asked Questions

**How does search_flickr_photos work?**
It searches Flickr's database using keywords or tags you provide. You give the agent what you want, and it pulls matching public photos from the massive archive.

**Can I use get_recent_flickr_photos to check current trends?**
Yes. This tool retrieves a list of the most recently uploaded pictures globally, which is perfect for checking what styles or subjects are currently popular with photographers.

**What kind of data does get_flickr_photo_info return?**
It returns detailed metadata for one specific photo ID. This includes the title, owner information, upload date, and any descriptive text associated with that image.

**Does Flickr Photo Discovery find private photos?**
No. The MCP is designed to access only public photos available on the Flickr platform. Private user content is not accessible through this tool.

**How is authentication handled when running get_flickr_photo_info?**
You must provide a valid Flickr API Key. This key authorizes your agent's connection to the public data, ensuring you only access content visible through the developer portal.

**If I run search_flickr_photos too often, what are the usage limits?**
The MCP adheres strictly to Flickr's API rate limits. If a limit is hit, the connection will return an explicit error code that your agent can process or retry later.

**Does get_recent_flickr_photos handle large result sets?**
Yes, the MCP supports pagination for deep results. Your agent can automatically request subsequent pages of photos until all available data is retrieved.

**Beyond keywords, can I refine searches using search_flickr_photos?**
Absolutely. You can pass advanced filters into the query, such as specific date ranges, user IDs, or detailed tags, to narrow down your search results for precision.

**Can I search for photos taken in a specific city?**
Yes! Use the `search_flickr_photos` tool and include the city name in your text query. For more precision, you can also ask for specific tags related to that city.

**Does this integration provide the direct image URL?**
Yes. The search results include a direct link (`url_m`) to the medium-sized version of the photo, which can be viewed in any web browser or reference in documents.

**Can I see the technical metadata like camera settings?**
The `get_flickr_photo_info` tool retrieves titles, descriptions, and owner metadata. For exhaustive technical EXIF data, Flickr requires specific additional permissions not included in the standard discovery toolset.