🔌 MCP Servers
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 thi
Description
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}'
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!