# Circleback MCP

> Connects to Circleback via Scalekit MCP to access meetings, notes, action items, and agent capabilities.

**URL:** https://caywork.com/learn/docs/node/circlebackmcp-node

## Content

The **Circleback MCP Node** integrates securely with Circleback's meeting and collaboration API through the Scalekit MCP gateway. It enables your AI agent to list meetings, retrieve notes and action items, and interact with Circleback agent and OAuth capabilities.

## Parameters

### Required Parameters
* **action** (string): The target Circleback MCP tool action to run. Must be one of the enabled actions:
  * `circleback_action_items_list`: List action items.
  * `circleback_agent`: Interact with the Circleback agent.
  * `circleback_meetings_list`: List meetings.
  * `circleback_notes_get`: Retrieve notes.
  * `circleback_oauth`: Perform OAuth operations.

### Optional Parameters
* **params** (object): A key-value dictionary containing action-specific inputs (e.g., `{'meeting_id': 'meeting-123'}`).

## Practical Use Cases
1. **Meeting follow-up automation**: Retrieve meeting notes and action items to generate summaries and task reminders.
2. **Agent-driven workflows**: Leverage the Circleback agent to query and update meeting data within AI-powered flows.