# Reference

This section provides comprehensive reference documentation for the `bx-mcp` module, organized into the following subsections:

### [MCP Tools](/boxlang-+-++/modules/bx-mcp/reference/tools.md)

Complete catalog of all 154 MCP introspection tools organized by domain — runtime, JVM, caches, datasources, SQL, HTTP, requests, routes, performance, executors, schedulers, modules, interceptors, applications, logging, watchers, and the web server.

### [MCP Prompts](/boxlang-+-++/modules/bx-mcp/reference/prompts.md)

Pre-built MCP prompts that guide AI clients through common diagnostic and administrative workflows — operations, diagnostics, development, data layer, infrastructure, web server, and incident response.

### [Protocol](/boxlang-+-++/modules/bx-mcp/reference/protocol.md)

JSON-RPC 2.0 endpoint reference — request/response envelope structure, authentication, and curl examples for each supported method.

### [Health Reports](/boxlang-+-++/modules/bx-mcp/reference/health-reports.md)

Structured health report schema, scoring model, and the complete issue code catalog.

### [Configuration](/boxlang-+-++/modules/bx-mcp/reference/configuration.md)

Complete settings reference including authentication access control, slow request tracking, and performance monitoring configuration.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://boxlang.ortusbooks.com/boxlang-+-++/modules/bx-mcp/reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
