Getting Started

Quick Start

Get up and running with Tairon in minutes:


1. Browse the Supergraph

Visit tairon.ai to explore available MCP servers:

  • Browse by Category: DeFi, Gaming, Data Processing, AI/ML

  • Filter by Transport: HTTP, WebSocket, gRPC

  • Security Filters: Audited servers, open source only

  • Performance Filters: Uptime, response time, throughput


2. Test Servers Live

Use the built-in Live Inspector to test any server:

# No installation required - test directly in browser
# Visit: https://tairon.ai/servers/{server-id}/test

# Or use our CLI tool
npm install -g @tairon/cli
tairon test server-id --function getPrice --params '{"symbol":"ETH/USD"}'

3. Integrate with Your App


Installation

SDK Installation


CLI Installation


Authentication

Most operations are public and free. Premium features require an API key:

Last updated