> ## Documentation Index
> Fetch the complete documentation index at: https://firecrawl-docs-agent-add-spark-2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Amp で MCP Web Search とスクレイピング

> Sourcegraph Amp に Firecrawl の Web スクレイピングと検索機能を追加

ホスト型 MCP サーバーを通じて、Firecrawl のキーレス Search、スクレイピング、Parse ツールを [Sourcegraph Amp](https://ampcode.com) に追加します。

<div id="quick-setup">
  ## クイックセットアップ
</div>

Ampの設定を開き、このリモートMCPサーバーを追加します。

```json theme={null}
{
  "amp.mcpServers": {
    "firecrawl": {
      "url": "https://mcp.firecrawl.dev/v2/mcp"
    }
  }
}
```

Ampを再読み込みし、`firecrawl_search`、`firecrawl_scrape`、`firecrawl_parse`が利用可能であることを確認します。

キーレスのアクセスには、同じパブリックIPを使用するユーザー間で共有される制限があります。[For Humans](/ja/mcp-server/oauth)を使用して対話型クライアントからサインインするか、ユーザー操作なしでの利用には[APIキーを追加](/ja/mcp-server/keyless#add-an-api-key)してください。

<div id="try-it">
  ## 試してみる
</div>

```text theme={null}
Search the web for "Sourcegraph Cody vs Amp" and summarize the sources.
```

```text theme={null}
スクレイピング https://docs.firecrawl.dev and list the core endpoints.
```

<div id="troubleshooting">
  ## トラブルシューティング
</div>

* **サーバーに接続できない:** URL が `https://mcp.firecrawl.dev/v2/mcp` と完全に一致していることを確認し、Amp の MCP ログを確認してください。
* **Crawl などのツールが表示されない:** キーレス で利用できるのは Search、スクレイピング、Parse のみです。より幅広いツールを利用するには、OAuth または API キーで接続してください。
