# Flickr MCP for AI Agents AI Agent Connect

> Flickr MCP lets you search the world's largest photo library and pull detailed image metadata through your AI client. It handles geographic discovery, album exploration, and user profile lookups so you don't have to manually browse the site. It's the best way to pull visual data into your workflow without the friction of manual clicking. It connects you to millions of photos, allowing you to find specific imagery by tags, dates, or coordinates in seconds.

## Overview
- **Category:** image-video
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_rVTqcneghpUTQAoxnaD7YaVUOd5Tcc933Y7VqymJ/ai-agent-connect
- **Tags:** photography, image-search, metadata, albums, flickr-api

## Description

Imagine you're trying to find every high-quality shot of the Grand Canyon taken in the late 90s. Usually, that means opening a dozen tabs, filtering by date, and manually copying down camera settings or locations. This Connector changes that by giving your agent direct access to the Flickr community's massive archive. Instead of clicking through pages of results, you can just ask your agent to find specific photos based on tags, dates, or even precise coordinates. It pulls back the technical details, titles, and descriptions instantly. If you're looking for inspiration or gathering visual data for a project, this is the shortcut you need. It's one of the high-quality connectors in the Vinkius catalog, making it easy to plug into your existing workflow without worrying about the underlying API complexities. You get the data you need, formatted and ready for your next step.

## Tools

### get_person_info
Get profile details and stats for any Flickr user. It helps you find community members based on their location and bio.

### get_photo_info
Retrieve titles, descriptions, and technical metadata for a specific photo. This is great for seeing camera specs or upload dates.

### list_photosets
Pull all public albums belonging to a specific user. Use this to see how photographers organize their collections.

### search_photos
Search the Flickr library using text, tags, or dates. This is the primary way to find specific images across the platform.

### test_echo
Send and receive test parameters to check your connection. Use this to make sure your API key is working correctly.

## Prompt Examples

**Prompt:** 
```
Find some photos of Tokyo from 2022 with the tag 'neon'.
```

**Response:** 
```
I've found several photos of Tokyo from 2022 with the 'neon' tag. Here are the top results:

| Photo ID | Title | Description |
| :--- | :--- | :--- |
| 8829102 | Neon Nights | A stunning view of Shinjuku... |
| 8829105 | Shibuya Crossing | The lights of Shibuya at night. |

Would you like the technical metadata for any of these?
```

**Prompt:** 
```
What camera did the user 'travel_pro' use for the 'Iceland Trip' album?
```

**Response:** 
```
The user **travel_pro** used a **Sony A7III** for the **Iceland Trip** album.

Most photos in that collection show:
- **Aperture:** f/2.8
- **ISO:** 400
- **Shutter Speed:** 1/125s

I can pull the full metadata for any specific photo in that album if you need it.
```

**Prompt:** 
```
Give me the metadata for photo 12345678.
```

**Response:** 
```
Here is the metadata for photo **12345678**:

- **Title:** Golden Gate at Sunset
- **Description:** A beautiful view of the bridge during the golden hour.
- **Technical Specs:** Taken with a **Sony A7III**, 24mm lens, f/4.0.
- **Views:** 1,200
```

## Capabilities

### Search photos by tags or text
Find specific imagery across the entire Flickr library using natural language or keywords.

### Find images using geographic coordinates
Locate visual content from specific spots on the globe using latitude and longitude.

### Pull technical metadata for public photos
Get titles, descriptions, and camera specs for any public photo instantly.

### Browse public photosets from specific users
View curated albums to see how different photographers organize their collections.

### Fetch user profile statistics and locations
Get profile details and location data for members of the Flickr community.

### Test connection parameters with an echo utility
Verify that your API key and connection settings are working correctly.

## Use Cases

### Mood board building
A designer asks for 'cyberpunk' photos from 2023 to find a specific aesthetic for a new project using search_photos.

### Academic research
A student uses geographic coordinates to find images of urban decay in specific cities to study visual trends.

### Gear comparison
A photographer looks up the camera settings of a famous travel photo to see what gear was used via get_photo_info.

### Community scouting
A brand owner searches for users in a specific region to find potential collaborators using get_person_info.

## Benefits

- Find images faster. Use search_photos to grab specific content by tags or dates without scrolling through pages of results.
- Extract camera data. Use get_photo_info to see technical details like aperture and ISO for any public photo.
- Map visual content. Use geographic coordinates to find photos from specific spots on the globe.
- Browse curated albums. Use list_photosets to see how users organize their photography into themes.
- Get user stats. Use get_person_info to quickly find out where a photographer is based or what they post about.

## How It Works

The bottom line is you get direct, programmatic access to millions of photos and their metadata without leaving your chat interface.

1. Connect your Flickr API key to the Connector in your client settings.
2. Ask your agent to find photos, browse albums, or pull metadata for specific IDs.
3. Receive a formatted list of results, technical specs, or user profiles.

## Frequently Asked Questions

**Can I use the Flickr MCP to find specific types of photography?**
Yes. You can search for any type of photography by using tags, keywords, or dates through your agent.

**Does the Flickr MCP allow me to see camera settings?**
Yes, it pulls technical metadata like aperture, ISO, and lens info for any public photo.

**Can I search for photos by location using the Flickr MCP?**
Yes. You can find images from specific spots on the globe using latitude and longitude coordinates.

**How do I see what albums a user has on Flickr?**
The Connector can list all public photosets for any user, allowing you to see how they organize their work.

**Is the Flickr MCP good for gathering research images?**
It is excellent for research. You can quickly gather visual data and metadata for specific regions or time periods.

**Can I use the Flickr MCP to find people in specific cities?**
Yes, by fetching user profile information, your agent can help identify community members based on their reported locations.

**Can I search for photos within a specific geographic area?**
Yes. Use the `search_photos` tool with the `lat` and `lon` parameters for radial queries, or the `bbox` parameter to define a specific rectangular bounding box.

**How do I get the username and location of a Flickr member?**
You can use the `get_person_info` tool by providing the user's NSID (user_id). It will return their profile details, including username, real name, and location if public.

**Is there a way to verify my API key is working correctly?**
Yes, you can use the `test_echo` tool. It simply echoes back any parameters you send, allowing you to confirm that the connection to the Flickr API is active.