How to Use the Keepcon MCP in Claude Code
Pipe terminal output directly into Keepcon using this MCP Server and run moderation tasks right from your command line.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Keepcon MCP to Claude Code
Create your Vinkius account to connect Keepcon 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.
Run real-time checks from your Claude Code terminal
The `moderate_content` tool evaluates raw text inputs directly from your shell to return instant moderation decisions. This MCP Server lets you moderate text inputs directly from your shell scripts or CLI workflows. If you find a classification that doesn't match your brand guidelines, you don't need to open a browser. Run `submit_feedback` to pass the correction back to the semantic engine instantly.
Automate high-volume moderation pipelines
The `import_batch` tool uploads large volumes of user posts from your logs to the queue. For bulk jobs, you can script the entire process without building a custom application. Your script can then poll for completion, retrieve the output via `export_results`, and finalize the transaction with `acknowledge_results`. It makes cron-job moderation incredibly simple to set up.
Query user profiles directly from bash
The `list_profiles` tool dumps active user records directly to your command line. Manage your user base without SQL queries or web consoles. You can retrieve a single user's details using `get_profile` or look them up by their network handles with `get_profile_by_social_id`. It is the fastest way to audit users during active incidents.
Set up Keepcon 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 seekeepcon-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Keepcon transactions." It will automatically discover and invoke the available Keepcon tools.
claude mcp add --transport http keepcon-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 Keepcon MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Keepcon MCP today
We host it, we monitor it, we maintain it. You just paste one token.