The Valyu MCP Server enables:
- Knowledge Retrieval: Search proprietary and web sources using customizable queries with filters like max price, data sources, and similarity thresholds
- Feedback Submission: Submit user feedback and sentiment ratings for specific transactions
Searches arXiv's research papers repository through the Valyu knowledge API, allowing users to retrieve academic research content.
Provides Docker container deployment for the Valyu MCP server, allowing users to run the server in an isolated environment.
Enables querying Wikipedia content through the Valyu knowledge API, providing access to general knowledge information.
Valyu MCP Server
A Model Context Protocol server that provides access to Valyu's knowledge retrieval and feedback APIs. This server enables LLMs to search proprietary and web sources for information and submit feedback on transactions.
Available Tools
knowledge
- Search proprietary and/or web sources for information- Required arguments:
query
(string): The question or topic to search forsearch_type
(string): Type of sources to search ("proprietary", "web", or "all")max_price
(number): Maximum allowed price per thousand queries (CPM)
- Optional arguments:
data_sources
(string[]): List of index names to search overmax_num_results
(integer): Number of results returned after rerankingsimilarity_threshold
(number): Minimum similarity score for included resultsquery_rewrite
(boolean): Whether to rewrite the query for better performance
- Required arguments:
feedback
- Submit user feedback for a transaction- Required arguments:
tx_id
(string): Transaction ID to provide feedback forfeedback
(string): User feedback textsentiment
(string): Sentiment rating ("very good", "good", "bad", "very bad")
- Required arguments:
Installation
Using Docker
Configuration
Environment Variables
VALYU_API_KEY
(required): Your Valyu API key
Configure for Claude.app
Add to your Claude settings:
Example Interactions
- Knowledge search:
- Submit feedback:
Debugging
You can use the MCP inspector to debug the server:
Examples of Questions for Claude
- "Can you search for information about artificial intelligence in medicine?"
- "I'd like to learn about sustainable energy solutions. Can you search for that?"
- "Please help me submit feedback for my transaction with ID TX123456."
- "Find me the latest research on climate change adaptation strategies."
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A Model Context Protocol server that provides LLMs with access to Valyu's knowledge retrieval and feedback APIs for searching proprietary/web sources and submitting transaction feedback.
- Available Tools
- Installation
- Configuration
- Example Interactions
- Debugging
- Examples of Questions for Claude
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.Last updated -10124PythonMIT License
- -securityAlicense-qualityA Model Context Protocol Server that enables LLMs to interact with and execute REST API calls through natural language prompts, supporting GET/PUT/POST/PATCH operations on configured APIs.Last updated -6PythonApache 2.0
- AsecurityFlicenseAqualityA Model Context Protocol server that enhances LLM capabilities by connecting to Wikipedia, internet search (Tavily), and financial data (Yahoo Finance) tools, enabling contextual responses to user queries.Last updated -3Python
- AsecurityFlicenseAqualityA comprehensive Model Context Protocol server that enables interaction with the Klaviyo API, providing tools and resources for managing customer profiles, lists, segments, campaigns, flows, and various marketing automation features.Last updated -471JavaScript