Overview
This is a community-maintained plugin developed by
GhouI. For official integrations, see
Remote MCP or use the
Valyu API directly.
- Zero dependencies - Direct API calls using Node.js built-in fetch
- 8 search types - Web, finance, academic, biomedical, patents, SEC, economics, and news
- AI-powered answers - Get answers with source citations
- Content extraction - Extract clean content from any URL
- Deep research - Async research reports for complex topics
Installation
Install the plugin from the Claude Code marketplace:API Key Setup
Get your API key from platform.valyu.ai with $10 free credits.Automatic Setup (Recommended)
Just start using the plugin! On first use, Claude will:- Detect that no API key is configured
- Ask you to paste your API key
- Save it automatically to
~/.valyu/config.json - Retry your search
Manual Setup (Alternative)
If you prefer to set up manually:- Environment Variable
- Config File
- VSCode Settings
For Zsh (macOS default):For Bash:
VALYU_API_KEYenvironment variable~/.valyu/config.jsonfile
Usage
You can use the plugin with either natural language or the structured syntax:- Natural Language
- Structured Syntax
Simply ask Claude to search for what you need:Claude will automatically use the appropriate Valyu search tool based on your query.
Search Examples
Answer
Get AI-powered answers with source citations:Contents
Extract clean content from URLs:DeepResearch
Create async research reports for complex topics:Search Types
| Type | Description | Data Sources |
|---|---|---|
web | General web search | Real-time web content |
finance | Financial data | Stocks, earnings, SEC filings, crypto |
paper | Academic papers | arXiv, PubMed, scholarly journals |
bio | Biomedical research | PubMed, clinical trials, FDA drug labels |
patent | Patent databases | USPTO, global patent data |
sec | SEC regulatory filings | 10-K, 10-Q, 8-K documents |
economics | Economic indicators | BLS, FRED, World Bank |
news | News articles | Real-time news sources |
Output Format
All commands return structured JSON results:Example Queries
Web Search
- “Who won the superbowl this year?”
- “Latest developments in quantum computing”
- “Best practices for React server components”
Academic Research
- “Find recent papers on transformer architecture improvements”
- “CRISPR gene editing therapeutic applications”
- “Climate change mitigation strategies peer-reviewed studies”
Financial Analysis
- “AAPL stock price and recent performance”
- “Tesla latest quarterly earnings and revenue trends”
- “Bitcoin price trends this week”
SEC Filings
- “Tesla’s latest 10-K MD&A section”
- “Apple risk factors from FY2023 annual report”
- “Microsoft’s business strategy from recent 10-K”
Biomedical Research
- “Find clinical trials for CAR-T therapy in lymphoma”
- “Latest research on GLP-1 receptor agonists for weight loss”
- “FDA approvals for mRNA-based therapeutics”
Patent Search
- “Find patents related to solid-state battery technology”
- “Machine learning patents filed by Google in 2024”
- “Prior art search for autonomous vehicle navigation”
Economics Data
- “US unemployment rate trends over the past year”
- “Federal Reserve interest rate decisions”
- “World Bank GDP growth data for emerging markets”
Requirements
- Node.js 18+ (for built-in fetch API)
- Valyu API key (get $10 free credits at platform.valyu.ai)
Additional Resources
GitHub Repository
View source code and contribute
Get API Key
Sign up for free $10 credit
API Reference
Complete Valyu API documentation
Remote MCP
Use Valyu with MCP protocol
Support
This is a community-maintained plugin. For issues or contributions:- GitHub Issues: Report issues or request features
- Discord: Join the Valyu community

