Typescript implementation of MCP server for Valyu Network API (
Overview
What is Valyu MCP Server?
Valyu MCP Server is a Typescript implementation of a Model Context Protocol server that provides access to Valyu's knowledge retrieval and feedback APIs, enabling LLMs to search proprietary and web sources for information and submit feedback on transactions.
How to use Valyu MCP Server?
To use Valyu MCP Server, you can run it using Docker with your Valyu API key. You can perform knowledge searches and submit feedback for transactions through the provided API endpoints.
Key features of Valyu MCP Server?
- Knowledge search tool to access proprietary and web sources.
- Feedback submission tool for user transactions.
- Configurable via environment variables for easy integration.
Use cases of Valyu MCP Server?
- Searching for information on various topics like quantum computing or artificial intelligence.
- Submitting user feedback on transactions to improve service quality.
- Integrating with applications like Claude.app for enhanced knowledge retrieval.
FAQ from Valyu MCP Server?
- How do I install Valyu MCP Server?
You can install it using Docker with the command:
docker pull ghcr.io/tiovikram/valyu-mcp-server.
- What is required to run the server?
You need to set the
VALYU_API_KEYenvironment variable with your Valyu API key.
- Can I use Valyu MCP Server for any type of search?
Yes, you can search across proprietary, web, or all sources based on your needs.