Targetprocess MCP Server
UnclaimedTarget Process MCP server
Install
npx vitest run # run all tests onceUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (40)
add_comment
Post a comment to any card (id, comment)
add_comment_with_user
Post a comment to any card and mention a specific user (id, comment, user object from getusers)
create_bug
Create a standalone bug (title, bugContent, optional origin, optional projectId, optional teamId, optional entityStateName)
create_bug_based_on_card
Create a bug linked to an existing user story or bug card (card object with id+type, title, bugContent, optional origin, optional projectId, optional teamId)
create_card_relation
Create a relation between two cards (masterId, slaveId, optional relationType name, default: "Depends on")
create_formatted_user_story
Create a new user story with a structured template description in Header → Definitions → Scenarios → Examples Table → Edge Cases → Acceptance Criteria → References → Notes order (title, header object with asA/iWant/soThat, scenarios array with Gherkin steps, acceptanceCriteria array, optional defini
create_task
Create a new task linked to a user story (title, userStoryId, optional description)
create_user_story
Create a new user story (title, optional description, optional featureId, optional releaseId, optional projectId, optional teamId)
delete_card_relation
Remove a relation by its relation ID (relationId)
format_existing_user_story
Re-format the description of an existing user story using the structured template (id, header object with asA/iWant/soThat, acceptanceCriteria array, scenarios array with Gherkin steps, optional title, definitions, examplesTable, edgeCases, references, notes)
get_bug_comments
Get comments on a bug (id, optional results)
get_bug_content
Fetch full content of a bug by ID (id)
get_card_current_status
Get EntityState, TeamState, and assigned teams for a card (id, optional resourceType: UserStory Bug Feature, default: UserStory)
get_card_relations
Get all relations (Dependency, Blocker, Relation, Link, Duplicate) for a card, with direction and the related card (id)
get_current_releases
List all current releases (no params needed)
get_epic_content
Get a Targetprocess Epic by ID, including description, state, and progress (id)
get_epic_features
Get all features belonging to an epic (id)
get_feature_comments
Get comments for a feature by its ID (id, optional results)
get_feature_content
Get a Targetprocess Feature by ID, including description, state, and progress (id)
get_feature_user_stories
Get all user stories for a feature by its ID (id)
get_in_progress_tasks_and_bugs
Get all Tasks and Bugs currently in "In Progress" state assigned to a given user (userId)
get_not_covered_user_stories_in_feature
Get user stories in a feature not yet covered by tests, includes covered field based on "Test Automation" custom field (id)
get_relation_types
List the relation types available in this instance (id + name); use to find the relationType name for createcardrelation (no params)
get_release_bugs
Get bugs for a release (name, optional results)
get_release_features
Get features for a release (name, optional results)
get_release_open_bugs
Get only active/open bugs for a release (name, withDescription, optional results)
get_release_open_user_stories
Get only active/open user stories for a release (name, withDescription, optional results)
get_release_user_stories
Get user stories for a release (name, optional results)
get_release_user_stories_with_description
Same as above but includes full descriptions (name, withDescription)
get_user_story_bugs
Get all bugs linked to a user story by its ID (id)
get_user_story_comments
Get comments on a user story (id, optional results)
get_user_story_content
Fetch full content of a user story by ID (id)
get_user_story_test_cases
Fetch the linked test plan and all its test cases (with steps) for a user story (resourceId)
list_my_bugs
List Bugs assigned to the current user, optionally filtered by state (optional state, optional take, optional skip)
list_my_user_stories
List User Stories assigned to the current user, optionally filtered by state (optional state, optional take, optional skip)
search_tp_cards
Search TP cards by keyword or phrase in description (keyword, optional entityType: UserStories Bugs, default: UserStories)
update_bug
Update an existing bug (id, optional title, optional bugContent, optional origin, optional projectId, optional teamId, optional entityStateId)
update_epic
Update an epic's title, description, release, or project (id, optional title, optional description, optional releaseId, optional projectId)
update_user_story
Update an existing user story (id, optional title, optional description, optional projectId, optional teamId, optional entityStateId)
update_user_story_state
Update the sub-state (team assignment entity state) for a user story (id, optional entityStateId, optional teamId, optional teamAssignmentId)