Skip to content

Commit fdfc013

Browse files
committed
fix: goose cap fix and wording improvements
1 parent 8a4f4d3 commit fdfc013

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

documentation/docs/mcp/apify-mcp.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import CLIExtensionInstructions from '@site/src/components/CLIExtensionInstructi
99
import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
1010
import { PanelLeft } from 'lucide-react';
1111

12-
This tutorial covers how to add the [Apify MCP server](https://mcp.apify.com) as a Goose extension, enabling Goose to call thousands of tools from [Apify Store](https://apify.com/store) to extract data from social media, e-commerce sites, search engines, online maps, or any other website.
12+
This tutorial covers how to add the [Apify MCP server](https://mcp.apify.com) as a goose extension, enabling goose to call over 6.000+ Actors from [Apify Store](https://apify.com/store) to extract data from social media, e-commerce sites, search engines, online maps, or any other website.
1313

14-
:::tip Quick setup
14+
:::tip TLDR
1515
<Tabs groupId="interface">
1616
<TabItem value="ui" label="Goose Desktop" default>
1717
Use `Add custom extension` in Settings → Extensions to add a `Streamable HTTP` extension type with:
@@ -56,25 +56,23 @@ This tutorial covers how to add the [Apify MCP server](https://mcp.apify.com) as
5656
envVars={[
5757
{ key: "Authorization", value: "Bearer apify_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }
5858
]}
59-
infoNote={
60-
<>
61-
Obtain your <a href="https://console.apify.com/settings/integrations" target="_blank" rel="noopener noreferrer">Apify Token</a> and paste it in
62-
</>
63-
}
6459
/>
60+
:::info
61+
Obtain your <a href="https://console.apify.com/settings/integrations" target="_blank" rel="noopener noreferrer">Apify Token</a> and paste it in.
62+
:::
6563
</TabItem>
6664
</Tabs>
6765

6866
## Example Usage
6967

70-
The Apify MCP server lets you connect Goose to [Apify Store](https://apify.com/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](https://docs.apify.com/platform/actors)
68+
The Apify MCP server lets you connect goose to [Apify Store](https://apify.com/store), a marketplace of over 6.000+ 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](https://docs.apify.com/platform/actors)
7169

72-
In this example, Goose will use the [Google Places Scraper](https://apify.com/compass/crawler-google-places) Actor to identify the most credible, top-rated Italian restaurant in Prague based on public ratings, reviews, and fine-dining recognition.
70+
In this example, goose will use the [Google Places Scraper](https://apify.com/compass/crawler-google-places) Actor to identify the most credible, top-rated Italian restaurant in Prague based on public ratings, reviews, and fine-dining recognition.
7371

7472
### Goose Prompt
7573

7674
```
77-
( O)> Find the top-rated Italian restaurant in Prague with verifiable credibility — 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 restaurant’s 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).
75+
( O)> Find the top-rated Italian restaurant in Prague with verifiable credibility — use Apify MCP to scrape reviews, 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 restaurant’s 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).
7876
```
7977

8078
### Goose Output

0 commit comments

Comments
 (0)