Model Context Protocol (MCP)

Connect AI assistants to SICORG API documentation.

Overview

SICORG exposes an MCP server so AI copilots can search API documentation and retrieve endpoint information.

Endpoint

https://your-docs-domain.com/api/mcp

Client configuration

{
  "mcpServers": {
    "sicorg-api": {
      "url": "https://your-docs-domain.com/api/mcp"
    }
  }
}

Available tools

ToolDescription
searchSearch SICORG API documentation pages

More tools will be added as the API expands.

On this page