goose/documentation/docs/mcp/apify-mcp.md
dianed-square e7eb18b67a
Some checks are pending
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Prepare Version (push) Waiting to run
Canary / build-cli (push) Blocked by required conditions
Canary / Upload Install Script (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Lint Rust Code (push) Blocked by required conditions
CI / Check OpenAPI Schema is Up-to-Date (push) Blocked by required conditions
CI / Test and Lint Electron Desktop App (push) Blocked by required conditions
Deploy Documentation / deploy (push) Waiting to run
Live Provider Tests / check-fork (push) Waiting to run
Live Provider Tests / changes (push) Blocked by required conditions
Live Provider Tests / Build Release Binary (push) Blocked by required conditions
Live Provider Tests / Smoke Tests (push) Blocked by required conditions
Documentation Site Preview / deploy (push) Waiting to run
Publish Docker Image / docker (push) Waiting to run
docs: lowercase goose in remaining topics (#5861)
2025-11-24 11:05:41 -08:00

6.5 KiB
Raw Blame History

title description
Apify Extension Add Apify MCP server as a goose Extension

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import CLIExtensionInstructions from '@site/src/components/CLIExtensionInstructions'; import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';

This tutorial covers how to add the Apify MCP server as a goose extension, enabling goose to call thousands of tools from Apify Store to extract data from social media, e-commerce sites, search engines, online maps, or any other website.

Configuration

:::tip TLDR Launch the installer Add a Remote Extension (Streaming HTTP) extension type with:

Endpoint URL

https://mcp.apify.com

Custom Request Header

Authorization: Bearer <YOUR_APIFY_TOKEN>

:::

Obtain your Apify Token and paste it in as the Bearer token. } />

:::tip TLDR Launch the installer

**Command** ```sh npx -y @apify/actors-mcp-server ```

Environment Variables

APIFY_TOKEN: <YOUR_APIFY_TOKEN>

:::

" } ]} apiKeyLink="https://console.apify.com/settings/integrations" apiKeyLinkText="Apify Token" /> Obtain your Apify Token and paste it in. } />

Example Usage

The Apify MCP server lets you connect goose to Apify Store, a marketplace of thousands of ready-made tools (called Actors) for all kinds of web scraping, crawling, and data extraction use cases. Learn more about Apify Actors in the official documentation

In this example, goose will use the Google Places Scraper Actor to identify the most credible, top-rated Italian restaurant in Prague based on public ratings, reviews, and fine-dining recognition.

goose Prompt


( O)> Find the top-rated Italian restaurant in Prague with verifiable credibility — use Apify MCP to find Google Maps review scraper Actor, focus on places with at least 200+ reviews, an average rating of 4.7 or higher on Google, TripAdvisor, or OpenTable, and any Michelin or fine-dining recognition. Include the restaurants name, rating, total review count, address, cuisine style, and a short summary of what makes it stand out (e.g., service, ambiance, or signature dishes). Return to me only 1 restaurant with the highest rating to review count ratio

goose Output


Based on the gathered information, the top-rated Italian restaurant in Prague with verifiable credibility is:

### **Al Tagliere**

* **Rating:** 4.7/5
* **Total Reviews:** 457
* **Address:** [Al Tagliere on TripAdvisor](https://www.tripadvisor.com/Restaurant_Review-g274707-d6835155-Reviews-Al_Tagliere-Prague_Bohemia.html)
* **Cuisine Style:** Italian
* **Summary:** Al Tagliere is celebrated for its authentic Italian dishes that showcase regional flavors. The restaurant is known for its delightful ambiance, attentive service, and signature dishes such as homemade pasta and traditional desserts. Patrons frequently highlight the freshness of ingredients and the welcoming atmosphere, making it a preferred choice for both locals and tourists.

This restaurant has a strong reputation and meets your criteria for quality and credibility.