# Convo

Access your meeting transcripts, summaries, and action items from any AI assistant.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list markus/itsconvo

# Get full schema for a tool
npx -y @smithery/cli@latest tool get markus/itsconvo meetings.list

# Call a tool
npx -y @smithery/cli@latest tool call markus/itsconvo meetings.list '{}'
```

## Direct MCP Connection

Endpoint: `https://itsconvo.run.tools`

**Required config:**
- `CONVO_API_KEY` (query) — Your Convo API key (starts with convo_). Get one from Settings in the Convo app.

## Tools (7)

- `meetings.list` — List your recent meetings. Search by title or filter by date.
- `meetings.get_transcript` — Get the full transcript of a meeting with speaker names and timestamps.
- `meetings.get_summary` — Get the summary of a meeting including key points, decisions, and action items.
- `meetings.get_feedback` — Get AI coaching feedback for a meeting: communication score, strengths, growth areas.
- `intelligence.prepare` — Prepare a briefing for a meeting. Searches past meetings with a person or company, pulls summaries and action items.
- `intelligence.weekly_digest` — Get a consolidated digest of all meetings over a time period.
- `intelligence.find_action_items` — Find all action items across recent meetings. Filter by owner.

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

## Prompts (3)

- `meeting-prep` (name) — Prepare for an upcoming meeting by reviewing past interactions with a person or company.
- `weekly-review` — Get a digest of all your meetings from the past week with decisions and action items.
- `follow-up-blitz` (days) — Find recent meetings and draft follow-up emails for each one.
