Indy Connector for AI agents.
12 live capabilities
Manage freelance form data and client records through your AI agent.
Waiting for input…
Why people use Indy
Indy for Faster Form Management
This Connector changes that by bringing your Indy account directly into your chat. You can ask your agent to create forms, pull records, or check account status in one place. You get your data exactly where you are already working.
What Vinkius changes
You get a conversational interface for your entire Indy form and record database.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Rapid Client Intake
A project manager needs to create a new onboarding form for a client.
- Real-world use case 02
Automated Lead Routing
A developer wants to trigger a Slack notification for new signups.
- Real-world use case 03
Client Data Review
An operations lead needs to check a specific submission.
Complete set · 12capabilities
The complete Indy capability set.
These are the exact actions your AI can choose when you ask it to work with Indy.
01—04
4 capabilities in this set.
Part of 12 available through Indy.
- 01 Capability
Create form
Create a new form in your Indy account. This helps you set up new intake channels quickly.
- 02 Capability
Create webhook
Set up a new webhook for automated data flows. Use this to trigger actions in other apps.
- 03 Capability
Delete form
Remove a form you no longer need from your account. This keeps your list clean.
- 04 Capability
Delete webhook
Delete an existing webhook. Use this when you're done with a specific automation.
05—08
4 capabilities in this set.
Part of 12 available through Indy.
- 05 Capability
Get account info
Check your current Indy account status. This is useful for verifying your connection.
- 06 Capability
Get form
Pull specific details for a single form. Use this to see the configuration of a specific entry.
- 07 Capability
Get record
Retrieve the full data for a specific form submission. This lets you see exactly what a user sent.
- 08 Capability
Get user
Get details for a specific user in your system. Use this to pull info for a specific client.
09—12
4 capabilities in this set.
Part of 12 available through Indy.
- 09 Capability
List forms
See a list of all forms in your account. This gives you a bird's eye view of your active forms.
- 10 Capability
List records
Browse through all form submissions. Use this to scan through your incoming data quickly.
- 11 Capability
List users
View all users connected to your Indy account. This helps you see everyone in your database.
- 12 Capability
List webhooks
See all active webhooks. Use this to audit your current automations.
Set up in minutes
One URL. Then ask Indy to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Indy 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_qTC0rrNrMgbqJWsxECQOTzQwjk7izqAbAS9ZUG4s/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 Indy, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Indy for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_qTC0rrNrMgbqJWsxECQOTzQwjk7izqAbAS9ZUG4s/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 Indy URL.
- Step 03
Save and start
Save the connection and enable Indy in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"indy": {
"url": "https://edge.vinkius.com/vk_preview_qTC0rrNrMgbqJWsxECQOTzQwjk7izqAbAS9ZUG4s/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 Indy
Open Agent mode in chat and ask: "Using Indy, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"indy": {
"url": "https://edge.vinkius.com/vk_preview_qTC0rrNrMgbqJWsxECQOTzQwjk7izqAbAS9ZUG4s/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 Indy
Ask Copilot: "Using Indy, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"indy": {
"url": "https://edge.vinkius.com/vk_preview_qTC0rrNrMgbqJWsxECQOTzQwjk7izqAbAS9ZUG4s/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 Indy
Open Cascade and ask: "Using Indy, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"indy": {
"url": "https://edge.vinkius.com/vk_preview_qTC0rrNrMgbqJWsxECQOTzQwjk7izqAbAS9ZUG4s/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 Indy
Ask Cline: "Using Indy, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add indy --transport http "https://edge.vinkius.com/vk_preview_qTC0rrNrMgbqJWsxECQOTzQwjk7izqAbAS9ZUG4s/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 Indy
Ask Claude: "Using Indy, show me...". 12 tools are ready
Where the request belongs
Work Indy can move forward.
This is for freelance business owners and operations managers who are tired of clicking through multiple dashboards to find simple form data or manage client intake records.
Operations Manager
They use this to quickly check form submissions and manage webhooks without logging into a separate dashboard.
Freelance Business Owner
They use this to create new intake forms and view client records while they are already chatting with their AI agent.
Developer
They use this to integrate form management and record retrieval into automated AI-driven workflows.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMoxie
Manage your freelance or agency business with client portals, project tracking, time logging, and invoicing in one clean capability.
Clientjoy
Manage your entire client lifecycle from proposals and contracts through invoicing and payments in one streamlined platform.
Cashboard
Manage time tracking, invoicing, and projects via Cashboard. track expenses, send estimates, and monitor client billing directly from any AI agent.
Dubsado
Run your creative business with proposal templates, contract signing, invoicing, and client scheduling in one seamless flow.
Worksuite
Freelancer management and global contractor onboarding via Worksuite directly through AI.
Contractor+
Run your contracting business with job estimates, invoicing, client management, and field crew tracking in one mobile platform.
Bring your own AI
Change the model, client or framework. Keep Indy 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 Indy.
The practical details behind the request, access and result.
How does the Indy MCP help my freelance business?
It gives your AI agent the ability to interact with your Indy account. You can create forms, check records, and manage webhooks through a natural conversation instead of clicking through a dashboard.
Can I use this Indy MCP to see my form submissions?
Yes. Your agent can browse through all form submissions or pull the specific details of a single record, including all the field data and any attached files.
Does the Indy MCP support automated workflows?
It does. You can use the Connector to list and manage your active webhooks, which helps you keep your external automations running smoothly.
Is it easy to set up the Indy MCP for my AI client?
It's very straightforward. You just subscribe to the Connector on Vinkius, enter your Indy Access Token, and you're ready to manage your forms and records via chat.
Can my AI agent create new forms for me?
Yes, your agent can create new forms on the fly. This is great for quickly spinning up new intake sheets or survey forms without leaving your conversation.
What kind of data can the Indy MCP access?
It can access your form configurations, submission records, user details, account status, and your list of active webhooks.
Can I create new forms and manage submissions through the AI agent?
Yes. Use create_form to build new forms, list_forms to see all forms, list_records to browse submissions, and get_record to inspect individual responses with full field data. Use delete_form to remove unused forms.
Can I use templates to create forms faster?
Yes. Use list_templates to browse available form templates and get_template to inspect their structure. Templates provide reusable form designs that save time on repetitive form creation.
Can I access files attached to form submissions?
Yes. Use list_files to retrieve all files attached to form submissions. Each file includes metadata like name, size, and the record it belongs to.
One connection away
Give your agent a direct line to Indy.
Connect Indy once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available