Valyu MCP Server
@valyu-network
About Valyu MCP Server
Typescript implementation of MCP server for Valyu Network API (https://docs.valyu.network/api-reference)
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"valyu-mcp-js": {
"command": "docker",
"args": [
"pull",
"ghcr.io/tiovikram/valyu-mcp-server"
]
}
}
}Tools
2Search proprietary and/or web sources for information
Submit user feedback for a transaction
Overview
What is Valyu MCP Server?
Valyu MCP Server is a Model Context Protocol server that provides access to Valyu's knowledge retrieval and feedback APIs. It enables LLMs to search proprietary and web sources for information and submit feedback on transactions.
How to use Valyu MCP Server?
Install via Docker (docker pull ghcr.io/tiovikram/valyu-mcp-server), set the VALYU_API_KEY environment variable, and configure the server in your MCP client (e.g., Claude.app). Invoke the knowledge tool to search sources or the feedback tool to submit user feedback.
Key features of Valyu MCP Server
knowledgetool to search proprietary, web, or all sourcesfeedbacktool to submit user feedback for transactions- Supports configurable search parameters (query, max price, data sources, etc.)
- Sentiment ratings: very good, good, bad, very bad
- Docker image ready for easy deployment
Use cases of Valyu MCP Server
- Searching for information across proprietary and web data sources
- Submitting user feedback and sentiment for a specific transaction
- Integrating knowledge retrieval directly into an LLM workflow
FAQ from Valyu MCP Server
What tools are available?
Two tools: knowledge for searching information and feedback for submitting user feedback on transactions.
What arguments are required for the knowledge tool?
A query (string), search_type ("proprietary", "web", or "all"), and max_price (number, maximum CPM allowed). Optional arguments include data_sources, max_num_results, similarity_threshold, and query_rewrite.
How do I install Valyu MCP Server?
Use Docker: docker pull ghcr.io/tiovikram/valyu-mcp-server and run with -e VALYU_API_KEY=your-api-key.
Is an API key required?
Yes, the VALYU_API_KEY environment variable is required to authenticate with the Valyu API.
How can I debug the server?
Use the MCP inspector: npx @modelcontextprotocol/inspector node dist/index.js.
Frequently asked questions
What tools are available?
Two tools: `knowledge` for searching information and `feedback` for submitting user feedback on transactions.
What arguments are required for the knowledge tool?
A `query` (string), `search_type` ("proprietary", "web", or "all"), and `max_price` (number, maximum CPM allowed). Optional arguments include `data_sources`, `max_num_results`, `similarity_threshold`, and `query_rewrite`.
How do I install Valyu MCP Server?
Use Docker: `docker pull ghcr.io/tiovikram/valyu-mcp-server` and run with `-e VALYU_API_KEY=your-api-key`.
Is an API key required?
Yes, the `VALYU_API_KEY` environment variable is required to authenticate with the Valyu API.
How can I debug the server?
Use the MCP inspector: `npx @modelcontextprotocol/inspector node dist/index.js`.
Basic information
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments