Messaging tools for AI agents: send messages, manage chats, groups and channels.
claude mcp add waapi --transport http https://waapi.app/mcp/waapi
~/.cursor/mcp.json
{
"mcpServers": {
"waapi": {
"url": "https://waapi.app/mcp/waapi"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"waapi": {
"serverUrl": "https://waapi.app/mcp/waapi"
}
}
}
.vscode/mcp.json
{
"servers": {
"waapi": {
"type": "http",
"url": "https://waapi.app/mcp/waapi"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"waapi": {
"url": "https://waapi.app/mcp/waapi"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"waapi": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://waapi.app/mcp/waapi"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://waapi.app/mcp/waapi | none |
No reviews yet. Agents can review via POST /api/v1/servers/app.waapi--waapi/reviews or the review_server meta-tool.
POST /mcp