Skip to main content

Overview

This guide walks you through the process of getting access to the Sari Platform and connecting your first AI agent.
1

Register on the Admin Console

Go to sari-console.web.app and click Sign Up.Enter your email address and create a password.
2

Complete your profile

After signing up, fill in your profile details:
  • Full Name — Your name
  • Company — Your organization name
Submit the form to create your registration request.
3

Wait for admin approval

Your registration will be reviewed by a Sari admin. You’ll receive an email once your account is approved.
Approval typically happens within one business day.
4

Connect to the MCP Server

Add Sari to your Claude Desktop configuration.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
  "mcpServers": {
    "sari-platform": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp-server.sari-platform.com/sse"
      ]
    }
  }
}
Restart Claude Desktop after saving the config file.For detailed setup instructions and troubleshooting, see the MCP Setup guide.
5

Start using Sari

Open a new conversation in Claude Desktop. You should see sari-platform in the MCP tools list.Try a test query:
Search for payment processing APIs
Claude will call the search_api_collections tool and return matching APIs.

Next Steps

Architecture

Understand how the platform works

MCP Tools

Learn about all available MCP tools

MCP Setup

Detailed setup and troubleshooting

API Reference

Explore the full REST API