1. Conduid
  2. Communication
  3. Webex Messaging
MCP server · Communication

Webex Messaging

Experimental Webex MCP server.

Unclaimed comms
34Low

Scored 5 months ago · breakdown

About Webex Messaging

Webex Messaging is an MCP server in the Communication category: experimental Webex MCP server. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/ayourtch-llm/mcp-webex-messaging

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Webex Messaging

Powered by Claude · Grounded in docs

I know everything about Webex Messaging. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

mcp-webex-messaging

An MCP server that exposes Webex messaging as tools for Claude and other MCP clients.

Tools

Tool Description
send_webex_message Send a direct message to a person by their email address
get_webex_messages Retrieve recent messages from a 1:1 direct conversation

send_webex_message

Parameter Type Required Description
recipient_email string yes Email address of the recipient
message_text string yes Message content
use_markdown boolean no Send as Markdown (default: false)

get_webex_messages

Parameter Type Required Description
recipient_email string yes Email address of the person
max integer no Max messages to retrieve (default: 10)

Configuration

The server reads config from the WEBEX_APCHAT_SECRET environment variable first, then falls back to ~/.config/apchat/env.

Example ~/.config/apchat/env:

WEBEX_APCHAT_SECRET=your-webex-personal-access-token
WEBEX_PERMITTED_USERS=you@example.com,colleague@example.com

WEBEX_APCHAT_SECRET (required)

Your Webex personal access token. Get one from developer.webex.com.

WEBEX_PERMITTED_USERS (optional)

Comma-separated whitelist of email addresses that can be messaged. If this key is absent or empty, all addresses are permitted. If set, any tool call targeting an address not on the list is rejected with an error.

Build

cargo build --release

The binary is at target/release/mcp-webex-messaging.

Use with Claude Code

Add to ~/.claude.json under mcpServers:

{
  "mcpServers": {
    "webex": {
      "command": "/path/to/mcp-webex-messaging",
      "args": []
    }
  }
}

Replace /path/to/mcp-webex-messaging with the absolute path to the compiled binary.

Run tests

cargo test

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About Webex Messaging

How do I install Webex Messaging?

Run git clone https://github.com/ayourtch-llm/mcp-webex-messaging, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Webex Messaging safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Webex Messaging still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.