MCP server · LeanKit
LeanKit / Planview AgilePlace MCP candidate
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
⚠ Proposed MCP surface. No official hosted MCP server was found for LeanKit. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If LeanKit publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport
Tools
list_boards— List the boards the authenticated user can access, with search and paging options.get_board— Retrieve a single board, including its lanes and layout.list_board_cards— List the cards on a board.search_cards— Search cards across boards; supports the `since` parameter for incremental sync.get_card— Retrieve one card by id.create_card— Create a card in a board, lane, or taskboard destination.update_card— Apply add/replace/remove operations to a card's properties.move_card— Move one or more cards to a destination lane.delete_card— Delete a card.list_card_comments— List the comments on a card.add_card_comment— Add a comment to a card.get_card_activity— Retrieve a card's activity history.list_card_tasks— List the task cards on a card's taskboard.create_card_task— Create a task card on a card's taskboard.assign_card_members— Assign or unassign users on cards.list_card_connections— List a card's child connections.create_connection— Create parent/child connections between cards.get_card_dependencies— List a card's incoming and outgoing dependencies.list_board_tags— List the tags in use on a board.list_board_custom_fields— List the custom fields configured on a board.list_board_automations— List the card automations configured on a board.initiate_card_event— Raise a named custom event against a card to trigger listening automations.initiate_board_event— Raise a named custom event at board level.whoami— Return the authenticated user's profile.list_my_cards— List cards assigned to the authenticated user.list_my_recent_boards— List boards the authenticated user recently accessed.list_teams— List teams in the account.list_planning_series— List planning series and their increments.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.