How to Use the FormKeep MCP in Claude Code
Pipe FormKeep data directly into your shell scripts. Your terminal is now the backend for your forms.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FormKeep MCP to Claude Code
Create your Vinkius account to connect FormKeep to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Monitor new submissions from the CLI
Get a real-time view of your form activity without leaving the terminal. Run a simple command to see the latest entries as they come in. This one-liner pipes the output of `list_submissions` directly to `jq` for formatting: `claude mcp call formkeep-mcp list_submissions --form_id=xyz | jq .` It’s a fast way to check if your form backend is working correctly.
Automate data cleanup in CI/CD
Keep your staging environment clean. Add a step to your deployment pipeline that uses Claude Code to purge test data from your forms after a successful build. A simple script can call `list_submissions` to get all IDs from a test form, then loop through them and execute `delete_submission` for each one. Your test environment stays pristine.
Script backups and data exports
Set up a cron job to pull your form data automatically. With Claude Code, you can write a shell script that archives all your submissions nightly. The script calls `list_submissions` to get a batch of entries, uses `get_submission` to fetch the full data for each, and pipes the resulting JSON to a file or an S3 bucket. This MCP Server makes scheduled backups trivial to implement.
Set up FormKeep MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeformkeep-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest FormKeep transactions." It will automatically discover and invoke the available FormKeep tools.
claude mcp add --transport http formkeep-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about FormKeep MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the FormKeep MCP today
We host it, we monitor it, we maintain it. You just paste one token.