# Hexomatic MCP for AI Agents AI Agent Connect

> Hexomatic MCP lets you trigger web scraping and no-code automations directly from your AI client. You can manage workflows, check scraping results, and monitor account usage without leaving your chat interface. It turns your agent into a data scraping specialist that handles complex multi-step tasks on demand.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ReTF3G4BgcGresVEgq0YHr8NQJVt04f7REqfsFkI/ai-agent-connect
- **Tags:** no-code, workflow-automation, lead-generation, market-research, data-extraction, automation-logs

## Description

Imagine you need to grab data from dozens of different websites every morning. Usually, that means opening a lot of tabs, running manual scrapers, and then copy-pasting results into a spreadsheet or a CRM. It's a repetitive cycle of clicking and waiting that breaks your focus. With this Connector, you just tell your AI agent to do it. It connects to your Hexomatic account so you can trigger existing recipes or build new ones through a simple, natural conversation. You can ask your agent to run a specific lead generation flow, check if the data came back correctly, or even look into the logs if a step failed. It takes the manual heavy lifting out of data collection and moves the work into a conversational flow. Because it's hosted on the Vinkius catalog, you can plug it into your existing setup and start managing your automation library immediately. Instead of hunting through a dashboard for specific IDs or status toggles, you just talk to your agent. It handles the API calls and logic behind the scenes, letting you focus on what to do with the data once it's actually in your hands. You get a direct line to your automation data without the friction of a web interface.

## Tools

### get_workflow_results
Pull the output data from a finished workflow run. This lets you see exactly what the scraper found without leaving your chat.

### get_execution_logs
View the step-by-step history of a specific workflow run. It makes troubleshooting failed automations much faster.

### get_account_usage
Check your current plan limits and remaining automation credits. You can keep an eye on your spend without switching tabs.

### list_automations
See all the built-in Hexomatic automations available to you. This helps you find ready-made tools for tech discovery or email finding.

### get_workflow_details
Get the full configuration for a specific automation. Use it to understand how a complex workflow is built.

### list_scraping_recipes
Browse all your point-and-click scraping recipes. It's the fastest way to see what data sources you can hit.

### list_account_teams
See the teams and collaborators linked to your account. This helps manage permissions across your organization.

### list_workflows
Find the IDs of all your custom automation workflows. You need these IDs to trigger specific tasks via your agent.

### run_workflow
Start a workflow execution by passing in variables like target URLs. This is the core tool for launching your automations.

### search_workflows
Find specific workflows by name or title. It's much faster than scrolling through a long list in a dashboard.

### update_workflow_status
Turn a workflow on or off instantly. Use this to manage which automations are currently active.

## Prompt Examples

**Prompt:** 
```
Can you run the lead gen scraper for https://example.com?
```

**Response:** 
```
I've started the lead gen scraper for that URL. You can check the results in a few minutes, or I can pull the logs for you if you want to see the progress.
```

**Prompt:** 
```
What are my current automation credits?
```

**Response:** 
```
You have 450 credits remaining on your current plan. You've used about 60% of your monthly allowance so far.
```

**Prompt:** 
```
Show me the results from the last tech stack scan.
```

**Response:** 
```
Here are the results from the last scan for example.com: 
- **Cloud**: AWS 
- **Frontend**: React 
- **CMS**: Contentful 
Would you like me to run this against any other domains?
```

## Capabilities

### Trigger scraping workflows
Start specific automation runs with custom URLs or variables.

### Fetch scraped data
Pull the final results from a finished workflow directly into your chat.

### Monitor execution logs
See exactly what happened during a run to find where things broke.

### Browse automation recipes
Look through your library of no-code flows and scraping tools.

### Check account credits
See your current plan usage and remaining automation limits.

### Manage workflow status
Turn automations on or off without opening the web dashboard.

## Use Cases

### Lead Generation
A marketer asks the agent to run a specific lead gen flow for a new target URL and gets the results back in a list.

### Competitor Tracking
A researcher asks the agent to find the tech stack of five competitors using a pre-built scraping recipe.

### Data Auditing
An analyst asks the agent to show the logs for a failed scraper to see if the website layout changed.

### Workflow Management
An ops lead asks the agent to turn off a specific scraper that is no longer needed for a project.

## Benefits

- Stop manual data entry by using run_workflow to trigger lead generation and scrape results automatically into your chat.
- Troubleshoot faster with get_execution_logs to see exactly where a scraping step failed without digging through complex dashboards.
- Save time on research by using list_automations to quickly find pre-built tools for tech stack discovery and email finding.
- Keep your operations organized by using update_workflow_status to toggle automations on or off with a single command.
- Monitor your costs easily with get_account_usage to see your credit balance and plan limits in real time.

## How It Works

The bottom line is you get a conversational interface for your entire Hexomatic automation library.

1. Subscribe to the Hexomatic MCP and grab your API key from the Hexomatic settings.
2. Paste that key into your AI client to link your account.
3. Tell your agent to run a workflow or list your scraping recipes.

## Frequently Asked Questions

**How does the Hexomatic MCP help with web scraping?**
It lets you trigger your existing scraping recipes and get the results back in your chat. You don't have to leave your AI client to see what data was collected.

**Can I use the Hexomatic MCP to manage my automation library?**
Yes. You can list, search, and toggle your workflows on or off using natural language. It acts as a remote control for your Hexomatic account.

**Does the Hexomatic MCP work for lead generation?**
It's great for that. You can trigger specific lead gen workflows and have your agent pull the enriched prospect lists directly into your conversation.

**How do I check my Hexomatic usage with this Connector?**
Just ask your agent about your account usage. It will pull your current plan details and remaining automation credits instantly.

**Can the Hexomatic MCP troubleshoot failed scrapers?**
Yes, it can pull the execution logs for any specific run. This helps you see exactly which step failed so you can fix the recipe quickly.

**How do I find my Hexomatic API Key?**
Log in to your Hexomatic account and navigate to the **Integrations** or **API** section in your settings. You will be able to generate and copy your unique API key from there.

**Can I run a specific workflow via the AI agent?**
Yes! Use the `run_workflow` tool by providing the unique workflow ID. You can also pass runtime parameters (like a list of URLs to scrape) as a JSON string in the `body_json` parameter.

**How do I access the data scraped by a workflow?**
Once a workflow execution is complete, use the `get_workflow_results` tool with the workflow ID to retrieve the scraped data in a structured format.

**Is the integration secure for managing automation data?**
Absolutely. The integration uses official Hexomatic API keys over HTTPS. Your credentials are encrypted and stored securely within the Vinkius Cloud infrastructure.