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.
Integrations
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 服务器
一个模型上下文协议服务器,提供对 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
Copy
配置
环境变量
VALYU_API_KEY
(必需):您的 Valyu API 密钥
为 Claude.app 配置
添加到您的 Claude 设置:
Copy
交互示例
- 知识搜索:
Copy
- 提交反馈:
Copy
调试
您可以使用 MCP 检查器来调试服务器:
Copy
克劳德的问题示例
- “你能搜索有关医学人工智能的信息吗?”
- “我想了解可持续能源解决方案。你能搜索一下吗?”
- “请帮我提交 ID 为 TX123456 的交易反馈。”
- “帮我找到有关气候变化适应策略的最新研究。”
You must be authenticated.
模型上下文协议服务器为 LLM 提供对 Valyu 知识检索和反馈 API 的访问权限,以便搜索专有/网络源并提交交易反馈。
- Available Tools
- Installation
- Configuration
- Example Interactions
- Debugging
- Examples of Questions for Claude