Overview
Kudosity provides an AI-native interface to messaging infrastructure, allowing you to interact with messaging APIs using AI agents and plugin platforms such as Claude, Gemini CLI, Cursor, and OpenClaw.
Instead of building direct API integrations, you can use natural language to send messages, manage contacts, and automate communication workflows.
What are AI agents?
AI agents are systems that can understand intent and take actions using external tools.
With Kudosity, AI agents can:
- Send SMS and MMS messages
- Manage contacts and messaging lists
- Configure messaging workflows and webhooks
- Automate communication tasks
This enables developers and teams to interact with messaging systems using natural language instead of writing code.
Plugin integrations
Install Kudosity directly inside the host platform’s plugin system. Each plugin runs locally on your machine and uses your own Kudosity API credentials.
- Claude Code Plugin — installed from the Claude Code marketplace
- Gemini CLI Extension — installed from the Gemini CLI Extension Gallery
- OpenClaw Plugin — installed from ClawHub or npm
Model Context Protocol (MCP)
The Kudosity MCP server lets any MCP-compatible AI client connect directly to the Kudosity API, including:
- Cursor and other AI-powered development environments
- Custom AI agents using MCP
MCP is an open standard that allows AI models to connect to external tools and APIs in a consistent and secure way. By exposing the Kudosity API through MCP, AI agents can discover available messaging capabilities, execute actions like sending messages or managing contacts, and access structured data and workflows.
A single MCP integration works across multiple AI platforms without needing separate implementations.
When to use AI integrations
AI integrations are best suited for:
- Prototyping messaging workflows quickly
- Automating repetitive communication tasks
- Building internal tools powered by AI agents
- Enabling non-technical users to interact with messaging systems
- Accelerating development using AI-assisted tools
How it fits with existing APIs
Kudosity’s AI integrations complement existing REST APIs.
- Use REST APIs for deterministic, production-grade integrations
- Use AI agents for:
- Rapid iteration
- Workflow automation
- Natural language interaction
Both approaches use the same underlying messaging platform and can be used together depending on your use case.
Updated 8 days ago