Jestor Connector for AI agents.
10 live capabilities
Manage internal business records and automate workflows with your AI agent.
Waiting for input…
Why people use Jestor
Jestor for Automating Internal Business Operations
With this Connector, you just tell your agent to move the data or check the status. It handles the API calls to Jestor, pulls the records, and confirms the workflow is active. You get a finished task instead of a dozen open tabs.
What Vinkius changes
Your AI agent gets a direct line to your internal business data and workflows.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Auditing user permissions
An ops manager asks the agent to list all users and find who has admin rights to a specific table.
- Real-world use case 02
Record lookups
A project lead asks for the status of a specific invoice and the agent pulls it using get_record.
- Real-world use case 03
Workflow monitoring
A developer asks the agent to check if the latest automation is active using list_workflows.
Complete set · 10capabilities
The complete Jestor capability set.
These are the exact actions your AI can choose when you ask it to work with Jestor.
01—04
4 capabilities in this set.
Part of 10 available through Jestor.
- 01 Capability
List apps
See all the internal apps you have installed. This helps your agent discover what high-level capabilities are available to it.
- 02 Capability
List dashboards
Find where your data visualizations are kept. It helps you locate the right place to see aggregated results.
- 03 Capability
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.
- 04 Capability
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.
05—07
3 capabilities in this set.
Part of 10 available through Jestor.
- 05 Capability
List records
Browse all entries in a specific table. This is your primary way to let the agent scan through Tasks or Clients.
- 06 Capability
List users
Get the names, emails, and IDs of everyone in your organization. It's perfect for finding record owners or auditing system admins.
- 07 Capability
List webhooks
Audit your third-party integrations. Use this to see which external systems are receiving data from your Jestor account.
08—10
3 capabilities in this set.
Part of 10 available through Jestor.
- 08 Capability
List workflows
Look at all your automated system logic. This lets you audit the event-driven actions running in the background.
- 09 Capability
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.
- 10 Capability
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.
Set up in minutes
One URL. Then ask Jestor to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Jestor from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_nWsYgXIssNOgbHXfsvH6htf0AAFoMtq94d8hDlP7/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Jestor, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Jestor for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_nWsYgXIssNOgbHXfsvH6htf0AAFoMtq94d8hDlP7/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Jestor URL.
- Step 03
Save and start
Save the connection and enable Jestor in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"jestor": {
"url": "https://edge.vinkius.com/vk_preview_nWsYgXIssNOgbHXfsvH6htf0AAFoMtq94d8hDlP7/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Jestor
Open Agent mode in chat and ask: "Using Jestor, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"jestor": {
"url": "https://edge.vinkius.com/vk_preview_nWsYgXIssNOgbHXfsvH6htf0AAFoMtq94d8hDlP7/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Jestor
Ask Copilot: "Using Jestor, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"jestor": {
"url": "https://edge.vinkius.com/vk_preview_nWsYgXIssNOgbHXfsvH6htf0AAFoMtq94d8hDlP7/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Jestor
Open Cascade and ask: "Using Jestor, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"jestor": {
"url": "https://edge.vinkius.com/vk_preview_nWsYgXIssNOgbHXfsvH6htf0AAFoMtq94d8hDlP7/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Jestor
Ask Cline: "Using Jestor, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add jestor --transport http "https://edge.vinkius.com/vk_preview_nWsYgXIssNOgbHXfsvH6htf0AAFoMtq94d8hDlP7/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Jestor
Ask Claude: "Using Jestor, show me...". 10 tools are ready
Where the request belongs
Work Jestor can move forward.
This is for the ops manager who's tired of manually updating records in three different tabs or the data analyst who needs to pull specific entries from a low-code database without writing custom scripts.
Operations Manager
Checks workflow statuses and user permissions without needing to log into the admin panel every five minutes.
Data Analyst
Pulls specific records from multiple tables to build reports or verify data integrity across the company.
Low-code Developer
Audits webhooks and system logic during the build phase to ensure everything is firing correctly.
Project Lead
Tracks task records and dashboard updates across the team to keep projects moving on schedule.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFeathery
Automate forms and user workflows via Feathery. manage users, retrieve form data, and monitor connector logs directly through your AI agent.
Productive
Manage your entire agency workflow via Productive. fetch budgets, analyze time entries, track deals, and monitor project health directly from any AI agent.
ToolJet
Manage ToolJet databases and trigger workflows directly from your AI agent—query tables, insert data, and automate processes.
Zoho Creator
Low-code platform to build applications and manage records with AI using Creator API v2.1.
Fusioo
Manage collaborative workspaces, track records, and oversee custom apps via AI agents with Fusioo.
Jiandaoyun
Cloud-based zero-code data management platform. manage forms, records, and workflows via AI.
Bring your own AI
Change the model, client or framework. Keep Jestor connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Jestor.
The practical details behind the request, access and result.
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 capabilities.
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 capabilities?
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 capability provides a list of all active automations in your Jestor account.
One connection away
Give your agent a direct line to Jestor.
Connect Jestor once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available