{
  "name": "Tallyfy",
  "description": "Workflow automation and BPM platform. Document, track and automate repeatable business processes.",
  "endpoints": {
    "mcp_authenticated": {
      "url": "https://mcp.tallyfy.com",
      "transport": "http",
      "auth": { "type": "oauth2", "dynamic_client_registration": true },
      "description": "Authenticated Tallyfy MCP server (OAuth 2.1) for product actions in a signed-in account."
    },
    "webmcp_anonymous": {
      "url": "https://tallyfy.com",
      "transport": "webmcp",
      "auth": { "type": "none" },
      "tools": [
        "find_template",
        "calculate_roi",
        "compare_tallyfy",
        "explain_pricing",
        "generate_process",
        "start_trial",
        "book_demo",
        "check_integration",
        "answer_question",
        "check_compliance",
        "get_case_study"
      ],
      "manifest": "https://tallyfy.com/.well-known/webmcp-tools.json",
      "guide": "https://tallyfy.com/for-agents/",
      "description": "Anonymous in-browser WebMCP tools registered on tallyfy.com pages (Chrome 149+ origin trial). Full tool schemas are in the manifest."
    },
    "public_generate": {
      "url": "https://workflow-ai.tallyfy.com/mcp",
      "transport": "http",
      "auth": { "type": "none" },
      "tools": ["tallyfy.createWorkflow", "tallyfy.createSOP", "tallyfy.createProcess", "tallyfy.createChecklist"],
      "description": "Public JSON-RPC MCP for non-browser agents: generate a structured procedure from a plain-English description (same engine as the website SOP generator)."
    }
  },
  "documentation": "https://tallyfy.com/products/pro/integrations/mcp-server/",
  "for_agents": "https://tallyfy.com/for-agents/",
  "contact": "support@tallyfy.com"
}
