MCP server exposing 5 tools for rescuegroups.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/rescuegroups/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
rescuegroups_adoptable — Search adoptable animals listed by rescues and shelters on RescueGroups.org: name, breed, age, sex, size, temperament flags (good with kids/dogs/cats), photos, and the listing organization. Filter by species, postal-code radius, breed, sex, age group and size. Requires your own RescueGroups API key. Example: rescuegroups_adoptable({ species: "dogs", postalcode: "15206", miles: 50, limit: 5, _apiKey: "your-key" })rescuegroups_animal — Full record for one adoptable animal by RescueGroups id — description, all photos, breeds, adoption fee, temperament and the listing rescue/shelter with its contact details. Requires your own RescueGroups API key. Example: rescuegroups_animal({ animal_id: "8013243", _apiKey: "your-key" })rescuegroups_organizations — Find animal rescues and shelters with RescueGroups.org accounts: name, type (Rescue or Shelter), address, phone, email, website, adoption process, areas served and services. Filter by postal-code radius, state or name. Requires your own RescueGroups API key. Example: rescuegroups_organizations({ postalcode: "15206", miles: 25, limit: 5, _apiKey: "your-key" })rescuegroups_species — The species vocabulary RescueGroups uses — singular, plural and young-animal words for each species it lists. Use it to get the exact `species` value rescuegroups_adoptable expects. Requires your own RescueGroups API key. Example: rescuegroups_species({ _apiKey: "your-key" })rescuegroups_breeds — Breeds RescueGroups recognises for a species, for building an exact breed filter. Requires your own RescueGroups API key. Example: rescuegroups_breeds({ species: "dogs", limit: 50, _apiKey: "your-key" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/rescuegroups/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io