🌙 Lyra Registry

The NPM for Crypto AI Tools

Discover, evaluate, and integrate 280+ crypto & DeFi MCP tools

🔧
280+
Total Tools
📁
15+
Categories
⛓️
10+
Blockchains
🏦
25+
Protocols

📡 API Endpoints

MethodEndpointDescription
GET/api/toolsList and filter all tools
POST/api/toolsRegister a new tool
GET/api/tools/:idGet tool details
GET/api/search?q=Search tools by name/description
GET/api/trendingGet trending tools
GET/api/categoriesList all categories
GET/api/healthHealth check and stats
POST/api/discoverySubmit tool for review

⭐ Trust Score Algorithm

Every tool is scored using the SperaxOS trust algorithm. The score is based on:

20
Validated*
Verified by community contributors
15
Has Tools*
Tool definitions specified
15
Deployment*
Deployment options available
12
Auto Deploy
Automated deployment
10
Documentation*
README provided
8
License
Open source license
8
Prompts
Prompt templates included
8
Resources
Additional resources
4
Claimed
Claimed by developer
A80%+ (All required met)
B60-79% (All required met)
F<60% or missing required

🚀 Quick Start

# Search for DeFi tools
curl "https://lyra-registry.vercel.app/api/search?q=defi&category=defi"

# Get trending tools this week
curl "https://lyra-registry.vercel.app/api/trending?period=week&limit=10"

# Get tool by ID
curl "https://lyra-registry.vercel.app/api/tools/[uuid]"

# Register a new tool
curl -X POST "https://lyra-registry.vercel.app/api/tools" \
  -H "Content-Type: application/json" \
  -d '{"name": "my-tool", "description": "...", "category": "defi", "inputSchema": {}}'