> ## Documentation Index
> Fetch the complete documentation index at: https://docs.eolasflow.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Connections

> Manage webhooks, MCP servers, and external integrations

<img src="https://mintcdn.com/eolasflow/R2RGWual81fpwxtz/images/guides/connections.png?fit=max&auto=format&n=R2RGWual81fpwxtz&q=85&s=6307cb2718c71e15c76deddad2332e00" alt="Connections page for webhooks and MCP server integrations" width="1919" height="992" data-path="images/guides/connections.png" />

Connections is the hub for all your external integrations. Register webhook endpoints, connect MCP servers, and manage how EolasFlow communicates with your other systems.

Navigate to **Connections** in the Organization section.

## Integration Types

<CardGroup cols={2}>
  <Card title="Webhooks" icon="link" href="/guides/webhooks">
    Send real-time call events to any HTTP endpoint. Trigger workflows in n8n, Zapier, or your own systems when calls complete.
  </Card>

  <Card title="MCP Servers" icon="plug" href="/guides/mcp">
    Give your AI assistants access to external tools during live calls. Query CRMs, check orders, book appointments — all in real-time.
  </Card>
</CardGroup>

## Webhook Endpoints

Register URLs that receive POST requests when call events occur:

* **call.completed** — Full transcript, recording, and summary
* **call.initiated** — Call started dialing
* **call.answered** — Call was picked up
* **call.failed** — Call failed to connect

See the [Webhooks Guide](/guides/webhooks) for setup instructions and payload format.

## MCP Servers

Register MCP (Model Context Protocol) servers that your assistants can use during calls:

* Connect to any SSE-based MCP server
* Preview discovered tools before enabling
* Whitelist specific tools per VoiceFlow

See the [MCP Guide](/guides/mcp) for setup instructions and server requirements.

## Next Steps

<CardGroup cols={2}>
  <Card title="Webhooks" icon="link" href="/guides/webhooks">
    Set up webhook endpoints
  </Card>

  <Card title="MCP" icon="plug" href="/guides/mcp">
    Connect MCP servers
  </Card>

  <Card title="Automation" icon="wand-magic-sparkles" href="/guides/automation">
    Build workflows with n8n and Zapier
  </Card>
</CardGroup>
