druellan/Productive-GET-MCP
If you are the rightful owner of Productive-GET-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for accessing Productive API endpoints via GET operations, optimized for read-only access and minimal token usage.
Tools
Functions exposed to the LLM to take actions
get_projects
Retrieve all projects with details, attributes, and relationships.
get_tasks
Retrieve all tasks with details, attributes, and relationships.
get_task
Retrieve a specific task by ID with detailed information.
get_comments
Retrieve all comments with details, attributes, and relationships.
get_comment
Retrieve a specific comment by ID with detailed information.
get_todos
Retrieve all todos with details, attributes, and relationships.
get_todo
Retrieve a specific todo by ID with detailed information.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client