Serversai.ponlo/server
S

ai.ponlo/server

ai.ponlo/server · v1.13.2
▦ npm
v1.13.2npm npm: ponlo-ai↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ai.ponlo/server",
  "description": "Family calendar, tasks, meals, lists & rewards hub for AI assistants.",
  "repository": {
    "url": "https://github.com/ClaudioGodoyB/ponlo-ai",
    "source": "github",
    "subfolder": "mcp-server"
  },
  "version": "1.13.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "ponlo-ai",
      "version": "1.13.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Ponlo.ai API URL (e.g., https://ponlo.ai)",
          "isRequired": true,
          "format": "string",
          "name": "PONLO_API_URL"
        },
        {
          "description": "Your Ponlo.ai API key (get it from Settings > API Keys)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PONLO_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}