A
securityA
licenseA
qualityA 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 -
10
131
Python
MIT License
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.
knowledge - Search proprietary and/or web sources for informationquery (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)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 performancefeedback - Submit user feedback for a transactiontx_id (string): Transaction ID to provide feedback forfeedback (string): User feedback textsentiment (string): Sentiment rating ("very good", "good", "bad", "very bad")VALYU_API_KEY (required): Your Valyu API keyAdd to your Claude settings:
You can use the MCP inspector to debug the server:
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.
模型上下文协议服务器为 LLM 提供对 Valyu 知识检索和反馈 API 的访问权限,以便搜索专有/网络源并提交交易反馈。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/valyu-network/valyu-mcp-js'
If you have feedback or need assistance with the MCP directory API, please join our Discord server