Skip to main content
Glama

Raccoon AI MCP Server

Official
by raccoonaihq

Raccoon AI MCP サーバー

Raccoon AI の Model Context Protocol (MCP) サーバーは、LAM API を活用して Web 閲覧、データ抽出、複雑な Web タスクの自動化を可能にします。

これで何ができるでしょうか?

  • ウェブサイトを検索して閲覧する
  • フォームに入力し、UI要素を操作します
  • 定義されたスキーマに基づいて構造化データを抽出する
  • ウェブサイト全体で複数ステップのプロセスを処理

前提条件

Raccoon LAM MCP サーバーを使用する前に、次のものが必要です。

  • Python 3.8以上
  • Claude Desktopまたは他の MCP 互換クライアント
  • Raccoon AI の秘密鍵と Raccoon のパスコード

インストール

鍛冶屋を使う

npx -y @smithery/cli@latest install @raccoonaihq/raccoonai-mcp-server --client claude

出典

git clone https://github.com/raccoonaihq/raccoonai-mcp-server.git
cd raccoonai-mcp-server
uv pip install -e .
Claude Desktopで設定するには
mcp install src/raccoonai_mcp_server/server.py -v RACCOON_SECRET_KEY=<RACCOON_SECRET_KEY> -v RACCOON_PASSCODE=<RACCOON_PASSCODE>

<RACCOON_SECRET_KEY><RACCOON_PASSCODE>を実際の認証情報に置き換えてください。認証情報はここから確認できます。

Claude を使用してさまざまな Web タスクを実行できるプロンプトの例を次に示します。

  1. Amazon.com から、評価の高いゲーミングキーボードの製品情報を抽出できますか?
  2. 再生可能エネルギー技術に関する最新のニュース記事を見つけて要約します。
  3. 最新の iPhone モデル 3 つを見つけて、スキーマで詳細を抽出します。
  4. 詳細な検索を実行し、小規模言語モデルに関する詳細なレポートを生成します。

ドキュメント

詳細については、以下を参照してください。

-
security - not tested
F
license - not found
-
quality - not tested

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.

Raccoon AI の LAM API を通じて Web 閲覧、データ抽出、複雑な Web タスクの自動化を可能にするモデル コンテキスト プロトコル サーバー。

  1. これで何ができるでしょうか?
    1. 前提条件
      1. インストール
        1. 鍛冶屋を使う
        2. 出典
        1. ドキュメント

          Related MCP Servers

          • -
            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
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables LLMs to interact with web pages, take screenshots, generate test code, scrape web pages, and execute JavaScript in a real browser environment.
            Last updated -
            29
            39
            11
            TypeScript
            MIT License
          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol server that enables AI assistants to perform web automation tasks by connecting to remote Playwright/browserless instances, supporting navigation, screenshots, HTML extraction, and element interaction.
            Last updated -
            10
            TypeScript
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that collects, analyzes, and manages AI use case data from various information sources with features for web scraping, data analysis, and trend identification.
            Last updated -
            TypeScript

          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/raccoonaihq/raccoonai-mcp-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server