Documentation

Getting Started

Welcome to the EPNAI documentation. This guide will help you understand how to integrate and use the Model Context Protocol on Solana.

// Install the MCP SDK
npm install @solana-mcp/sdk

// Import in your project
import { MCP } from '@solana-mcp/sdk';

Follow the steps below to set up your development environment and start building with MCP.

Core Concepts

Model Registration

Learn how to register AI models with the protocol and make them available for execution on the Solana network.

Execution Environment

Understand the secure and verifiable execution environment for AI models within the MCP ecosystem.

Verification Mechanism

Explore how MCP ensures the integrity and correctness of AI model executions through cryptographic verification.

Token Economics

Learn about the economic incentives and token mechanisms that power the MCP ecosystem.

API Reference

Explore the complete API reference for the EPNAI SDK.

MCP.connect()

Connect to the Solana network and initialize the MCP client.

MCP.registerModel()

Register an AI model with the protocol.

MCP.executeModel()

Execute an AI model with the given inputs and parameters.

MCP.verifyExecution()

Verify the execution of an AI model using cryptographic proofs.