presidio-oss/specifai-mcp-server
If you are the rightful owner of specifai-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 henry@mcphub.com.
A Model Context Protocol (MCP) server for Specifai project integration and automation with any MCP-compatible AI tool.
Tools
Functions exposed to the LLM to take actions
get-brds
Get Business Requirement Documents for this project, returns ID, Title, Description(not included by default)
get-prds
Get Product Requirement Documents for this project, returns ID, Title, Description(not included by default)
get-nfrs
Get Non-Functional Requirement Documents for this project, returns ID, Title, Description(not included by default)
get-uirs
Get User Interface Requirement Documents for this project
get-bpds
Get Business Process Documents for this project
get-user-stories
Get User Stories for a particular PRD
get-tasks
Get Tasks for a particular User Story
get-task
Get list of Tasks for a particular User Story in a particular PRD
set-project-path
Update the project path and reload the solution. use this tool only when we not automatically able to infer the project path or asked by the user or us., we will try to auto infer it from the environment first.
get-task-by-id
Retrieves complete information about a specific task when you know its exact ID. This tool provides direct access to a single task's details without having to retrieve and filter through all tasks., returns full task object, ID, Title, Description
list-all-tasks
List all the tasks available across all PRDs and User Stories, without task description, only return ID and Title
search
Full text search across all documents, returns an array of document ID, Title, Description
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client