# Petfinder MCP for AI Agents AI Agent Connect

> Petfinder lets you search for adoptable pets across North America using your AI agent. You can filter by breed, location, and type to find a new family member or research shelter data. It connects your agent directly to the Petfinder database, making it easy to pull detailed animal profiles, find local organizations, and check breed-specific metadata in seconds.

## Overview
- **Category:** artificial-intelligence
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_vlPphefjZJfgGLE3cv27cl2EskOkeoUmrMxfpsXO/ai-agent-connect
- **Tags:** animal-adoption, database-search, shelter-data, pet-metadata, api-integration

## Description

Petfinder connects your AI agent to a massive database of adoptable animals across North America. You don't have to open dozens of tabs or scroll through endless pages of search results anymore. Just tell your agent what you're looking for and it does the work by pulling real-time data from the Petfinder database. It finds the animals, gathers their specific details, and presents them to you in a way that actually makes sense for your needs. If you're an animal welfare researcher trying to map out shelter capacities or a volunteer looking for a specific breed to promote in your neighborhood, this tool removes the manual searching. You get to focus on the actual work of finding homes for pets while the agent does the digging. Vinkius hosts this connector to give your agent more reach into the real world. You don't have to copy-paste descriptions or manually track down organization contact info anymore. Your agent just knows where to look and what to find. It connects a massive database to your specific needs, making it easy to find the right match without the usual friction of web browsing.

## Tools

### get_animal
Get details for a specific animal. It pulls the full profile, including descriptions and contact info.

### get_organization
Get organization details. Use this to find out how to contact a particular shelter or rescue group.

### list_organizations
List animal welfare organizations. This helps you find legitimate shelters and rescue groups.

### list_animal_types
List available animal types. It provides a quick overview of the various species and categories you can search.

### search_nearby_animals
Search for animals near a location. This is perfect for finding local pets quickly using a city or ZIP code.

### get_animal_type
Get details for an animal type. It helps your agent understand the categories available in the database.

### list_animals
List adoptable animals. This shows every pet currently ready for a new home.

### list_breeds
List breeds for an animal type. Use this to see all recognized varieties for a category like dog.

## Prompt Examples

**Prompt:** 
```
Find me some small dogs available for adoption in Seattle.
```

**Response:** 
```
I've searched Petfinder for small dogs in Seattle. Here is what I found:

| Name | Breed | Location | Status |
| :--- | :--- | :--- | :--- |
| **Luna** | Beagle | Seattle, WA | Available |
| **Buddy** | Yorkie | Seattle, WA | Available |
| **Daisy** | Shih Tzu | Seattle, WA | Available |

Would you like to see the full profile for any of these dogs?
```

**Prompt:** 
```
Are there any animal shelters near 90210?
```

**Response:** 
```
I found 5 active animal welfare groups near Beverly Hills:

* **LA Animal Services**
* **Beverly Hills Pet Rescue**
* **Westside Animal Shelter**
* **Santa Monica Rescue**
* **Malibu Pet Haven**

I can provide contact details for any of these if you'd like to reach out.
```

**Prompt:** 
```
What are the common types of cats I can find?
```

**Response:** 
```
According to Petfinder, the most common categories for cats include:

* **Small & Furry**
* **House Cats**
* **Outdoor Cats**

I can also list specific breeds like Maine Coons or Siamese if you want to narrow it down.
```

## Capabilities

### Find adoptable pets by breed or type
Your agent pulls live listings for specific animals like dogs or cats.

### Get detailed profiles for specific animals
Retrieve full descriptions and contact information for individual pets.

### Locate animal shelters near a ZIP code
Find active welfare organizations within a specific radius of any city.

### Look up recognized animal breeds
Access specific metadata and recognized breeds for various animal types.

### Identify local welfare organizations
List and inspect registered shelters and rescue groups across the region.

## Use Cases

### Finding a specific breed in a distant city
A user wants a 'friendly senior dog' in Chicago. The agent uses `search_nearby_animals` and `list_animals` to find matches.

### Mapping regional shelter capacity
A researcher needs to know how many shelters are in a specific county. The agent uses `list_organizations` and `search_nearby_animals`.

### Promoting local cat availability
A volunteer wants to see what breeds of cats are available in a nearby city. The agent uses `list_breeds` and `list_animal_types`.

### Educating clients on breed traits
A vet wants to know the common traits of a specific breed for a client. The agent uses `get_animal_type` and `list_breeds`.

## Benefits

- Stop manual searching by using `search_nearby_animals` to find pets in specific zip codes instantly.
- Get deep data on specific pets using `get_animal` to see full descriptions and contact info without clicking through pages.
- Research shelter capacity and trends using `list_organizations` to see which groups are active in your area.
- Access accurate breed data with `list_breeds` to provide better information to potential owners or clients.
- Simplify the adoption process for users by letting your agent pull `list_animals` results based on natural conversation.

## How It Works

The bottom line is you get direct, real-time access to the Petfinder database through your AI client.

1. Subscribe to the Petfinder MCP on Vinkius.
2. Enter your Petfinder API Key and API Secret into your configuration.
3. Ask your agent to find pets or shelters in any city or ZIP code.

## Frequently Asked Questions

**Can the Petfinder MCP find pets in my specific neighborhood?**
Yes, it uses location data to find animals near any ZIP code or city you specify. This makes it easy to find local pets without searching through national listings.

**Does Petfinder MCP work for all types of pets?**
It covers a wide range of animals including dogs, cats, and other small furry friends. You can filter by type to see exactly what is available.

**Can I use Petfinder MCP to find shelter contact info?**
Yes, your agent can pull the names and details of registered welfare organizations. This allows you to get contact info quickly for any group in the database.

**Is the data from Petfinder MCP updated in real-time?**
Yes, the Connector connects to the live database so you see current availability. This ensures you don't waste time looking at pets that have already been adopted.

**Can I use Petfinder MCP to research specific breeds?**
You can pull recognized breed data and specific metadata for various animal types. This is great for education or for finding a pet that fits a specific breed standard.

**Can I search for specific breeds like 'Golden Retriever' near my ZIP code?**
Yes! Use the `list_animals` tool, provide 'Golden Retriever' in the `breed` parameter and your ZIP code in the `location` parameter. Your agent will find all matching dogs in your area.

**How do I get the contact information for a shelter that has a pet I'm interested in?**
Every animal record returned by `get_animal` includes an `organization_id`. Use the `get_organization` tool with that ID to retrieve the shelter's full address, phone number, and email.

**Is there a limit to the search radius?**
Yes, Petfinder supports a search radius up to 500 miles from the provided location. You can specify the distance using the `search_nearby_animals` tool.