Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions src/_product-updates/2026-05-27-doc-portal-mcp-server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Your doc portal is now available to AI agents and LLMs with MCP
tags: [New]
image: /docs/images/changelog/doc-portal-mcp-server.png
---

![doc-portal-mcp-server.png](/docs/images/changelog/doc-portal-mcp-server.png)

More and more developers discover and integrate APIs without leaving their IDEs, by querying an agent or asking an LLM to understand how an endpoint works. After pushing optimized Markdown versions a few months ago, your doc portal is now available through an MCP server.

In one click, you can now turn any Bump.sh documentation or hub into an MCP server. No workflow to write, no MCP server to maintain: your existing docs become the source.

## What LLMs and AI agents can do with your doc portal MCP server

The MCP server allows AI tools to search your documentation, browse its structure, and access any doc page. Answers are optimized to keep the token usage low. Three tools are exposed:

- **search**: find relevant pages by keyword, based on what the user/agent typed in natural language. It can be filtered by type (operation, schema, topic, authentication, etc.)
- **list_pages**: explore the documentation hierarchy to understand what's available before going deeper
- **get_pages**: retrieve the full content of any page, in a clean format built for LLM consumption

An AI tool can answer "how do I create a booking?" by searching your docs (**search**), reading the right operation (**get_pages**), and returning a factual answer based on a token-friendly version of your doc portal.

## How to add the MCP server

The Ask AI dropdown in your documentation and hubs includes direct shortcuts to add the MCP server to Cursor, VS Code, or any other tool via a ready-to-use `mcp.json` snippet, the file used by most IDEs to add MCP servers.

![Ask AI dropdown with MCP server options](/docs/images/changelog/ask-ai-dropdown.png)

The feature is activated by default on your hubs and docs. You can administrate it in the "Ask AI" section of your hub/doc general settings.

Learn more in the [help center](/help/documentation-experience/ask-ai-markdown-rendering/#mcp-server).

Any questions or feedback? Reach out at [hello@bump.sh](mailto:hello@bump.sh).
Binary file added src/docs/images/changelog/ask-ai-dropdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading