Solana AI Registries
About
Solana Protocol Design for Agent and MCP Server Registries
Details
- Author
- openSVM
- GitHub stars
- 12
- Downloads
- 343
- Categories
- Other
Jump to
- 100% protocol compliance with A2A, AEA, and MCP specifications
- Hybrid data model with on-chain essentials and off-chain verified metadata
- Comprehensive input validation and security-focused sanitization
- Event emission for powerful off-chain indexing
- Owner-based access control with cryptographic verification
- 100% test coverage with edge-case testing
Configure Solana CLI for devnet, then query program accounts using solana program show or JavaScript’s getProgramAccounts. Register agents or MCP servers by constructing the corresponding on-chain instructions in Rust or via connected clients. The registries are live on Solana Devnet with dedicated program addresses.
Solana AI Registries
A comprehensive on-chain registry system for autonomous AI agents and Model Context Protocol (MCP) servers on the Solana blockchain.
🚀 Live on Devnet
Agent Registry: BruRLHGfNaf6C5HKUqFu6md5ePJNELafm1vZdhctPkpr | Explorer
MCP Server Registry: BCBVehUHR3yhbDbvhV3QHS3s27k3LTbpX5CrXQ2sR2SR | Explorer
🌟 Overview
The Solana AI Registries protocol provides essential infrastructure for discovering, verifying, and interacting with autonomous AI agents and Model Context Protocol (MCP) servers. This implementation consists of two interconnected on-chain registries:
1. Agent Registry: A decentralized directory for autonomous agents following the Autonomous Economic Agent (AEA) and Agent-to-Agent (A2A) paradigms
2. MCP Server Registry: A directory for Model Context Protocol compliant servers, enabling discovery of AI tools, resources, and prompts
🏗️ Architecture
Core Design Principles
- Hybrid Storage Model: Essential data on-chain, detailed metadata off-chain with verification hashes
- Event-Driven Architecture: Comprehensive events for off-chain indexing and querying
- Protocol Compliance: Aligned with A2A, AEA, and MCP specifications
- Security First: Ownership verification and comprehensive input validation
- Scalability: Designed for high-throughput discovery and interaction
Key Features
- ✅ 100% Protocol Compliance with A2A, AEA, and MCP specifications
- ✅ Hybrid Data Model for cost-effective storage and rich metadata
- ✅ Comprehensive Validation with security-focused input sanitization
- ✅ Event Emission for powerful off-chain indexing capabilities
- ✅ Owner-Based Access Control with cryptographic verification
- ✅ 100% Test Coverage with comprehensive edge case testing
🚀 Quick Start
Prerequisites
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



