# Bitrix24 MCP-DEV

The MCP server for Bitrix24 provides AI assistants with structured access to the Bitrix24 API. It delivers up-to-date method descriptions, parameters, and valid values, allowing assistants to work wi…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add ExaltedTrou6/b24-mcp-dev

# Browse available tools
npx -y smithery tool list ExaltedTrou6/b24-mcp-dev

# Get full schema for a tool
npx -y smithery tool get ExaltedTrou6/b24-mcp-dev bitrix-search

# Call a tool
npx -y smithery tool call ExaltedTrou6/b24-mcp-dev bitrix-search '{}'
```

## Direct MCP Connection

Endpoint: `https://b24-mcp-dev--exaltedtrou6.run.tools`

## Tools (4)

- `bitrix-search` — Description: Searches for Bitrix24 methods and articles based on a natural language query. Returns a list of methods an…
- `bitrix-method-details` — Description: Returns details of a Bitrix24 REST method. Use after resolving a method via 'bitrix-search'.
- `bitrix-article-details` — Description: Returns full text for a non-method documentation article.
- `bitrix-event-details` — Description: Returns event documentation details similarly to articles.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get ExaltedTrou6/b24-mcp-dev <tool-name>
```
