# slack-enterprise-mcp
# **MCP server for slack enterprise mcp operations**

## Install
```bash
pip install slack-enterprise-mcp
```

## Auth & Rate Limits
- Free tier: 10 calls/day. No API key required.
- Pro tier (£79/mo): unlimited + signed attestations.
- Enterprise (£1,499/mo): white-label.

## Tools

### `send_message`
Send a message to a Slack channel or thread. Every message is audit-logged

### `search_messages`
Search messages across the entire Slack workspace. Supports Slack search

### `list_channels`
List Slack channels with member counts and topics. Types can be

### `get_thread`
Get a full thread with all replies. Provide the channel ID and the

### `create_channel`
Create a new Slack channel. Name must be lowercase, no spaces (use hyphens).

### `set_channel_topic`
Update the topic of a Slack channel. Provide channel ID or name.

### `get_audit_log`
Return the audit trail of all MCP actions performed through this server.

### `summarize_channel`
Get the last N messages from a channel and provide a structured summary.


## Maintainer
MEOK AI Labs · hello@meok.ai · https://meok.ai · MIT licensed

## Pairs with
Governance moat: pair this tool with any of MEOK's 38 governance MCPs (EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, etc.) for full compliance coverage.
