Skip to main content
Glama

Valyu MCP Server

MIT License
  • Linux
  • Apple

Valyu MCP サーバー

Valyuの知識検索およびフィードバックAPIへのアクセスを提供するモデルコンテキストプロトコルサーバー。このサーバーにより、LLMは独自の情報源やWebソースから情報を検索し、取引に関するフィードバックを送信できます。

利用可能なツール

  • knowledge - 独自の情報源やウェブソースを検索して情報を探す
    • 必要な引数:
      • query (文字列): 検索する質問またはトピック
      • search_type (文字列): 検索するソースの種類 ("独自"、"Web"、または "すべて")
      • max_price (数値): 1000クエリあたりの最大許容価格 (CPM)
    • オプションの引数:
      • data_sources (string[]): 検索するインデックス名のリスト
      • max_num_results (整数): 再ランク付け後に返される結果の数
      • similarity_threshold (数値): 含まれる結果の最小類似度スコア
      • query_rewrite (boolean): パフォーマンス向上のためにクエリを書き換えるかどうか
  • feedback - 取引に関するユーザーフィードバックを送信する
    • 必要な引数:
      • tx_id (文字列): フィードバックを提供するトランザクションID
      • feedback (文字列): ユーザーフィードバックテキスト
      • sentiment (文字列):感情評価(「とても良い」、「良い」、「悪い」、「非常に悪い」)

インストール

Dockerの使用

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

構成

環境変数

  • VALYU_API_KEY (必須): Valyu APIキー

Claude.app 用に設定する

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>" } } }

やり取りの例

  1. 知識検索:
{ "name": "knowledge", "arguments": { "query": "What is quantum computing?", "search_type": "all", "max_price": 0.5, "data_sources": ["valyu/valyu-arxiv", "valyu/valyu-wikipedia"], "max_num_results": 5 } }
  1. フィードバックを送信:
{ "name": "feedback", "arguments": { "tx_id": "12345abcdef", "feedback": "The information was very helpful and accurate.", "sentiment": "very good" } }

デバッグ

MCP インスペクタを使用してサーバーをデバッグできます。

npx @modelcontextprotocol/inspector node dist/index.js

クロードへの質問例

  1. 「医療分野における人工知能に関する情報を検索できますか?」
  2. 「持続可能なエネルギーソリューションについて知りたいのですが、検索できますか?」
  3. 「ID TX123456 の取引に関するフィードバックの送信にご協力ください。」
  4. 「気候変動適応戦略に関する最新の研究を見つけてください。」

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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 へのアクセスを提供し、独自の Web ソースやトランザクション フィードバックを送信できるようにするモデル コンテキスト プロトコル サーバー。

  1. 利用可能なツール
    1. インストール
      1. Dockerの使用
    2. 構成
      1. 環境変数
      2. Claude.app 用に設定する
    3. やり取りの例
      1. デバッグ
        1. クロードへの質問例

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables LLMs to perform web searches using Google's Custom Search API through a standardized interface.
            Last updated -
            1
            23
            TypeScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            A 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
            77
            Python
            MIT License
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.
            Last updated -
            Python
            MIT License
            • Linux
            • Apple
          • -
            security
            A
            license
            -
            quality
            A 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 -
            5
            Python
            Apache 2.0

          View all related MCP servers

          MCP directory 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