# DevExpress Documentation MCP server

Streamable HTTP MCP server for DevExpress documentation search and retrieval.

## Links
- Registry page: https://www.getdrio.com/mcp/com-devexpress-docs
- Website: https://docs.devexpress.com/GeneralInformation/405551/help-resources/dev-express-documentation-mcp-server-configure-an-ai-powered-assistant

## Install
- Endpoint: https://api.devexpress.com/mcp/docs
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.devexpress.com/mcp/docs

## Tools
- devexpress_docs_search - Search DevExpress documentation for a given technology and a question.
If you want to search for multiple technologies, pass them as a list.
This tool returns only snippets/excerpts; full content requires a follow-up `devexpress_docs_get_content` call on a chosen URL.
ALWAYS call `devexpress_docs_search` before ANY `devexpress_docs_get_content` call in a user request chain. Endpoint: https://api.devexpress.com/mcp/docs
- devexpress_docs_get_content - Get full document content by URL from DevExpress documentation.
Use this tool to retrieve the complete markdown content of a specific documentation page.
PREREQUISITE: ALWAYS call `devexpress_docs_search` before using this tool to get valid URLs.
The URL parameter must be obtained from the results of the `devexpress_docs_search` tool. Endpoint: https://api.devexpress.com/mcp/docs

## Resources
Not captured

## Prompts
- devexpress_docs_query_workflow - Query DevExpress documentation Arguments: question

## Metadata
- Owner: com.devexpress
- Version: 0.1.5
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 27, 2026
- Source: https://registry.modelcontextprotocol.io
