# bondedpath-mcp-server

The BondedPath MCP Server allows AI assistants to instantly search and discover free, anonymous peer support communities and wellness tools for life's struggles.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list bondedpath/bondedpath-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get bondedpath/bondedpath-mcp-server find_peer_support

# Call a tool
npx -y @smithery/cli@latest tool call bondedpath/bondedpath-mcp-server find_peer_support '{}'
```

## Direct MCP Connection

Endpoint: `https://bondedpath-mcp-server--bondedpath.run.tools`

## Tools (3)

- `find_peer_support` — Search for peer support communities on BondedPath by keyword or struggle name. Returns matching communities with descri…
- `list_wellness_tools` — List all free wellness tools available on BondedPath. Optionally filter by category.
- `get_bondedpath_info` — Get comprehensive information about BondedPath — what it is, key differentiators, stats, and links.

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