manuelcecchetto/atp-mcp-server
If you are the rightful owner of atp-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The ATP Librarian MCP Server is designed to manage task dependencies and ensure the integrity of task execution within a project by enforcing the Agent Task Protocol.
Tools
Functions exposed to the LLM to take actions
atp_claim_task
Assigns the highest-priority READY node, recovers zombies, and returns dependency context.
atp_complete_task
Marks a task DONE or FAILED, clears the lease, and unlocks children whose dependencies are satisfied.
atp_decompose_task
Converts a task into a SCOPE with a new subgraph.
atp_read_graph
Returns the full JSON graph or a neighborhood view around a node.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client