🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

kuriflow-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kuriflow-mcp

Kuriflow MCP Server — Back-office execution engine for AI agents

pipPyPI
Version
0.1.1
Weekly downloads
74
Maintainers
1

mcp-name: io.github.sGuNk13/kuriflow-mcp

Kuriflow MCP Server

AI solves tasks once. Kuriflow makes them repeat.

Stop spending AI tokens on the same task every week. Let your AI agent solve it once, then Kuriflow runs it automatically with new data — via email, Google Drive, or schedule. Zero token cost per run.

Quick Start

If you use Claude Cowork (Pro or Max plan):

  • Settings → Connectors → Add custom connector
  • Paste the server URL: https://mcp.kuriflow.com
  • Click Connect
  • Sign in with Google (Kuriflow uses your Google account — no separate signup)
  • Click Allow on the consent screen

Tools become available in any new chat. Zero copy-paste, zero JSON.

Option 2: Remote with API key

For Claude Desktop or any client that supports raw remote MCP servers with bearer auth. Edit your client's MCP config:

{
  "mcpServers": {
    "kuriflow": {
      "url": "https://mcp.kuriflow.com",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Option 3: Local install (uvx)

{
  "mcpServers": {
    "kuriflow": {
      "command": "uvx",
      "args": ["kuriflow-mcp"],
      "env": {
        "KURIFLOW_API_KEY": "your_kf_key",
        "KURIFLOW_API_URL": "https://api.kuriflow.com"
      }
    }
  }
}

Get Your API Key (Options 2 & 3 only)

Option 1 (Cowork OAuth) does NOT require an API key — skip this section.

  • Sign up at kuriflow.com/signup (30 seconds, Google account)
  • Open Settings → API Keys in your dashboard, click Generate, and copy the shown key — it's displayed only once
  • Add it to your config above

How It Works

  • Ask your AI agent (Claude, Gemini, ChatGPT, or any MCP-compatible client) to solve a task. For example:
    • "Analyze this sales data and create a dashboard with charts"
    • "Build a DCF model from the financial statement fetched from my Google Drive"
    • "Generate a monthly expense report from this spreadsheet using our template"
  • The AI gives the solution.
  • You ask the AI to save it as a repeatable workflow with Kuriflow.
  • Choose how new data arrives:
    • Email trigger — Kuriflow watches your Gmail. When someone sends an attachment, the workflow runs automatically.
    • Google Drive — Kuriflow checks a Drive folder on your schedule (hourly, daily, weekly). New file? Workflow runs.
    • Schedule only — No input needed. The workflow fetches its own data from online sources and runs on your schedule.
    • Manual upload — Upload a file whenever you're ready.

You can also provide template files (.docx, .xlsx, .pptx) so Kuriflow fills them with fresh data every run.

Tools

ToolDescription
save_workflowSave the AI's solution as a repeatable workflow
run_workflowRun it again with new data
list_workflowsSee your saved workflows
list_kurisBrowse available workflow types
get_execution_resultCheck results and download outputs
request_approvalRequest human approval before proceeding
get_approval_statusCheck approval decision
query_regulationLook up regulatory rules

Why Kuriflow?

AI aloneAI + Kuriflow
First timeAI solves itAI solves it
Every repeatTokens burned againRuns with new data, no tokens
Monthly costGrows with every repeatFixed after setup
Your tokensSpent on routineSaved for what matters

Free Early Access

10 runs per month. Need more? Email support@kuriflow.com.

License

MIT

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts