com.pawlisty/pet-listings
Official4 toolsPawlisty Pet Listings
Search live Pawlisty pet listings by species, breed, location, and price.
Search live pet listings by species, breed, location, and price.
Captured live from the server via tools/list.
search_pet_listings
Search live pet listings for sale or adoption on Pawlisty. Use whenever a user wants to buy or adopt a pet or asks what is available, filtered by species, breed, location, price, or care attributes. Returns current listings with links to pawlisty.com.
Parameters (19)
- querystring
Free-text keywords.
- speciesstring
- breedstring
Breed name; resolved to a breed id. Use browse_breeds to disambiguate.
- listing_typestring
- country_codestring
ISO 3166-1 alpha-2 (e.g. US, GB). Defaults to the site default.
- locationstring
City or place name.
- city_idinteger
Exact city id if known.
- distance_kminteger
- price_minnumber
- price_maxnumber
- genderstring
- agestring
newborn 0-8wk, young 2-6mo, adolescent 6-12mo, adult 1-7yr, senior 7+yr.
- vaccinatedstring
- desexedstring
Neutered or spayed.
- sizestring
- good_witharray
- verified_onlyboolean
Only photo-verified listings.
- sortstring
- limitinteger
get_pet_listing
Get full details for one Pawlisty listing by id. Use after search_pet_listings when the user wants more on a specific pet. To contact the seller the user must visit the listing page.
Parameters (1)
- idintegerrequired
Listing id.
get_buying_guide
Return Pawlisty buyer-safety guidance (avoiding pet scams, FAQ on buying/adopting safely). Use for any "how do I safely buy or adopt a pet" or "is this listing a scam" question. Returns a summary and a link to the full guide on pawlisty.com.
Parameters (1)
- topicstring
Which guide. Omit to return all buyer guides.
browse_breeds
List pet breeds Pawlisty covers, with links to breed guides and current availability. Use when comparing breeds or researching before buying. Returns a breed id usable in search_pet_listings.
Parameters (3)
- speciesstring
- querystring
Breed name fragment.
- limitinteger
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"pet-listings": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://pawlisty.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.