🔍
San Francisco Dog Shelter Finder
Locate dog shelters within a specified radius in San Francisco using an easy-to-use API. Quickly find nearby shelters by providing a location and radius. Simplify your search for dog shelters with this dedicated tool.
0 installs
Trust: 34 — Low
Search
Ask AI about San Francisco Dog Shelter Finder
Powered by Claude · Grounded in docs
I know everything about San Francisco Dog Shelter Finder. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
How to run
Local Setup
- Clone the repository.
- Run
npm installto install dependencies. - Copy
.env.exampleto.envand set the API keys. - Run
npm startto start the server.
Docker Setup
- Build the Docker image:
docker build -t sf-dog-shelter-finder . - Run the Docker container:
docker run -p 3000:3000 sf-dog-shelter-finder
Example API Calls
- List tools:
curl -X POST http://localhost:3000/api/mcp -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"tools/list","id":1}' - Call shelter locator tool:
curl -X POST http://localhost:3000/api/mcp -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"tools/call","params":{"location":"San Francisco","radius":5},"id":2}'
