diff --git a/documentation/blog/2025-03-31-goose-benchmark/index.md b/documentation/blog/2025-03-31-goose-benchmark/index.md
index df31bbd1..7c0252fe 100644
--- a/documentation/blog/2025-03-31-goose-benchmark/index.md
+++ b/documentation/blog/2025-03-31-goose-benchmark/index.md
@@ -1,6 +1,6 @@
---
title: "Community-Inspired Benchmarking: The Goose Vibe Check"
-description: "Explore the new Speech MCP server that enables voice-controlled coding and natural conversation with your AI agent"
+description: "See how open source AI models measure up in our first Goose agent benchmark tests"
authors:
- alice
---
diff --git a/documentation/docs/tutorials/tavily-mcp.md b/documentation/docs/tutorials/tavily-mcp.md
index 24031214..68c90a82 100644
--- a/documentation/docs/tutorials/tavily-mcp.md
+++ b/documentation/docs/tutorials/tavily-mcp.md
@@ -9,13 +9,13 @@ import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
-This tutorial covers how to add the [Tavily Web Search MCP Server](https://github.com/RamXX/mcp-tavily) as a Goose extension to enable AI-powered web search functionality.
+This tutorial covers how to add the [Tavily Web Search MCP Server](https://github.com/tavily-ai/tavily-mcp) as a Goose extension to enable AI-powered web search functionality.
:::tip TLDR
**Command**
```sh
-uvx mcp-tavily
+npx -y tavily-mcp
```
**Environment Variable**
@@ -131,7 +131,7 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
│ tavily
│
◇ What command should be run?
- │ uvx mcp-tavily
+ │ npx -y tavily-mcp
│
◇ Please set the timeout for this tool (in secs):
│ 300
@@ -154,7 +154,7 @@ Note that you'll need [uv](https://docs.astral.sh/uv/#installation) installed on
- 1. [Launch the installer](goose://extension?cmd=uvx&arg=mcp-tavily&id=tavily&name=Tavily%20Web%20Search&description=Web%20search%20capabilities%20powered%20by%20Tavily&env=TAVILY_API_KEY%3DAPI%20key%20for%20Tavily%20web%20search%20service)
+ 1. [Launch the installer](goose://extension?cmd=npx&arg=-y&arg=tavily-mcp&id=tavily&name=Tavily%20Web%20Search&description=Search%20the%20web%20with%20Tavily%20MCP&env=TAVILY_API_KEY%3DTavily%20API%20Key)
2. Press `Yes` to confirm the installation
3. Obtain a [TAVILY_API_KEY](hhttps://tavily.com/) and paste it in
4. Click `Save Configuration`
@@ -213,5 +213,5 @@ Would you like me to search for more specific information about any of these dev
```
:::tip
-You can adjust the [search parameters](https://github.com/RamXX/mcp-tavily?tab=readme-ov-file#prompts) for different types of queries and depths of information. The extension supports both quick searches and comprehensive research.
+You can adjust the [search parameters](https://github.com/tavily-ai/tavily-mcp#tavily-search-examples) for different types of queries and depths of information. The extension supports both quick searches and comprehensive research.
:::
\ No newline at end of file
diff --git a/documentation/src/pages/prompt-library/index.tsx b/documentation/src/pages/prompt-library/index.tsx
index e18f76bf..b06b25c3 100644
--- a/documentation/src/pages/prompt-library/index.tsx
+++ b/documentation/src/pages/prompt-library/index.tsx
@@ -112,7 +112,7 @@ export default function HomePage() {