MCP Tools Reference
The Menutes MCP server exposes 5 tools that Claude Code can use to access your meetings.list_recordings
List your meeting recordings with optional filtering. Parameters:| Parameter | Type | Required | Description |
|---|---|---|---|
page | number | No | Page number (default: 1) |
limit | number | No | Results per page (default: 20, max: 100) |
status | string | No | Filter: UPLOADING, PROCESSING, COMPLETED, FAILED |
view | string | No | my, team, organization, or all (admin) |
get_recording
Get detailed metadata for a specific recording. Parameters:| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The recording ID |
get_transcript
Get the full transcript with speaker labels and timestamps. Parameters:| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The recording ID |
get_summary
Get the AI-generated summary of a meeting. Parameters:| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The recording ID |
search_recordings
Search recordings by title. Parameters:| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search query to match against titles |
limit | number | No | Max results (default: 10, max: 50) |