Jinshuju / 金数据 Connector for AI agents.
10 live capabilities
Manage online forms and data collection workflows with your agent.
Waiting for input…
Why people use Jinshuju / 金数据
Fix manual data entry with Jinshuju / 金数据 form orchestration
Jinshuju / 金数据 changes that by letting your agent handle the heavy lifting. You can talk to your agent to see how many people filled out a specific survey or ask it to pull the latest responses from a lead generation form. It works as a bridge between your high-level goals and the actual data sitting in your forms. It turns a clunky administrative task into a conversation.
What Vinkius changes
You get a conversational interface for your entire form and data collection backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Campaign Audit
A marketing lead asks 'How many people filled out the Summer Sale form?
- Real-world use case 02
Automated Registration
An agent receives a user's details from a chat and uses create_entry to register them in a Jinshuju form.
- Real-world use case 03
Data Correction
An ops manager notices a typo in a lead's email and tells the agent to 'Fix the email for entry 8821' using update_entry.
Complete set · 10capabilities
The complete Jinshuju / 金数据 capability set.
These are the exact actions your AI can choose when you ask it to work with Jinshuju / 金数据.
01—04
4 capabilities in this set.
Part of 10 available through Jinshuju / 金数据.
- 01 Capability
Get form fields
Retrieve the specific field definitions for a form. This allows your agent to know exactly what data points to look for or create.
- 02 Capability
List forms
See a list of every form you have created. This is the quickest way for your agent to know which forms are available to work with.
- 03 Capability
Create entry
Submit a new entry to a form programmatically. Your agent can use this to push data from other sources into your Jinshuju forms.
- 04 Capability
Delete entry
Remove a specific submission from a form. Use this to clean up test data or remove entries that shouldn't be there.
05—07
3 capabilities in this set.
Part of 10 available through Jinshuju / 金数据.
- 05 Capability
Get entry
Pull the specific details for one individual submission. This lets you zoom in on a single user's response for deep analysis.
- 06 Capability
Get entry count
Get the total number of submissions for a specific form. This helps you track engagement volume without opening the dashboard.
- 07 Capability
Get form
Fetch the full details of a specific form. Use this to see the overall configuration of your data collection points.
08—10
3 capabilities in this set.
Part of 10 available through Jinshuju / 金数据.
- 08 Capability
List entries
Get a list of all form submissions. You can use this to browse through recent responses or find specific records.
- 09 Capability
List webhooks
View all configured webhooks for your forms. Use this to verify that your data is being sent to the correct external services.
- 10 Capability
Update entry
Modify the details of an existing form submission. This is useful for correcting user information or updating status fields.
Set up in minutes
One URL. Then ask Jinshuju / 金数据 to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Jinshuju / 金数据 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_keOVNnC5sAtRqYRUjIGYe2kkf9IEKikmugJezNl3/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 Jinshuju / 金数据, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Jinshuju / 金数据 for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_keOVNnC5sAtRqYRUjIGYe2kkf9IEKikmugJezNl3/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 Jinshuju / 金数据 URL.
- Step 03
Save and start
Save the connection and enable Jinshuju / 金数据 in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"jinshuju": {
"url": "https://edge.vinkius.com/vk_preview_keOVNnC5sAtRqYRUjIGYe2kkf9IEKikmugJezNl3/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 Jinshuju / 金数据
Open Agent mode in chat and ask: "Using Jinshuju / 金数据, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"jinshuju": {
"url": "https://edge.vinkius.com/vk_preview_keOVNnC5sAtRqYRUjIGYe2kkf9IEKikmugJezNl3/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 Jinshuju / 金数据
Ask Copilot: "Using Jinshuju / 金数据, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"jinshuju": {
"url": "https://edge.vinkius.com/vk_preview_keOVNnC5sAtRqYRUjIGYe2kkf9IEKikmugJezNl3/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 Jinshuju / 金数据
Open Cascade and ask: "Using Jinshuju / 金数据, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"jinshuju": {
"url": "https://edge.vinkius.com/vk_preview_keOVNnC5sAtRqYRUjIGYe2kkf9IEKikmugJezNl3/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 Jinshuju / 金数据
Ask Cline: "Using Jinshuju / 金数据, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add jinshuju --transport http "https://edge.vinkius.com/vk_preview_keOVNnC5sAtRqYRUjIGYe2kkf9IEKikmugJezNl3/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 Jinshuju / 金数据
Ask Claude: "Using Jinshuju / 金数据, show me...". 10 tools are ready
Where the request belongs
Work Jinshuju / 金数据 can move forward.
This is for the marketing manager tired of manually exporting CSVs, the ops lead who needs to audit lead data in real time, or the researcher who wants to query survey results without leaving their workspace.
Marketing Operations Manager
Audits lead generation forms and checks submission velocity to see if a campaign is actually working.
Customer Research Lead
Pulls qualitative survey data and analyzes responses directly through a chat interface.
Data Operations Coordinator
Automates registration flows and monitors webhook health to ensure no data is lost.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsProforms
Online form builder and data collection.
Formsite
Manage forms, retrieve results, and automate data collection via AI agents with Formsite.
123FormBuilder
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.
Paperform
Manage online forms and submissions via Paperform. list forms, track submissions, and configure webhooks directly from any AI agent.
AidaForm
Design beautiful online forms, quizzes, and surveys that convert and collect structured data effortlessly.
Bring your own AI
Change the model, client or framework. Keep Jinshuju / 金数据 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 Jinshuju / 金数据.
The practical details behind the request, access and result.
Can Jinshuju / 金数据 help me manage lead generation?
Yes. It allows your agent to monitor lead volume and submission counts in real time, making it much easier to track campaign performance without manual checking.
How do I use Jinshuju / 金数据 to audit survey responses?
Your agent can pull the latest entries from any form and summarize them for you, allowing you to analyze qualitative data directly in your chat workspace.
Can my AI agent create new entries in Jinshuju / 金数据?
Absolutely. Your agent can programmatically submit data to your forms, which is perfect for automating registrations or syncing data from other apps.
How does Jinshuju / 金数据 handle webhook monitoring?
It lets your agent check the status of your configured webhooks, ensuring that your data is flowing correctly to your external capabilities and CRM systems.
Can I see the entry count for my Jinshuju / 金数据 forms?
Yes, your agent can instantly retrieve the total count for any form, helping you monitor submission velocity and high-level engagement metrics.
Is Jinshuju / 金数据 good for marketing operations?
It's a great fit for marketing teams who need to move away from manual CSV exports and toward a conversational way of auditing leads and survey data.
How do I find my Jinshuju API Key and Secret?
Log in to your Jinshuju account, click on your avatar, go to [Personal Center] -> [API], and you will find your unique API Key and Secret there.
Can I update existing form entries through the agent?
Yes. Use the update_entry capability with the form ID and the specific entry ID (serial number). You can provide a JSON string of the fields you wish to modify.
Is it possible to monitor webhook status?
Yes! Use the list_webhooks capability to retrieve a list of all configured webhooks for a specific form, helping you audit your automated data pipelines.
One connection away
Give your agent a direct line to Jinshuju / 金数据.
Connect Jinshuju / 金数据 once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available