🔌 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

❤️ 0
⬇️ 0
👁 1
Share

Description

How to run

Local Setup

  1. Clone the repository.
  2. Run npm install to install dependencies.
  3. Copy .env.example to .env and set the API keys.
  4. Run npm start to start the server.

Docker Setup

  1. Build the Docker image: docker build -t sf-dog-shelter-finder .
  2. 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)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs