# Pawlisty Pet Listings (remote · pawlisty.com)

Search live Pawlisty pet listings by species, breed, location, and price.

- Trust score: 65/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `pawlisty.com`: 65/100 (this document), [markdown](https://verifymcp.io/servers/com-pawlisty-pet-listings/pawlisty.md), [page](https://verifymcp.io/servers/com-pawlisty-pet-listings/pawlisty)

## Channel facts

- Endpoint: `https://pawlisty.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 557 tokens (~139/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 82/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 46% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-pawlisty-pet-listings https://pawlisty.com/mcp
```

### Codex

```toml
[mcp_servers.com-pawlisty-pet-listings]
url = "https://pawlisty.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-pawlisty-pet-listings": {
      "type": "remote",
      "url": "https://pawlisty.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-pawlisty-pet-listings --url https://pawlisty.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-pawlisty-pet-listings:
    url: "https://pawlisty.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-pawlisty-pet-listings": {
      "type": "http",
      "url": "https://pawlisty.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 64, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 61, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 61, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 59, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 59)

First indexed and scored.

## MCP tools (4)

### `search_pet_listings` (~305 tokens)

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.

Input parameters:

- `age` (string): newborn 0-8wk, young 2-6mo, adolescent 6-12mo, adult 1-7yr, senior 7+yr.
- `breed` (string): Breed name; resolved to a breed id. Use browse_breeds to disambiguate.
- `city_id` (integer): Exact city id if known.
- `country_code` (string): ISO 3166-1 alpha-2 (e.g. US, GB). Defaults to the site default.
- `desexed` (string): Neutered or spayed.
- `distance_km` (integer)
- `gender` (string)
- `good_with` (array)
- `limit` (integer)
- `listing_type` (string)
- `location` (string): City or place name.
- `price_max` (number)
- `price_min` (number)
- `query` (string): Free-text keywords.
- `size` (string)
- `sort` (string)
- `species` (string)
- `vaccinated` (string)
- `verified_only` (boolean): Only photo-verified listings.

### `get_pet_listing` (~58 tokens)

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.

Input parameters:

- `id` (integer, required): Listing id.

### `get_buying_guide` (~90 tokens)

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.

Input parameters:

- `topic` (string): Which guide. Omit to return all buyer guides.

### `browse_breeds` (~71 tokens)

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.

Input parameters:

- `limit` (integer)
- `query` (string): Breed name fragment.
- `species` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-pawlisty-pet-listings/pawlisty#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 64
- 2026-08-01: 64
- 2026-07-31: 64
- 2026-07-30: 61
- 2026-07-29: 61
- 2026-07-28: 60
- 2026-07-27: 59
- 2026-07-26: 59

## Links

- Remote endpoint: https://pawlisty.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-pawlisty-pet-listings/pawlisty/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-pawlisty-pet-listings/pawlisty/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-pawlisty-pet-listings/pawlisty
