AI agents: use the documentation index at llms.txt to locate machine-readable pages. This section is indexed by https://docs.particular.net/get-started/llms.txt. The markdown version of this page is served as plain text. An MCP server at /mcp serves the same content via the search_docs and read_doc tools; it is read-only and needs no credentials. Markdown versions of documentation pages are available by appending .md to the page URL. Directory URLs use index.md. They are served as text/plain because some retrieval backends reject text/markdown.

Particular Docs MCP Server overview

The Particular Software Model Context Protocol (MCP) Server enables clients like GitHub Copilot, Claude Code, and other AI agents to bring up-to-date information directly from the official NServiceBus and Particular Service Platform documentation. It's a remote MCP server using streamable http. It allows agents to search through documentation and fetch complete articles.

Use cases

  • Enhance agentic development environments like Visual Studio, JetBrains Rider, and Visual Studio Code with documentation content
  • Use official, up-to-date documentation content in Copilot agents, Claude Code agents, and custom solutions, not stale data from model training
  • Enable learners, engineers, and support to use official documentation content in their flow of work

How the MCP Server works

The Particular Docs MCP Server is a remote MCP server that uses streamable http. Compatible client apps can connect with the endpoint.

https://docs.particular.net/mcp

Requirements

There is no authentication required to access the MCP server. Users can use their preferred MCP client or agentic development environment.