# Endless

MCP server for Endless, an all-in-one platform to collaborate, transform, and create content.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add makingendless/endless-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list makingendless/endless-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get makingendless/endless-mcp get-alerts

# Call a tool
npx -y @smithery/cli@latest tool call makingendless/endless-mcp get-alerts '{}'
```

## Tools (2)

- `get-alerts` — Get weather alerts for a state
- `get-forecast` — Get weather forecast for a location

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get makingendless/endless-mcp <tool-name>
```

---

Source: https://github.com/makingendless/endless.mcp
