Lyra Registry MCP Server

Central registry hub for Lyra ecosystem tools, agents, and plugins - the NPM for Crypto AI Tools

Remote serverstreamable-httpPython

What is the Lyra Registry MCP server?

Most developer tooling work still happens through a UI a human drives. Lyra Registry MCP server moves it into the conversation instead. Central registry hub for Lyra ecosystem tools, agents, and plugins - the NPM for Crypto AI Tools.

The short version

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.

The tools it exposes

The server publishes 14 tools. What each one is for:

  • Method — Endpoint
  • GET — /api/tools
  • POST — /api/tools
  • PATCH — /api/tools/:id
  • DELETE — /api/tools/:id
  • Param — Type
  • category — string
  • chain — string
  • protocol — string
  • grade — a\
  • requiresApiKey — true\
  • tags — string

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

What it needs from you

Configuration is passed through the environment: DATABASE_URL, LYRA_MCP_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Lyra Registry's toolset — Method, GET, POST and 11 more — is a fair guide to whether it matches your workflow. It is maintained by nirholas; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Lyra Registry's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Lyra Registry.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
MethodEndpoint
GET/api/tools
POST/api/tools
PATCH/api/tools/:id
DELETE/api/tools/:id
ParamType
categorystring
chainstring
protocolstring
gradea\
requiresApiKeytrue\
tagsstring
pagenumber
limitnumber

Configuration

VariableDescriptionRequired
DATABASE_URLEndpoint or connection string the server talks to.Yes
LYRA_MCP_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Lyra Registry to Method.
  • Use Lyra Registry to GET.
  • Use Lyra Registry to POST.

Frequently asked questions

It connects Lyra Registry to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Method, GET, POST, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Lyra Registry directly.