From d0774f27cff53a1dc087bfd81e06712688478d11 Mon Sep 17 00:00:00 2001 From: Stefan Amberger <1277330+snamber@users.noreply.github.com> Date: Sun, 8 Feb 2026 23:11:04 +0100 Subject: [PATCH] Update MCP server URL Amp-Thread-ID: https://ampcode.com/threads/T-019c3f47-3807-73bd-9586-9b249d4eeac4 Co-authored-by: Amp --- ai-assistance.mdx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ai-assistance.mdx b/ai-assistance.mdx index ccbb9a4..2d6a5b7 100644 --- a/ai-assistance.mdx +++ b/ai-assistance.mdx @@ -16,7 +16,7 @@ When an AI tool like Claude, Cursor, or ChatGPT has the Tilebox MCP server confi tools. For example, when asking a question about a specific dataset, the AI tool can query the Tilebox MCP server for the dataset schema and include the correct, and up-to-date information about it in the response. -The Tilebox MCP server at `https://mcp.tilebox.com/` provides tools for: +The Tilebox MCP server at `https://mcp.tilebox.com/mcp` provides tools for: - Accessing and interacting with Tilebox datasets and workflows - Searching the Tilebox documentation @@ -31,7 +31,7 @@ Additionally you'll need to provide an `Authorization` header with your Tilebox { "mcpServers": { "tilebox": { - "url": "https://mcp.tilebox.com/", + "url": "https://mcp.tilebox.com/mcp", "headers": { "Authorization": "Bearer " } @@ -45,7 +45,7 @@ Additionally you'll need to provide an `Authorization` header with your Tilebox Run the following command to add the Tilebox MCP server to Claude: ```bash -claude mcp add --transport http "Tilebox" https://mcp.tilebox.com/ --header "Authorization: Bearer " +claude mcp add --transport http "Tilebox" https://mcp.tilebox.com/mcp --header "Authorization: Bearer " ``` ## Providing the full Tilebox documentation as context @@ -62,4 +62,3 @@ The full content of the Tilebox documentation is available in plain markdown for The [Documentation Context](https://docs.tilebox.com/llms-full.txt) is updated whenever the documentation changes. If you download the file, refresh it occasionally to stay up-to-date. -