<aside> 🧭

Audience: Backend engineers building or adapting MCP servers

This guide provides resources to help you start building an MCP server to expose MCP Tools and make them accessible to our agents

</aside>


Connection and Authentication Requirements

Building a MCP server step by step

For a step-by-step tutorial on how to build an MCP server, please refer to the official documentation: Build an MCP server — Model Context Protocol

Testing Your Server

A simple way to test your server locally is by using the MCP Inspector (GitHub)

# install node lts and execute 
npx @modelcontextprotocol/inspector

Integration