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

# MCP

> Connect any custom tool or internal system to SuperIntern using the Model Context Protocol (MCP), with setup steps, use cases, and example servers.

The **Model Context Protocol (MCP)** is an open standard that lets you connect custom tools and data sources to SuperIntern. If a tool doesn't have a native integration, MCP lets you build one.

## What Is MCP?

MCP is a protocol that defines how AI agents communicate with external tools. By exposing your tool as an MCP server, SuperIntern can call it just like any built-in tool.

## Connecting an MCP Server

1. Set up an MCP-compatible server for your tool
2. Go to **Settings → Integrations → MCP**
3. Enter your MCP server URL and credentials
4. SuperIntern will discover the available tools automatically

Once connected, your custom tools are available to SuperIntern in chat just like native tools.

## Use Cases

* **Internal APIs** — Connect your company's internal systems (CRM, ticketing, databases)
* **Custom workflows** — Expose proprietary business logic as a tool
* **Third-party services** — Add integrations not natively supported

## Example

If your company has an internal ticket system, you can expose it as an MCP server. Once connected, you can ask SuperIntern:

```
Open a new support ticket: customer can't log in, priority high, assign to the on-call engineer.
```

```
What open tickets are assigned to me?
```

## Resources

* [MCP Specification](https://modelcontextprotocol.io) — Official MCP documentation
* [MCP SDK](https://github.com/modelcontextprotocol) — Build an MCP server in your language of choice

<Note>
  MCP integration requires technical setup. If you need help connecting a custom tool, contact us at [support@superintern.ai](mailto:support@superintern.ai).
</Note>
