Registry API for 800+ crypto blockchain DeFi NFT trading tools discovery
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The NPM for Crypto AI Tools - Central registry for the Lyra ecosystem
Lyra Registry is a standalone API service that catalogs, scores, and serves metadata for all tools in the Lyra ecosystem. It enables discovery, evaluation, and integration of 800+ crypto & DeFi MCP tools.
Between builds I am working on cleaning up the main Lyra repo with over 800+ blockchain and cryptocurrency tools. I hope to release it soon.
The public demo deployment is offline while hosting is being migrated. Run it locally with the Quick Start below, or read the source at github.com/nirholas/lyra-registry.
Create a PostgreSQL database on Neon or Supabase (free tier works).
If you have a running Lyra MCP server:
Or seed with sample data:
Visit http://localhost:3000 to see the landing page.
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/tools | List all tools with pagination |
| POST | /api/tools | Register a new tool |
| GET | /api/tools/:id | Get tool by ID |
| PATCH | /api/tools/:id | Update a tool |
| DELETE | /api/tools/:id | Delete a tool |
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/search?q= | Full-text search |
| GET | /api/trending | Get trending tools |
| GET | /api/categories | List all categories |
| POST | /api/discovery | Submit tool for review |
| GET | /api/health | Health check & stats |
/api/tools and /api/search| Param | Type | Description |
|---|---|---|
q | string | Search query |
category | string | Filter by category slug |
chain | string | Filter by blockchain (bsc, ethereum, etc.) |
protocol | string | Filter by protocol (pancakeswap, aave, etc.) |
grade | a|b|f | Filter by trust grade |
requiresApiKey | true|false | Filter by API key requirement |
tags | string | Comma-separated tags |
page | number | Page number (default: 1) |
limit | number | Items per page (default: 20, max: 100) |
sortBy | string | Sort field: name, createdAt, totalScore, downloadCount |
sortOrder | asc|desc | Sort direction (default: desc) |
/api/trending| Param | Type | Description |
|---|---|---|
period | day|week|month | Time period (default: week) |
limit | number | Number of results (default: 10, max: 50) |
category | string | Filter by category |
Every tool is scored using the SperaxOS trust algorithm. The score determines the tool's grade:
| Criteria | Weight | Required |
|---|---|---|
| Validated | 20 | β |
| Has Tools | 15 | β |
| Deployment | 15 | β |
| Documentation | 10 | β |
| Auto Deploy | 12 | |
| License | 8 | |
| Prompts | 8 | |
| Resources | 8 | |
| Claimed | 4 |
| Grade | Score | Description |
|---|---|---|
| A | 80%+ | All required items met, excellent tool |
| B | 60-79% | All required items met, good tool |
| F | <60% | Missing required items or low score |
DATABASE_URL environment variableThe registry can automatically import tools from a running Lyra MCP server:
The lyra-intel project can automatically discover and submit new tools:
All rights reserved. See LICENSE.
Lyra Registry is deployed and accessible over HTTP via MCP Streamable HTTP transport β no local installation required.
Endpoint:
Add to your MCP client configuration (Claude Desktop, Cursor, SperaxOS, etc.):
| Tool | Description |
|---|---|
search_mcp_ecosystem | Search MCP ecosystem |
get_popular_mcp_servers | Popular MCP servers |
get_sperax_mcp_servers | All Sperax MCP servers |
Search MCP ecosystem:
Popular MCP servers:
All Sperax MCP servers:
Powered by modelcontextprotocol.name β the open MCP HTTP gateway
Full documentation site: https://nirholas.github.io/lyra-registry/
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/crypto-tools-registry)<a href="https://allmcps.com/mcp/crypto-tools-registry"><img src="https://allmcps.com/api/badge/crypto-tools-registry?style=directory" alt="Crypto Tools Registry on AllMCPs" /></a>