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.
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:
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 READMEdiscoverdiscover --sources <sources> --limit <number> --max-age <months> --dry-runSearch 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
providersShow available AI providers based on configured environment variables
templatesDisplay all available plugin templates with descriptions
Comparable tools
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 limitsFAQ
- 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
Last updated · Auto-generated from public README + GitHub signals.