io.github.trypeach-io/mcp✓
io.github.trypeach-io/mcp · v0.1.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.trypeach-io/mcp",
"description": "Send and manage WhatsApp messages, contacts, templates, and events via Peach AI.",
"repository": {
"url": "https://github.com/trypeach-io/mcp",
"source": "github"
},
"version": "0.1.3",
"packages": [
{
"registryType": "npm",
"identifier": "@peachai/mcp",
"version": "0.1.3",
"transport": {
"type": "streamable-http",
"url": "https://app.trypeach.ai/api/mcp",
"headers": [
{
"value": "{token}",
"name": "Authorization"
}
]
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}