valyu-mcp-js
A Model Context Protocol server that provides access to Valyu's knowledge retrieval and feedback APIs.
The Valyu MCP Server is designed to facilitate seamless interaction between large language models (LLMs) and Valyu's proprietary and web-based knowledge sources. It allows LLMs to perform searches across various data sources and submit user feedback on transactions. The server is equipped with tools that enable efficient information retrieval and feedback submission, making it a valuable asset for applications requiring dynamic knowledge access and user interaction. By leveraging the Model Context Protocol, the server ensures that LLMs can access the most relevant and up-to-date information while also capturing user sentiments and feedback effectively.
Features
- Knowledge Retrieval: Search across proprietary and web sources for comprehensive information.
- Feedback Submission: Collect and process user feedback on transactions with sentiment analysis.
- Customizable Search: Configure search parameters such as data sources, result limits, and similarity thresholds.
- Docker Support: Easily deploy the server using Docker for streamlined setup and management.
- Environment Configuration: Use environment variables to securely manage API keys and other settings.
MCP Tools
- knowledge: Search proprietary and/or web sources for information.
- feedback: Submit user feedback for a transaction.
Usage with Different Platforms
docker
bash
docker pull ghcr.io/tiovikram/valyu-mcp-server
docker run -i --rm -e VALYU_API_KEY=your-api-key ghcr.io/tiovikram/valyu-mcp-server
claude
"mcpServers": {
"valyu": {
"command": "docker",
"args": ["run", "--pull", "--rm", "-i", "-e", "VALYU_API_KEY", "ghcr.io/tiovikram/valyu-mcp-server"],
"env": {
"VALYU_API_KEY": "<your-valyu-api-key>"
}
}
}
Frequently Asked Questions
How do I configure the Valyu MCP Server?
You can configure the server using environment variables, specifically by setting the VALYU_API_KEY.
What types of sources can the knowledge tool search?
The knowledge tool can search proprietary sources, web sources, or both, depending on the specified search type.
How can I submit feedback using the server?
Feedback can be submitted by using the feedback tool, providing the transaction ID, feedback text, and sentiment rating.
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.