Skip to main content

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) server. MCP connects AI tools directly to our documentation, so you get accurate, up-to-date answers about the API without leaving your editor.

Cursor

Install the MCP server in Cursor with one click

VS Code

Install the MCP server in VS Code with one click

Manual Setup

Add the following to your MCP client configuration:
{
  "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.

Turris Public APIs on Postman

Browse all collections, fork them into your workspace, and start making requests immediately.

Available Collections

CollectionDescription
Authentication APIAll authentication flows — OAuth and Restricted Access Tokens
Upstream Entity APIFull CRUD and workflow endpoints for MGAs, Carriers, and Wholesalers

Getting Started with Postman

  1. Visit the Turris Public APIs workspace 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