INDIVIDUAL MCP TOOL
tallyfy.createWorkflow
Use this when the user mentions workflows, wants to create a workflow, asks about workflows, or needs help with any workflow-related task.
LIVE ENDPOINT
https://workflow-ai.tallyfy.com/mcp
Connect to this endpoint to inspect the live schema for tallyfy.createWorkflow and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tallyfy-process-documentation-ai]
url = "https://workflow-ai.tallyfy.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tallyfy-process-documentation-ai": {
"type": "http",
"url": "https://workflow-ai.tallyfy.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tallyfy-process-documentation-ai
Remote MCP URL: https://workflow-ai.tallyfy.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tallyfy-process-documentation-ai": {
"url": "https://workflow-ai.tallyfy.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tallyfy-process-documentation-ai": {
"type": "http",
"url": "https://workflow-ai.tallyfy.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tallyfy-process-documentation-ai",
"transport": "streamable-http",
"url": "https://workflow-ai.tallyfy.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
tallyfy.createSOP— Use this when the user mentions SOPs (Standard Operating Procedures), wants to create an SOP, asks about SOPs, or needs help with procedures and documentation.tallyfy.createProcess— Use this when the user mentions processes, wants to create a process, asks about processes, or needs help with any process-related task.tallyfy.createChecklist— Use this when the user mentions checklists, wants to create a checklist, asks about checklists, or needs help creating task lists.