✨ From vibe coding to vibe deployment. UBOS MCP turns ideas into infra with one message.

Learn more

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}'
    

Featured Templates

View More

Start your free trial

Build your solution today. No credit card required.

Sign In

Register

Reset Password

Please enter your username or email address, you will receive a link to create a new password via email.