Metadata-Version: 2.4
Name: agent-workflow-mcp-server
Version: 0.1.1
Summary: Reusable workflow templates for AI agents — share, discover and execute multi-step agent workflows
Project-URL: Homepage, https://github.com/AiAgentKarl/agent-workflow-mcp-server
Project-URL: Repository, https://github.com/AiAgentKarl/agent-workflow-mcp-server
Author: AiAgentKarl
License: MIT
Keywords: ai-agents,automation,mcp,orchestration,templates,workflow
Requires-Python: >=3.10
Requires-Dist: mcp>=1.0.0
Requires-Dist: pydantic>=2.0.0
Description-Content-Type: text/markdown

# Agent Workflow MCP Server 🔄

Reusable workflow templates for AI agents. Like recipes for agent tasks — create, share, discover and execute multi-step workflows.

## Features

- **Create Workflows** — Define step-by-step templates for common tasks
- **Share & Discover** — Search for workflows by category or keyword
- **Ratings** — Community-driven quality signals
- **Required Tools** — Each workflow lists which MCP tools are needed
- **Usage Tracking** — See which workflows are most popular

## Installation

```bash
pip install agent-workflow-mcp-server
```

## Tools

| Tool | Description |
|------|-------------|
| `create_workflow` | Create a reusable workflow template |
| `get_workflow` | Get and execute a workflow |
| `search_workflows` | Search by keyword/category |
| `rate_workflow` | Rate a workflow (1-5) |
| `popular_workflows` | Most used workflows |
| `workflow_categories` | List categories |

## License

MIT
