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

# MCP Server API

> The Alloy MCP Server API enables you to create and manage MCP (Model Context Protocol) servers that provide secure, controlled access to platform integrations for AI assistants.

`Version: 2.0`

## Key Features

* Dynamic tool discovery and execution
* Fine-grained access restrictions
* JWT-based user isolation
* Self-sufficient token URLs
* Support for 21+ platform connectors

## Authentication

`HTTP: Bearer Auth`

Use either an Alloy API key or JWT token

| Security Scheme Type:      | http           |
| :------------------------- | :------------- |
| HTTP Authorization Scheme: | bearer         |
| Bearer format:             | JWT or API Key |

### Contact

<CardGroup>
  <Card title="Alloy Support" href="mailto:support@runalloy.com" icon="envelope" horizontal>
    [support@runalloy.com](mailto:support@runalloy.com)
  </Card>

  <Card title="Alloy URL" href="https://runalloy.com" icon="link" horizontal>
    [https://runalloy.com](https://runalloy.com/)
  </Card>
</CardGroup>
