MCP Catalogs
Home

lyra-tool-discovery

by nirholas·25·Score 44

AI-powered discovery tool that finds and analyzes crypto-focused MCP servers across GitHub and npm, generating ready-to-use plugin configurations.

developer-toolsblockchainai-llm
6
Forks
0
Open issues
this month
Last commit
2d ago
Indexed

Overview

Lyra Tool Discovery is an AI-powered automation toolkit specifically designed for the crypto, DeFi, blockchain, and web3 ecosystem. It automates the process of discovering, evaluating, and integrating MCP servers by crawling GitHub and npm repositories, filtering for blockchain-related content, and using AI to analyze and generate plugin configurations. The tool supports multiple AI providers including OpenAI GPT-4o and Anthropic Claude, offering both CLI and programmatic interfaces with 8 different plugin templates for various integration scenarios.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Crypto application developers rapidly discovering and integrating MCP servers related to blockchain, DeFi, or NFTs
you:Plugin marketplace operators automating curation and validation of crypto-focused MCP plugins
you:DevOps engineers setting up CI/CD pipelines for automated discovery and deployment of blockchain tooling
you:Can Lyra discover non-crypto MCP servers?
you:Which AI models can be used with Lyra?

When to choose this

Choose Lyra when you need to discover and evaluate blockchain-related MCP servers and APIs for crypto applications, especially when you want to automate the evaluation and configuration generation process.

When NOT to choose this

Don't choose Lyra if you're working outside the blockchain/crypto ecosystem, as its specialized filtering and keyword analysis are optimized for crypto-related tools and protocols.

Tools this server exposes

5 tools extracted from the README
  • discoverdiscover --sources <sources> --limit <number> --max-age <months> --dry-run

    Search for MCP tools and APIs across configured sources like GitHub and npm

  • analyze-repoanalyze-repo <owner> <repo> --provider <provider> --model <model>

    Analyze a specific GitHub repository for MCP compatibility

  • analyze-npmanalyze-npm <package> --provider <provider> --model <model>

    Analyze a specific npm package for MCP compatibility

  • providers

    Show available AI providers based on configured environment variables

  • templates

    Display all available plugin templates with descriptions

Comparable tools

github-to-mcpmcp-discoverymcp-server-registrymcp-directory

Installation

# Global install (recommended for CLI usage)
pnpm add -g @nirholas/lyra-tool-discovery

# Or with npm
npm install -g @nirholas/lyra-tool-discovery

# Or run directly with npx
npx @nirholas/lyra-tool-discovery discover --help
# Environment variables for AI providers
export OPENAI_API_KEY="sk-..."
export ANTHROPIC_API_KEY="sk-ant-..."
export GITHUB_TOKEN="ghp_..." # Optional for higher rate limits

FAQ

Can Lyra discover non-crypto MCP servers?
Lyra is optimized for discovering crypto, DeFi, blockchain, and web3 related tools. It uses specific filtering keywords and AI validation to focus exclusively on this domain.
Which AI models can be used with Lyra?
Lyra supports OpenAI models (GPT-4o, GPT-4-turbo, GPT-3.5-turbo) and Anthropic models (Claude Sonnet 4, Claude Opus). You can specify which provider and model to use via environment variables or CLI flags.

Compare lyra-tool-discovery with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.