MCP server intelligence profile

Microsoft Planner MCP Server

Enables interaction with Microsoft Planner tasks through natural language using Azure CLI authentication. Supports listing plans, creating/updating/deleting tasks, managing buckets, and integrating GitHub links without complex OAuth setup

Local Onlyvyente-ruffin
Awaiting current scanSource Git · b735594b6d1ccd3738dc315cd8b21438f21301a0

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
9Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

No verified installation or connection method is available in the retained evidence yet.

Identity

Canonical slugmicrosoft-planner-mcp-0ca8701bDeploymentLocal Only
Canonical packageRepositoryvyente-ruffin/microsoft-planner-mcp
First publishedLatest release
Last security verificationClassification confidence35%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_gitvyente-ruffin/microsoft-planner-mcpb735594b6d1ccd3738dc315cd8b21438f21301a01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_gitvyente-ruffin/microsoft-planner-mcpb735594b6d1ccd3738dc315cd8b21438f21301a0CurrentAug 25, 20269 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
microsoft-planner-mcpServer-reported name
3Capability groups
Aug 25, 2026Observed

Tools 9

ToolCategoryAnnotationsRisk
create-taskCreate a new task in a Planner plan
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "planId": {
      "description": "The plan ID",
      "type": "string"
    },
    "bucketId": {
      "description": "The bucket ID",
      "type": "string"
    },
    "title": {
      "description": "Task title",
      "type": "string"
    }
  },
  "required": [
    "planId",
    "bucketId",
    "title"
  ],
  "additionalProperties": false
}
delete-taskDelete a Planner task. Auto-fetches ETag.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "taskId": {
      "description": "The task ID to delete",
      "type": "string"
    }
  },
  "required": [
    "taskId"
  ],
  "additionalProperties": false
}
get-taskGet details of a specific Planner task
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "taskId": {
      "description": "The task ID",
      "type": "string"
    }
  },
  "required": [
    "taskId"
  ],
  "additionalProperties": false
}
get-task-detailsGet extended task details including description and checklist
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "taskId": {
      "description": "The task ID",
      "type": "string"
    }
  },
  "required": [
    "taskId"
  ],
  "additionalProperties": false
}
list-bucketsList all buckets in a Planner plan
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "planId": {
      "description": "The Planner plan ID",
      "type": "string"
    }
  },
  "required": [
    "planId"
  ],
  "additionalProperties": false
}
list-plansList all Planner plans accessible to the current user
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
list-tasksList all tasks in a Planner plan
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "planId": {
      "description": "The Planner plan ID",
      "type": "string"
    }
  },
  "required": [
    "planId"
  ],
  "additionalProperties": false
}
update-taskUpdate task properties (title, progress, assignments, categories). Auto-fetches ETag.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "taskId": {
      "description": "The task ID",
      "type": "string"
    },
    "title": {
      "description": "New title",
      "type": "string"
    },
    "percentComplete": {
      "description": "Progress 0-100",
      "type": "number",
      "minimum": 0,
      "maximum": 100
    },
    "assignUserId": {
      "description": "User ID to assign",
      "type": "string"
    },
    "category": {
      "description": "Category to apply (category1-category25)",
      "type": "string"
    }
  },
  "required": [
    "taskId"
  ],
  "additionalProperties": false
}
update-task-detailsUpdate task description (use for GitHub links). Auto-fetches ETag.
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {
    "taskId": {
      "description": "The task ID",
      "type": "string"
    },
    "description": {
      "description": "Task description (supports markdown, include GitHub URLs)",
      "type": "string"
    }
  },
  "required": [
    "taskId",
    "description"
  ],
  "additionalProperties": false
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Microsoft Planner MCP Server questions

How do I install Microsoft Planner MCP Server?

No verified package installation command is available in the retained catalog evidence.

What tools does Microsoft Planner MCP Server provide?

Microsoft Planner MCP Server exposed 9 tools during independent protocol observation, including create-task, delete-task, get-task, get-task-details, list-buckets, list-plans, list-tasks, update-task, and others.

Is Microsoft Planner MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Microsoft & Azure intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

GitHub MCP ServersOfficial vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.