mcpbeat

DevExpress Documentation MCP Server

com.devexpress/docs
answering

DevExpress Documentation is answering right now. Last checked 13 min ago. It exposes 2 tools.

Streamable HTTP MCP server for DevExpress documentation search and retrieval.

Uptime history 42 hours of history · worst hour 75%
42 hours agonow
100.0%
Uptime 24h
91 of 91 checks
2
Tools
read from the server
612 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add docs --transport http https://api.devexpress.com/mcp/docs
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docs": {
      "url": "https://api.devexpress.com/mcp/docs"
    }
  }
}
~/.codex/config.toml
[mcp_servers.docs]
url = "https://api.devexpress.com/mcp/docs"
.cursor/mcp.json
{
  "mcpServers": {
    "docs": {
      "url": "https://api.devexpress.com/mcp/docs"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "docs": {
      "url": "https://api.devexpress.com/mcp/docs"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

devexpress
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.
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.

Endpoints

URLTransportStateLatencyChecked
https://api.devexpress.com/mcp/docs streamable-http answering 569 ms 13 min ago

DevExpress Documentation — questions

Answers built from our own checks of this server.

What can DevExpress Documentation do?
It exposes 2 tools, read directly from the server on our last check. Among them: devexpress_docs_get_content, devexpress_docs_search. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is DevExpress Documentation working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 612 ms. The bar chart above shows every period we have measured.
How do I connect DevExpress Documentation?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does DevExpress Documentation need an API key?
No. DevExpress Documentation completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is DevExpress Documentation?
It answers our handshake in 612 ms on average, which is faster than 16% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.