This MCP server implementation provides a bridge between AI assistants and Targetprocess, a project management and agile planning platform. It enables AI assistants to search, retrieve, create, and update Targetprocess entities such as user stories, bugs, tasks, and features. The server handles authentication, API interactions, and data validation, allowing for complex queries and entity management. It's designed to enhance project tracking and agile workflows by integrating AI capabilities with Targetprocess functionality.
Search for Targetprocess entities (UserStory, Bug, Task, Feature) with filtering and includes. Parameters: type (string, required), where (string, optional), take (integer, optional), include (array of strings, optional)
Get detailed information about a specific entity. Parameters: type (string, required), id (integer, required), include (array of strings, optional)
Create a new entity in Targetprocess. Parameters: type (string, required), name (string, required), description (string, optional), project (object, required), team (object, optional)
Update an existing entity. Parameters: type (string, required), id (integer, required), fields (object, required)
Inspect Targetprocess objects and properties through the API. Parameters: action (string, required), entityType (string, required for some actions), propertyName (string, required for some actions)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!