Connection check
local install
megaplan-mcp
MCP server for Megaplan — tasks, deals management via API v3.
Tools
18
GitHub stars
2
Installs / wk
62
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
18 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
create_comment
from source
Add a comment to a task, deal, or project in Megaplan. Add a comment to a task, deal, or project in Megaplan.
create_deal
from source
Create a deal in Megaplan. Requires a program (pipeline) ID — discover it via get_deal_programs. Create a deal in Megaplan. Requires a program (pipeline) ID — discover it via get_deal_programs.
create_task
from source
Create a task in Megaplan with name, description, responsible user, and deadline. Create a task in Megaplan with name, description, responsible user, and deadline.
get_client
from source
Get a single client (contractor) by type and ID. Get a single client (contractor) by type and ID.
get_comments
from source
List comments for a task, deal, or project in Megaplan. List comments for a task, deal, or project in Megaplan.
get_current_user
from source
Get the authenticated user Get the authenticated user
get_deal
from source
Get a single Megaplan deal by ID with full details. Get a single Megaplan deal by ID with full details.
get_deal_program
from source
Get a single deal program (pipeline) by ID. Get a single deal program (pipeline) by ID.
get_deal_programs
from source
List deal programs (pipelines). Use this to find the program_id required by create_deal. List deal programs (pipelines). Use this to find the program_id required by create_deal.
get_deals
from source
List deals from Megaplan, filtered by status code(s), responsible user, and free-text search. List deals from Megaplan, filtered by status code(s), responsible user, and free-text search.
get_employees
from source
List employees from Megaplan with free-text search and department filter. List employees from Megaplan with free-text search and department filter.
get_project
from source
Get a single Megaplan project by ID with full details. Get a single Megaplan project by ID with full details.
get_projects
from source
List projects from Megaplan, filtered by status code(s) and free-text search. List projects from Megaplan, filtered by status code(s) and free-text search.
get_task
from source
Get a single Megaplan task by ID with full details. Get a single Megaplan task by ID with full details.
get_tasks
from source
List tasks from Megaplan, filtered by status code(s), responsible user, and free-text search. List tasks from Megaplan, filtered by status code(s), responsible user, and free-text search.
list_clients
from source
List clients (CRM contractors): people (human) or organizations (company). List clients (CRM contractors): people (human) or organizations (company).
update_deal
from source
Update an existing Megaplan deal (name, responsible, amount, description, status). Update an existing Megaplan deal (name, responsible, amount, description, status).
update_task
from source