Searches European and UK rescue listings, matches dogs to lifestyles, and returns profiles, statistics, and adoption guidance.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
This server is confirmed live β we successfully called its tools/list endpoint directly (see the verified badge above). We haven't yet sandbox-tested the stdio install command below specifically, which is a separate, ongoing check.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Rescuedogs MCP Server.
rescuedogs_search_dogsSearch for rescue dogs available for adoption from European and UK organizations. Returns matching dogs with basic info. Use rescuedogs_get_dog_details for full profiles.
rescuedogs_get_dog_detailsGet full details for a specific rescue dog including AI-generated personality profile, requirements, and adoption info.
rescuedogs_list_breedsGet available breeds with counts and statistics. Shows which breeds have dogs available for adoption.
rescuedogs_get_statisticsGet overall statistics about available rescue dogs on the platform.
rescuedogs_get_filter_countsGet available filter options with counts based on current filter context. Use this to show users valid filter choices that won't result in empty searches.
rescuedogs_list_organizationsList rescue organizations with their statistics and available dogs count.
The ssatama/rescuedogs-mcp-server MCP server exposes read-only access to rescue dog listings aggregated by rescuedogs.me. It covers organizations and dogs currently located in the UK, Germany, Serbia, Bulgaria, Bosnia, Turkey, and Cyprus, with many organizations shipping across the EU, EEA, and UK. The service does not cover US, Canadian, or Australian rescues.
Agents can search by breed, breed group, size, age, sex, energy, experience, home type, destination country, compatibility with children or other animals, and organization. Results can be returned as Markdown or JSON, with optional dog images. A separate preference-matching tool converts living situation, activity level, experience, and household details into search criteria.
The server reads listing data from rescuedogs.me, which aggregates public adoption pages from independent rescue organizations. Each result links back to the relevant rescueβs own adoption page. The service does not collect information behind logins, paywalls, or robots.txt restrictions, and it does not store adopter or staff personal data.
Use a search resultβs slug with the detail tool to retrieve a fuller profile, including requirements, adoption information, and an AI-generated personality profile when available. Breed, organization, and statistics tools provide ways to explore the dataset before searching. Filter counts can be requested with current filters to identify choices that still have matching dogs.
The hosted endpoint is available at https://mcp.rescuedogs.me/mcp and uses MCP streamable HTTP. Its HTTP transport is stateless and requires no authentication. The endpoint is rate limited per IP to 120 requests per minute and 3,000 requests per hour; the health endpoint is exempt.
For a hosted connection, add the endpoint as a custom connector or remote MCP server. No local installation or credentials are needed. The ssatama/rescuedogs-mcp-server MCP server can also run locally from npm over stdio. A client configuration can invoke npx -y rescuedogs-mcp-server; the README specifically shows this setup for Claude Desktop.
The package also documents a global npm installation and provides a Docker image for stdio use. Developers running the source directly can start an HTTP development server with npm run dev:http, or build first and use npm run start:http. These source and Docker workflows are useful for local inspection or self-hosted deployments, but the supplied remote endpoint is the simplest connection path.
The ssatama/rescuedogs-mcp-server MCP server exposes these capabilities:
Country filters use ISO-style codes such as GB, IE, DE, FR, and ES. Organization shipping coverage can change, so clients should use the organization and filter-count tools for current destination information.
The ssatama/rescuedogs-mcp-server MCP server is read-only. It directs adopters to rescue organizations but does not accept applications, process payments, or act as an intermediary. Listing coverage and statistics can change as organizations are added or their pages are updated; clients should request current statistics rather than relying on figures in documentation.
The hosted service has request limits, and the source material does not describe a configurable authentication mechanism or environment variables. AI-generated personality information is available for most listings but is not guaranteed for every dog. Adoption requirements, transport availability, fees, and timelines should be confirmed with the listed rescue organization.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ssatama-rescuedogs-mcp-server)<a href="https://allmcps.com/mcp/ssatama-rescuedogs-mcp-server"><img src="https://allmcps.com/api/badge/ssatama-rescuedogs-mcp-server?style=directory" alt="Rescuedogs MCP Server on AllMCPs" /></a>