Proforms Connector for AI agents.
12 live capabilities
Query field jobs and form submissions directly from your chat.
Waiting for input…
Why people use Proforms
Proforms for Real-Time Field Data Collection
This Connector changes that. You can just ask your agent for the status of all active jobs or pull the latest 20 survey responses. It pulls the data directly into your conversation, so you can make decisions without ever opening a browser tab.
What Vinkius changes
You stop exporting CSVs and start getting answers directly in your chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Field Service Tracking
A manager asks for all pending jobs.
- Real-world use case 02
Survey Analysis
A researcher wants to know why customers are unhappy.
- Real-world use case 03
Equipment Audit
A supervisor needs to know where a specific tractor is.
Complete set · 12capabilities
The complete Proforms capability set.
These are the exact actions your AI can choose when you ask it to work with Proforms.
01—04
4 capabilities in this set.
Part of 12 available through Proforms.
- 01 Capability
Get job
Get the specific details for a field job. Use it to check the status of a specific task.
- 02 Capability
Get me
Check your API connection and see your current user context. It's great for verifying your account is linked properly.
- 03 Capability
Get submission
Pull the details for a single form submission. This helps you look at a specific user's response.
- 04 Capability
List assets
See a full list of all registered equipment assets. Use this to keep track of your hardware inventory.
05—08
4 capabilities in this set.
Part of 12 available through Proforms.
- 05 Capability
List forms
See every mobile form currently active. This helps you know what your team is actually using.
- 06 Capability
List jobs
Get a list of all field jobs and tasks. Use it to see the overall workload for your team.
- 07 Capability
List submissions
Get all data submissions for a specific form. This is perfect for pulling a batch of responses for analysis.
- 08 Capability
List users
See all back-office and field users. Use this to manage who has access to your data.
09—12
4 capabilities in this set.
Part of 12 available through Proforms.
- 09 Capability
Update job
Change the details of an existing field job. Use it to modify task descriptions or deadlines.
- 10 Capability
Create job
Push a new job out to a field worker. This lets you assign work instantly through your AI.
- 11 Capability
Get asset
Get the specific details for one equipment asset. Use it to look up info on a single piece of gear.
- 12 Capability
Get form
Get the details for a specific form. Use it to see the structure and settings of a form.
Set up in minutes
One URL. Then ask Proforms to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Proforms 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_9OAlv6WdQEzN3rqqJY8miOQi7fdqjUBhOqryXxu7/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 Proforms, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Proforms for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_9OAlv6WdQEzN3rqqJY8miOQi7fdqjUBhOqryXxu7/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 Proforms URL.
- Step 03
Save and start
Save the connection and enable Proforms in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"proforms": {
"url": "https://edge.vinkius.com/vk_preview_9OAlv6WdQEzN3rqqJY8miOQi7fdqjUBhOqryXxu7/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 Proforms
Open Agent mode in chat and ask: "Using Proforms, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"proforms": {
"url": "https://edge.vinkius.com/vk_preview_9OAlv6WdQEzN3rqqJY8miOQi7fdqjUBhOqryXxu7/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 Proforms
Ask Copilot: "Using Proforms, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"proforms": {
"url": "https://edge.vinkius.com/vk_preview_9OAlv6WdQEzN3rqqJY8miOQi7fdqjUBhOqryXxu7/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 Proforms
Open Cascade and ask: "Using Proforms, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"proforms": {
"url": "https://edge.vinkius.com/vk_preview_9OAlv6WdQEzN3rqqJY8miOQi7fdqjUBhOqryXxu7/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 Proforms
Ask Cline: "Using Proforms, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add proforms --transport http "https://edge.vinkius.com/vk_preview_9OAlv6WdQEzN3rqqJY8miOQi7fdqjUBhOqryXxu7/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 Proforms
Ask Claude: "Using Proforms, show me...". 12 tools are ready
Where the request belongs
Work Proforms can move forward.
This is for operations managers and data leads who are tired of manual data entry and hunting through dashboards to find status updates.
Operations Manager
Checks the status of all field jobs and assigns new tasks to workers on a Tuesday afternoon.
Data Analyst
Summarizes customer feedback trends and pulls submission data for weekly reports.
Fleet Supervisor
Tracks equipment assets and updates maintenance logs without leaving their chat client.
Customer Success Lead
Reviews survey results to identify common complaints and prioritize fixes.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse Connectors123FormBuilder
Build and manage online forms, collect submissions, and organize workspaces with AI-powered form automation for any workflow.
OpnForm
Create beautiful open-source forms with conditional logic, file uploads, and integrations that rival premium form builders.
Jotform
Build powerful online forms with drag-and-drop ease, collect payments, gather signatures, and process submissions automatically.
Jinshuju / 金数据
Powerful online form and data collection platform. manage forms, entries, and webhooks via AI.
Paperform
Manage online forms and submissions via Paperform. list forms, track submissions, and configure webhooks directly from any AI agent.
Formsite
Manage forms, retrieve results, and automate data collection via AI agents with Formsite.
Bring your own AI
Change the model, client or framework. Keep Proforms 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 Proforms.
The practical details behind the request, access and result.
Can Proforms MCP help me manage my field workers?
Yes, it lets your agent see all active jobs and even push new ones to your team automatically.
Does Proforms MCP support reading survey results?
It can pull all submissions for any specific form so you can analyze them instantly in your chat.
Can I use Proforms MCP to track my company's capabilities?
Yes, it can list and retrieve details for all your registered equipment assets in real-time.
How does Proforms MCP save me time on data entry?
You can use it to create or update jobs directly through your AI client instead of typing them into a dashboard.
Can Proforms MCP see who is using my forms?
It can list all your back-office and field users so you can manage permissions and visibility easily.
Is Proforms MCP good for summarizing customer feedback?
It's perfect for that because it can pull large batches of submissions for your agent to analyze and summarize.
Can I list all responses for a specific form?
Yes, provide the Form ID and the agent will fetch all recent submissions and their data fields.
How do I find out which forms are currently active?
Ask the AI to list your forms. It will display all your workspaces' forms with their current status.
Does it support creating forms automatically?
The current scope focuses on data retrieval and submission analysis. Form creation must be done via the Proforms UI.
One connection away
Give your agent a direct line to Proforms.
Connect Proforms once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available