{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.pejmanjohn/chickpea",
  "title": "Chickpea workspace management",
  "description": "Inspect and change a Chickpea Slack workspace: its AI teammates, skills, connections, and schedules.",
  "version": "2.5.0",
  "websiteUrl": "https://chickpea.co/",
  "repository": {
    "url": "https://github.com/pejmanjohn/chickpea",
    "source": "github"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{deployment}/mcp",
      "variables": {
        "deployment": {
          "description": "The hostname of your own Chickpea deployment. Chickpea is self-hosted, so there is no shared server; each deployment publishes its own OAuth metadata and issues its own tokens.",
          "isRequired": true,
          "format": "string",
          "placeholder": "chickpea.example.com"
        }
      }
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "serverName": "chickpea-workspace",
      "authentication": {
        "type": "oauth2",
        "scopes": [
          "chickpea:workspace"
        ],
        "protectedResourceMetadata": "https://{deployment}/.well-known/oauth-protected-resource/mcp",
        "authorizationServerMetadata": "https://{deployment}/.well-known/oauth-authorization-server/api/auth",
        "dynamicClientRegistration": true,
        "pkce": [
          "S256"
        ]
      },
      "tools": [
        "inspect_workspace",
        "prepare_connector_setup",
        "discover_slack_channels",
        "test_mcp_connection",
        "inspect_memory",
        "inspect_routines",
        "export_workspace_recipe",
        "preview_workspace_recipe",
        "get_operation",
        "import_skill",
        "manage_agent_skill",
        "propose_skill_import",
        "propose_workspace_changes",
        "apply_workspace_changes",
        "confirm_workspace_change",
        "undo_workspace_change",
        "revoke_setup_link"
      ],
      "openapi": "https://chickpea.co/openapi.json",
      "documentation": "https://docs.chickpea.co/admin/management-mcp/"
    }
  }
}
