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

# Tools & Integrations

> Connect to the Turris Public API using your preferred tools — MCP servers, Postman collections, and more.

# Tools & Integrations

Integrate the Turris Public API into your development workflow with the tools below.

## MCP Server

The Turris Public API documentation is available as a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server. MCP connects AI tools directly to our documentation, so you get accurate, up-to-date answers about the API without leaving your editor.

<CardGroup cols={2}>
  <Card title="Cursor" icon="terminal" href="cursor://anysphere.cursor.mcp/install?name=Turris%20Public%20API&url=https%3A%2F%2Fdocs.turrisfi.com%2Fmcp">
    Install the MCP server in Cursor with one click
  </Card>

  <Card title="VS Code" icon="code" href="vscode://settings/modelcontextprotocol?url=https%3A%2F%2Fdocs.turrisfi.com%2Fmcp">
    Install the MCP server in VS Code with one click
  </Card>
</CardGroup>

### Manual Setup

Add the following to your MCP client configuration:

```json theme={null}
{
  "mcpServers": {
    "turris-public-api": {
      "url": "https://docs.turrisfi.com/mcp"
    }
  }
}
```

Compatible with any MCP client including Claude Desktop, ChatGPT, Cursor, VS Code, Windsurf, and more.

## Postman Collections

Explore and test the Turris Public API directly in Postman with our pre-built collections.

<Card title="Turris Public APIs on Postman" icon="arrow-up-right-from-square" href="https://www.postman.com/turris/turris-public-apis/overview">
  Browse all collections, fork them into your workspace, and start making requests immediately.
</Card>

### Available Collections

| Collection              | Description                                                          |
| ----------------------- | -------------------------------------------------------------------- |
| **Authentication API**  | All authentication flows — OAuth and Restricted Access Tokens        |
| **Upstream Entity API** | Full CRUD and workflow endpoints for MGAs, Carriers, and Wholesalers |

### Getting Started with Postman

1. Visit the [Turris Public APIs workspace](https://www.postman.com/turris/turris-public-apis/overview) on Postman
2. Fork the collection you need into your own workspace
3. Set up your environment variables (`baseUrl`, `clientId`, `clientSecret`)
4. Authenticate using the OAuth or Restricted Access Token flow
5. Start exploring endpoints
