# Jinshuju / 金数据 MCP for AI Agents AI Agent Connect

> Jinshuju / 金数据 is a data collection and online form builder. It lets your agent manage form structures, handle submissions, and monitor webhooks directly. Instead of clicking through a web dashboard, you can ask your agent to create entries, audit data, or list your active forms in seconds.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_keOVNnC5sAtRqYRUjIGYe2kkf9IEKikmugJezNl3/ai-agent-connect
- **Tags:** online-forms, data-collection, webhook-integration, lead-generation, submission-auditing, form-builder

## Description

Managing data collection usually means jumping between tabs, checking submission counts, and manually updating entries in a web portal. You spend your time copy-pasting rows into spreadsheets or hunting for specific form settings in a crowded dashboard.

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. If you're trying to keep your records organized without the manual overhead, this Connector is a core part of the Vinkius catalog that makes it happen. You can have your agent create new entries on the fly or check your webhook status to make sure your data is flowing where it needs to go. It turns a clunky administrative task into a conversation.

## Tools

### 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.

### 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.

### 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.

### delete_entry
Remove a specific submission from a form. Use this to clean up test data or remove entries that shouldn't be there.

### get_entry
Pull the specific details for one individual submission. This lets you zoom in on a single user's response for deep analysis.

### get_entry_count
Get the total number of submissions for a specific form. This helps you track engagement volume without opening the dashboard.

### get_form
Fetch the full details of a specific form. Use this to see the overall configuration of your data collection points.

### list_entries
Get a list of all form submissions. You can use this to browse through recent responses or find specific records.

### list_webhooks
View all configured webhooks for your forms. Use this to verify that your data is being sent to the correct external services.

### update_entry
Modify the details of an existing form submission. This is useful for correcting user information or updating status fields.

## Prompt Examples

**Prompt:** 
```
How many people filled out the 'Summer Sale' form?
```

**Response:** 
```
I checked your forms and found the 'Summer Sale' entry count is **142**. 

Would you like to see the most recent submissions?
```

**Prompt:** 
```
Can you submit a new lead for 'John Doe' with email 'john@example.com' to the registration form?
```

**Response:** 
```
I've submitted that new lead for you. 

- **Name:** John Doe
- **Email:** john@example.com
- **Status:** Success

It's been assigned serial number **9921**. Let me know if you need anything else.
```

**Prompt:** 
```
What are the fields for my 'Customer Feedback' form?
```

**Response:** 
```
Here are the fields for **'Customer Feedback'**: 

- **Name** (Text)
- **Rating** (1-5)
- **Comments** (Long Text)
- **Email** (Email Address)
```

## Capabilities

### List all active forms
View your entire collection of forms and their settings in one go.

### Pull specific form details
Get the exact structure and field definitions for any form you own.

### Create new submissions
Let your agent submit new data to a form automatically without manual entry.

### Audit entry counts
Check how many people have responded to a form instantly to track engagement.

### Manage form entries
View, update, or delete specific submissions as needed to keep records clean.

### Monitor webhooks
Verify your webhook status to ensure your data pipelines stay active and healthy.

## Use Cases

### Campaign Audit
A marketing lead asks 'How many people filled out the Summer Sale form?' The agent uses get_entry_count to give an instant total.

### Automated Registration
An agent receives a user's details from a chat and uses create_entry to register them in a Jinshuju form.

### 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.

### Survey Analysis
A researcher asks to see the last 5 survey responses for 'Customer Feedback' and the agent uses list_entries to show them.

## Benefits

- Skip the web dashboard. Use list_forms and get_form to manage your entire setup through a chat interface instead of clicking through menus.
- Faster lead auditing. Use get_entry_count to monitor submission velocity and campaign performance in real time.
- Automated data entry. Use create_entry to push information from your AI workflows directly into your forms without manual typing.
- Better data accuracy. Use update_entry to quickly correct errors in submitted data through natural language commands.
- Streamlined webhook monitoring. Use list_webhooks to ensure your data pipelines are healthy and connected to the right places.
- Deep research access. Use list_entries and get_entry to pull specific survey responses into your workspace for immediate analysis.

## How It Works

The bottom line is you get a conversational interface for your entire form and data collection backend.

1. Subscribe to the Jinshuju / 金数据 MCP on Vinkius.
2. Enter your Jinshuju API Key and API Secret in the configuration.
3. Connect your preferred AI client and start managing your data collection.

## Frequently Asked Questions

**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 tools 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` tool 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` tool to retrieve a list of all configured webhooks for a specific form, helping you audit your automated data pipelines.