Skip to content

planned-inc/planned

v1.0.0

Bring Planned into your agent workflow.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

plannedstreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.planned.com/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "planned",
  "version": "1.0.0",
  "description": "Bring Planned into your agent workflow.",
  "author": {
    "name": "Planned",
    "email": "support@planned.com",
    "url": "https://planned.com/"
  },
  "homepage": "https://planned.com/",
  "keywords": ["events", "where-to-meet", "payment-facilitation", "meeting-planning"],
  "extensions": {
    "com.openai.codex": {
      "interface": {
        "displayName": "Planned",
        "shortDescription": "Work with Planned from your agent.",
        "longDescription": "Access your events and use the Planned tools available to your account without leaving your agent.",
        "developerName": "Planned",
        "category": "Productivity",
        "capabilities": ["Interactive", "Read", "Write"],
        "websiteURL": "https://planned.com/",
        "privacyPolicyURL": "https://planned.com/legal/privacy-policy",
        "termsOfServiceURL": "https://planned.com/legal/terms-of-use",
        "brandColor": "#0A1013",
        "composerIcon": "./assets/planned-icon.svg",
        "logo": "./assets/logo.png",
        "defaultPrompt": [
          "Recommend where my distributed team should meet.",
          "Start payment facilitation for this event contract."
        ]
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai.codex