Nynch MCP Server✓
io.github.peterod99/nynch · v1.0.0
{}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.peterod99/nynch",
"description": "CRM, relationship intelligence, and multi-agent orchestration for AI agents.",
"title": "Nynch MCP Server",
"repository": {
"url": "https://github.com/peterod99/nynch-mcp-server",
"source": "github"
},
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://crcrwtjzqzinfzokianr.supabase.co/functions/v1/mcp-server",
"headers": [
{
"description": "Bearer token — use your Nynch MCP API key (create one in Settings → MCP Server)",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}