Architecture

User → WildMeta Frontend → AI Agent → Skill (HTTP Server) → WildMeta DEX API
                             ↓                    ↑
                     LLM (analysis & decisions)   MCP Protocol

Key Concepts

  • Skill: A service that provides specific capabilities to an AI Agent

  • MCP: The protocol enabling communication between a Skill and an AI Agent

  • Tool: The interface exposed by a Skill to the AI Agent


Prerequisites

  • Node.js 18+ (any backend framework capable of serving HTTP is also fine)

  • npm or yarn

  • Basic understanding of the MCP protocol


Last updated