Serversio.chamade/server
S

Chamade

io.chamade/server · v3.0.2
▦ npm
v3.0.2npm npm: @chamade/mcp-server🌐 https://mcp.chamade.io/mcp/↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.chamade/server",
  "description": "Voice and chat for AI agents — Discord, Teams, Meet, Slack, Zoom, Telegram, WhatsApp, NC Talk, SIP",
  "title": "Chamade",
  "repository": {
    "url": "https://github.com/chamade-io/mcp-server",
    "source": "github"
  },
  "version": "3.0.2",
  "websiteUrl": "https://chamade.io",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@chamade/mcp-server",
      "version": "3.0.2",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.chamade.io/mcp/",
      "headers": [
        {
          "description": "Bearer <your chmd_* API key — sign up at https://chamade.io and generate one (free during early access)>",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}