Lyra Tool Discovery MCP Server

AI-powered MCP tool discovery - find, analyze, and generate plugin configs for Model Context Protocol servers

Local serverstdioTypeScript

What is the Lyra Tool Discovery MCP server?

Connect Lyra Tool Discovery to Claude, Cursor or any other MCP client and it stops being a tab you switch to. AI-powered MCP tool discovery - find, analyze, and generate plugin configs for Model Context Protocol servers. The lyra tool discovery mcp server is what makes that connection.

What the server does

The tool crawls multiple sources—GitHub and npm—to find crypto-related MCP servers, APIs, and plugins. It filters results to focus exclusively on blockchain, DeFi, web3, and cryptocurrency tooling (including Ethereum, Solana, Bitcoin, wallets, tokens, NFTs, DEXs, staking, bridges, and more). Lyra then leverages state-of-the-art AI (OpenAI GPT-4o or Anthropic Claude) to analyze each discovered tool and automatically generates ready-to-use plugin configurations.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Full — featured command-line interface
  • Dry — run mode for testing
  • cron — '0 0 * * *' # Daily at midnight
  • uses — actions/checkout@v4
  • name — Setup Node.js
  • Installation — The Installation tool exposed by this server
  • Commands — The Commands tool exposed by this server
  • discover — The discover tool exposed by this server
  • providers — Show available AI providers based on configured environment variables
  • templates — The templates tool exposed by this server

Installation

Installation goes through your MCP client rather than a global install: point it at @nirholas/lyra-tool-discovery on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Credentials and setup notes

Configuration is passed through the environment: OPENAI_API_KEY, ANTHROPIC_API_KEY, AI_PROVIDER, AI_MODEL, GITHUB_TOKEN. 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.

Where it fits

This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Lyra Tool Discovery's toolset — Full, Dry, cron and 7 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 Tool Discovery's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 10 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Lyra Tool Discovery.
  • 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
Fullfeatured command-line interface
Dryrun mode for testing
cron'0 0 * * *' # Daily at midnight
usesactions/checkout@v4
nameSetup Node.js
InstallationThe Installation tool exposed by this server.
CommandsThe Commands tool exposed by this server.
discoverThe discover tool exposed by this server.
providersShow available AI providers based on configured environment variables.
templatesThe templates tool exposed by this server.

How to install the Lyra Tool Discovery MCP server

**Example Output:**

```
🔍 Fetching modelcontextprotocol/servers...
🤖 Analyzing...

✅ Analysis complete:
  Template: mcp-stdio
  Reasoning: Repository contains multiple MCP servers with bin entries, using @modelcontextprotocol/sdk

📋 Quick Import JSON:
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
OPENAI_API_KEYCredential the server authenticates with.Yes
ANTHROPIC_API_KEYCredential the server authenticates with.Yes
AI_PROVIDERConfiguration value read at startup.Optional
AI_MODELConfiguration value read at startup.Optional
GITHUB_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Lyra Tool Discovery to Full.
  • Use Lyra Tool Discovery to Dry.
  • Use Lyra Tool Discovery to cron.

Frequently asked questions

It connects Lyra Tool Discovery to MCP-compatible AI assistants such as Claude and Cursor, exposing 10 tools (Full, Dry, cron, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Lyra Tool Discovery directly.