# Groupi Discovery

Groupi Discovery Server — search open community groups across Australia by location, find paid focus groups and research studies, and get full group details. Covers enterprise teams, events, micro-gr…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list quadit/groupi-discovery

# Get full schema for a tool
npx -y @smithery/cli@latest tool get quadit/groupi-discovery search_local_groups

# Call a tool
npx -y @smithery/cli@latest tool call quadit/groupi-discovery search_local_groups '{}'
```

## Direct MCP Connection

Endpoint: `https://groupi-discovery--quadit.run.tools`

## Tools (3)

- `search_local_groups` — Search for open Groupi groups near a suburb or city. Returns title, location, size, deadline, host name, and join link.
- `find_paid_gigs` — Find Groupi groups that offer payment or compensation to participants, such as paid focus groups or paid studies.
- `get_group_context` — Get full details of a specific Groupi group by its ID, including description, size, deadline, and host.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get quadit/groupi-discovery <tool-name>
```
