From 4f2f96b97eac543bda6e12f42b00f99f920f4628 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 00:10:19 +0000 Subject: [PATCH] docs: tighten MCP setup guide descriptions for SEO --- docs/api-docs/in-depth-guides/mcp.mdx | 2 +- docs/mcp/home.mdx | 2 +- docs/mcp/setup/chatgpt.mdx | 2 +- docs/mcp/setup/claude-code.mdx | 2 +- docs/mcp/setup/claude.mdx | 2 +- docs/mcp/setup/cursor.mdx | 2 +- docs/mcp/setup/other-clients.mdx | 2 +- docs/mcp/setup/vs-code.mdx | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/api-docs/in-depth-guides/mcp.mdx b/docs/api-docs/in-depth-guides/mcp.mdx index ed0cae67..70d1ff6d 100644 --- a/docs/api-docs/in-depth-guides/mcp.mdx +++ b/docs/api-docs/in-depth-guides/mcp.mdx @@ -1,6 +1,6 @@ --- title: "Terminal49 MCP Server Quickstart" -description: "Set up the Terminal49 MCP server in Claude, ChatGPT, Cursor, Microsoft Copilot, or another MCP-compatible client to query live shipment and container tracking data." +description: "Set up the Terminal49 MCP server in Claude, ChatGPT, Cursor, Copilot, or any MCP client to query live shipment and container tracking data from your AI tool." keywords: - "Terminal49 MCP server" - "AI container tracking" diff --git a/docs/mcp/home.mdx b/docs/mcp/home.mdx index d479039c..cf811135 100644 --- a/docs/mcp/home.mdx +++ b/docs/mcp/home.mdx @@ -1,7 +1,7 @@ --- title: "Terminal49 MCP Server" sidebarTitle: "MCP Overview" -description: "Connect the Terminal49 MCP server to Claude, ChatGPT, Cursor, Microsoft Copilot, or any MCP client so AI tools can query, search, and answer questions with live shipment tracking data." +description: "Connect Claude, ChatGPT, Cursor, Copilot, or any MCP client to the Terminal49 MCP server to query live shipment tracking data with OAuth — no API key required." keywords: - "Terminal49 MCP server" - "AI container tracking" diff --git a/docs/mcp/setup/chatgpt.mdx b/docs/mcp/setup/chatgpt.mdx index edf1b966..168f2e85 100644 --- a/docs/mcp/setup/chatgpt.mdx +++ b/docs/mcp/setup/chatgpt.mdx @@ -1,7 +1,7 @@ --- title: "Connect ChatGPT to Terminal49" sidebarTitle: "ChatGPT" -description: "Connect ChatGPT to the Terminal49 MCP server as a custom connector with OAuth — no API key required." +description: "Add Terminal49 as a ChatGPT custom connector using OAuth 2.1 with Developer mode — no API key needed to query live shipment and container tracking data." keywords: - "Terminal49 MCP server" - "ChatGPT connector" diff --git a/docs/mcp/setup/claude-code.mdx b/docs/mcp/setup/claude-code.mdx index a12598fc..f718bdbe 100644 --- a/docs/mcp/setup/claude-code.mdx +++ b/docs/mcp/setup/claude-code.mdx @@ -1,7 +1,7 @@ --- title: "Connect Claude Code to Terminal49" sidebarTitle: "Claude Code" -description: "Connect Claude Code to the Terminal49 MCP server from your terminal with OAuth — no API key required." +description: "Add Terminal49 to Claude Code with `claude mcp add` and sign in through your browser — no API key needed to query live container and shipment tracking data." keywords: - "Terminal49 MCP server" - "Claude Code" diff --git a/docs/mcp/setup/claude.mdx b/docs/mcp/setup/claude.mdx index 017df149..90e3fd18 100644 --- a/docs/mcp/setup/claude.mdx +++ b/docs/mcp/setup/claude.mdx @@ -1,7 +1,7 @@ --- title: "Connect Claude to Terminal49" sidebarTitle: "Claude" -description: "Connect claude.ai or Claude Desktop to the Terminal49 MCP server with OAuth — no API key required." +description: "Add Terminal49 as a custom connector in claude.ai or Claude Desktop using OAuth — no API key needed to query live shipment and container tracking data in chat." keywords: - "Terminal49 MCP server" - "Claude connector" diff --git a/docs/mcp/setup/cursor.mdx b/docs/mcp/setup/cursor.mdx index 8e8d8f41..0bd5e967 100644 --- a/docs/mcp/setup/cursor.mdx +++ b/docs/mcp/setup/cursor.mdx @@ -1,7 +1,7 @@ --- title: "Connect Cursor to Terminal49" sidebarTitle: "Cursor" -description: "Connect the Cursor IDE to the Terminal49 MCP server with OAuth — no API key required." +description: "Install the Terminal49 MCP server in Cursor with a one-click deep link or `.cursor/mcp.json`, then sign in via OAuth — no API key needed for container tracking." keywords: - "Terminal49 MCP server" - "Cursor MCP" diff --git a/docs/mcp/setup/other-clients.mdx b/docs/mcp/setup/other-clients.mdx index 65a6b7dc..fc41588f 100644 --- a/docs/mcp/setup/other-clients.mdx +++ b/docs/mcp/setup/other-clients.mdx @@ -1,7 +1,7 @@ --- title: "Connect Any MCP Client to Terminal49" sidebarTitle: "Other MCP clients" -description: "Generic configuration for connecting any MCP-compatible client to the Terminal49 MCP server, with OAuth 2.1 or an API key." +description: "Reference config for any MCP-compatible client connecting to Terminal49 — OAuth 2.1 with dynamic client registration or an API-key header fallback." keywords: - "Terminal49 MCP server" - "MCP client" diff --git a/docs/mcp/setup/vs-code.mdx b/docs/mcp/setup/vs-code.mdx index b0e67794..89a982b6 100644 --- a/docs/mcp/setup/vs-code.mdx +++ b/docs/mcp/setup/vs-code.mdx @@ -1,7 +1,7 @@ --- title: "Connect VS Code to Terminal49" sidebarTitle: "VS Code" -description: "Connect VS Code and GitHub Copilot agent mode to the Terminal49 MCP server with OAuth — no API key required." +description: "Add Terminal49 to VS Code Copilot agent mode via `.vscode/mcp.json` and sign in with OAuth — no API key needed to query live shipment and container tracking." keywords: - "Terminal49 MCP server" - "VS Code MCP"