# Jestor MCP for AI Agents AI Agent Connect

> Jestor MCP connects your AI agent to your Jestor low-code platform. It lets your agent read and manage data, track internal workflows, and oversee your dashboards and user lists. Instead of manual data entry or checking multiple tabs, your agent handles the heavy lifting of internal operations directly through the Jestor API.

## Overview
- **Category:** business-operations
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_nWsYgXIssNOgbHXfsvH6htf0AAFoMtq94d8hDlP7/ai-agent-connect
- **Tags:** low-code, workflow-automation, database-management, internal-tools, task-management, data-modeling

## Description

Imagine you're running a complex operation where data lives in dozens of different tables. Usually, you'd have to jump between tabs to check a client's status, verify a workflow's progress, or see who has access to a specific record. This Connector changes that. By connecting your AI client to Jestor, you give it the ability to navigate your internal tools as if it were a team member. It can pull specific records, list all your objects to find the right place for data, and even audit your active webhooks and workflows. You'll find it's a huge time-saver for managing internal records or keeping your business logic in sync. Vinkius makes it easy to get this connected so your agent can act as a hands-on operator for your business data. You're not just querying a database; you're giving your agent a way to interact with the actual tools your team uses every day to keep the wheels turning. It handles the repetitive stuff like fetching user lists or checking if a workflow is stuck, so you can focus on the actual work that matters.

## Tools

### list_apps
See all the internal apps you have installed. This helps your agent discover what high-level tools are available to it.

### list_dashboards
Find where your data visualizations are kept. It helps you locate the right place to see aggregated results.

### get_record
Pull all the details for one specific entry in your database. Use this when you need to deep-dive into a single client, task, or invoice.

### list_objects
Get a full list of all tables in your account. Use this to let your agent know which datasets are available for querying.

### list_records
Browse all entries in a specific table. This is your primary way to let the agent scan through Tasks or Clients.

### list_users
Get the names, emails, and IDs of everyone in your organization. It's perfect for finding record owners or auditing system admins.

### list_webhooks
Audit your third-party integrations. Use this to see which external systems are receiving data from your Jestor account.

### list_workflows
Look at all your automated system logic. This lets you audit the event-driven actions running in the background.

### get_me
Check your current connection status and permissions. It's the first thing you use to make sure the agent is talking to the right account.

### get_object
See the schema and field types for a specific table. This helps your agent understand how your data is structured before it tries to read it.

## Prompt Examples

**Prompt:** 
```
List all the objects in my account so I can see what tables we have.
```

**Response:** 
```
I've scanned your Jestor account. Here are the tables available for us to work with:

| Table Name | Label | Description |
| :--- | :--- | :--- |
| **Invoices** | Billing | All client invoices |
| **Customers** | CRM | Client contact info |
| **Tasks** | Ops | Daily team tasks |
| **Webhooks** | Integrations | External triggers |

Which one would you like to explore first?
```

**Prompt:** 
```
Can you check the status of our active workflows?
```

**Response:** 
```
Checking your automated workflows now...

*   **Order_Processing**: ✅ Active
*   **Lead_Notification**: ⚠️ Paused
*   **Monthly_Report**: ❌ Error (Retry suggested)

Would you like me to look into the error on the Monthly Report?
```

**Prompt:** 
```
Find the record for Invoice #4502 and tell me the status.
```

**Response:** 
```
I've retrieved the details for **Invoice #4502**:

*   **Status**: Paid
*   **Amount**: $1,250.00
*   **Due Date**: Oct 12, 2023
*   **Owner**: Sarah Jenkins

Everything looks correct for this record.
```

## Capabilities

### List all internal tables
See every object in your account at once to understand your data structure.

### Pull specific record details
Get deep-dive data on a single entry like a client, invoice, or task.

### Audit user permissions
Check names and emails of everyone in your organization to manage access.

### Monitor active workflows
Track the status of your automated system logic in real-time.

### Identify dashboard locations
Find where your data visualizations are stored within your account.

### Browse entire datasets
Scan through all records in a specific table to find the information you need.

### Verify connection status
Check your current permissions and authentication state instantly.

## Use Cases

### Auditing user permissions
An ops manager asks the agent to list all users and find who has admin rights to a specific table.

### Record lookups
A project lead asks for the status of a specific invoice and the agent pulls it using get_record.

### Workflow monitoring
A developer asks the agent to check if the latest automation is active using list_workflows.

### Data discovery
A new user asks the agent to show all available tables so they can start organizing their data.

## Benefits

- Stop manual data entry by letting your agent use list_records to find and update info automatically.
- Audit your security by using list_users to check permissions across your entire organization.
- Monitor business logic in real-time by checking the status of your automation with list_workflows.
- Get instant schema details with get_object so your agent never guesses the data format or field names.
- Keep your data organized by using list_objects to map out your entire internal toolset for your agent.
- Find your data visualizations faster by having your agent locate them via list_dashboards.

## How It Works

The bottom line is your AI agent gets a direct line to your internal business data and workflows.

1. Add your Jestor API keys to the Connector configuration.
2. Grant your AI client access to specific objects or apps.
3. Ask your agent to perform actions like listing records or checking workflows.

## Frequently Asked Questions

**How can I use the Jestor MCP to manage my business data?**
You can connect your Jestor account to your AI agent to let it read, list, and retrieve records from your internal tables. This allows your agent to handle data tasks like looking up client info or checking invoice statuses without you having to do it manually.

**Can the Jestor MCP help me audit my company's user permissions?**
Yes, it can. The Connector allows your agent to list all users in your organization, including their names and emails. This is great for quickly auditing who has access to your internal tools.

**Does the Jestor MCP support monitoring automated workflows?**
It does. You can ask your agent to list all your workflows to see which ones are active, paused, or experiencing errors. It gives you a clear view of your automation logic at any time.

**How do I connect my Jestor account to my AI agent?**
You'll need to provide your Jestor API keys to the Connector. Once connected, your AI agent can start interacting with your objects, records, and workflows immediately.

**Can the Jestor MCP find specific records in my tables?**
Absolutely. Your agent can pull deep-dive details for any specific record in your database. Just tell it which record you need, and it will fetch the schema and data for you.

**Is the Jestor MCP good for managing internal low-code tools?**
It's specifically designed for that. It bridges the gap between your AI agent and your Jestor low-code platform, making it easier to manage internal operations and business logic.

**Can I use the Jestor MCP to see my current dashboards?**
Yes, your agent can identify where your configured dashboards are located. This helps you quickly find the right place to see your aggregated data and visualizations.

**How do I get Jestor API credentials?**
Log in to your Jestor account, navigate to Lowcode > API & Tokens, and generate a new token.

**What are 'objects' in Jestor?**
Objects are similar to tables in a database. They store your data and records.

**Can I see my workflows?**
Yes, the list_workflows tool provides a list of all active automations in your Jestor account.