Valyu MCP 服务器
一个模型上下文协议服务器,提供对 Valyu 知识检索和反馈 API 的访问。该服务器使法学硕士 (LLM) 能够搜索专有资源和网络资源以获取信息,并提交交易反馈。
可用工具
knowledge
- 搜索专有和/或网络来源以获取信息必需参数:
query
(字符串):要搜索的问题或主题search_type
(字符串):要搜索的来源类型(“专有”、“网络”或“全部”)max_price
(数字):每千次查询允许的最高价格(CPM)
可选参数:
data_sources
(string[]): 要搜索的索引名称列表max_num_results
(整数):重新排序后返回的结果数similarity_threshold
(数字):包含结果的最低相似度得分query_rewrite
(布尔值):是否重写查询以获得更好的性能
feedback
- 提交交易的用户反馈必需参数:
tx_id
(字符串):提供反馈的交易 IDfeedback
(字符串):用户反馈文本sentiment
(字符串):情绪评级(“非常好”,“好”,“坏”,“非常坏”)
安装
使用 Docker
配置
环境变量
VALYU_API_KEY
(必需):您的 Valyu API 密钥
为 Claude.app 配置
添加到您的 Claude 设置:
交互示例
知识搜索:
提交反馈:
调试
您可以使用 MCP 检查器来调试服务器:
克劳德的问题示例
“你能搜索有关医学人工智能的信息吗?”
“我想了解可持续能源解决方案。你能搜索一下吗?”
“请帮我提交 ID 为 TX123456 的交易反馈。”
“帮我找到有关气候变化适应策略的最新研究。”
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 的访问权限,以便搜索专有/网络源并提交交易反馈。
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 -10140MIT 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 -6Apache 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 -3
- 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 -472