KosmoKrator

productivity

VBOUT MCP Gateway for AI Agents

Expose VBOUT tools to Claude Code, Cursor, Codex, and other MCP clients through the local KosmoKrator MCP gateway.

VBOUT MCP Gateway

Expose VBOUT to MCP clients with `kosmokrator mcp:serve --integration=vbout`.

If the client has never used KosmoKrator before, install it first, then register this integration as a stdio MCP server.

Install KosmoKrator
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
Install gateway entry
kosmokrator mcp:gateway:install --integration=vbout --write=deny --json
MCP configuration
{
  "mcpServers": {
    "kosmokrator-vbout": {
      "type": "stdio",
      "command": "kosmo",
      "args": [
        "mcp:serve",
        "--integration=vbout",
        "--write=deny"
      ]
    }
  }
}
Serve manually
kosmokrator mcp:serve --integration=vbout --write=deny

Client Notes

Use one scoped MCP gateway entry, then adapt the config location to the client or framework.

Claude Code Connect local KosmoKrator integrations to Claude Code through one scoped MCP gateway entry. Claude Code can launch the local kosmo binary directly from the project MCP config.
Cursor Expose selected local integrations to Cursor through KosmoKrator without configuring each service as its own MCP server. Use the same KosmoKrator install and integration credentials that power terminal and headless runs.
Codex Use KosmoKrator as a local MCP proxy for Codex so coding sessions can reach selected integrations with explicit write policy. Keep write access denied or ask-based unless the workspace is trusted.
OpenAI Agents SDK Attach KosmoKrator integration tools to OpenAI Agents SDK workflows through a local MCP gateway. Use headless JSON commands for CI-style execution and MCP for agent tool discovery.
Claude Agent SDK Give Claude Agent SDK workflows access to KosmoKrator integrations through a local MCP server. Use a narrow integration list so the agent does not load unrelated tools.
Vercel AI SDK Use KosmoKrator as a local integration gateway for Vercel AI SDK agents and scripts. Prefer CLI JSON calls when a workflow only needs one deterministic integration operation.
LangChain Bridge LangChain agents to local KosmoKrator integration tools through MCP or headless CLI calls. Keep the gateway scoped to the integration and operation class needed by the chain.
LangGraph Run KosmoKrator integration calls from LangGraph nodes while preserving local credentials and permissions. Headless CLI calls fit repeatable graph edges; MCP fits exploratory agent nodes.
CrewAI Expose KosmoKrator integrations to CrewAI workers as scoped local tools. Use per-worker integration scopes to avoid giving every worker every tool.
Generic MCP Clients Connect any stdio-compatible MCP client to local KosmoKrator integration tools. Start with read-only write policy and expand only for trusted projects.

MCP Tool Names

KosmoKrator exposes integration tools through the gateway with stable names.

MCP toolSource functionType
integration__vbout__vbout_get_current_user vbout.vbout_get_current_user Read read
integration__vbout__vbout_social_media_channels vbout.vbout_social_media_channels Read read
integration__vbout__vbout_social_media_calendar vbout.vbout_social_media_calendar Read read
integration__vbout__vbout_social_media_stats vbout.vbout_social_media_stats Read read
integration__vbout__vbout_social_media_get_post vbout.vbout_social_media_get_post Read read
integration__vbout__vbout_social_media_add_post vbout.vbout_social_media_add_post Write write
integration__vbout__vbout_social_media_edit_post vbout.vbout_social_media_edit_post Write write
integration__vbout__vbout_social_media_delete_post vbout.vbout_social_media_delete_post Write write
integration__vbout__vbout_list_campaigns vbout.vbout_list_campaigns Read read
integration__vbout__vbout_get_campaign vbout.vbout_get_campaign Read read
integration__vbout__vbout_email_marketing_stats vbout.vbout_email_marketing_stats Read read
integration__vbout__vbout_email_marketing_add_campaign vbout.vbout_email_marketing_add_campaign Write write
integration__vbout__vbout_email_marketing_edit_campaign vbout.vbout_email_marketing_edit_campaign Write write
integration__vbout__vbout_email_marketing_delete_campaign vbout.vbout_email_marketing_delete_campaign Write write
integration__vbout__vbout_list_contacts vbout.vbout_list_contacts Read read
integration__vbout__vbout_email_marketing_get_contacts_by_phone_number vbout.vbout_email_marketing_get_contacts_by_phone_number Read read
integration__vbout__vbout_email_marketing_get_contact_by_email vbout.vbout_email_marketing_get_contact_by_email Read read
integration__vbout__vbout_get_contact vbout.vbout_get_contact Read read
integration__vbout__vbout_create_contact vbout.vbout_create_contact Write write
integration__vbout__vbout_email_marketing_edit_contact vbout.vbout_email_marketing_edit_contact Write write
integration__vbout__vbout_email_marketing_sync_contact vbout.vbout_email_marketing_sync_contact Write write
integration__vbout__vbout_email_marketing_delete_contact vbout.vbout_email_marketing_delete_contact Write write
integration__vbout__vbout_email_marketing_move_contact vbout.vbout_email_marketing_move_contact Write write
integration__vbout__vbout_email_marketing_get_contact_timeline vbout.vbout_email_marketing_get_contact_timeline Read read
integration__vbout__vbout_email_marketing_get_contact_timeline_by_email_address vbout.vbout_email_marketing_get_contact_timeline_by_email_address Read read
integration__vbout__vbout_email_marketing_get_audiences vbout.vbout_email_marketing_get_audiences Read read
integration__vbout__vbout_email_marketing_get_lists vbout.vbout_email_marketing_get_lists Read read
integration__vbout__vbout_email_marketing_get_list vbout.vbout_email_marketing_get_list Read read
integration__vbout__vbout_email_marketing_add_list vbout.vbout_email_marketing_add_list Write write
integration__vbout__vbout_email_marketing_editlist vbout.vbout_email_marketing_editlist Write write
integration__vbout__vbout_email_marketing_delete_list vbout.vbout_email_marketing_delete_list Write write
integration__vbout__vbout_email_marketing_add_activity vbout.vbout_email_marketing_add_activity Write write
integration__vbout__vbout_email_marketing_add_tag vbout.vbout_email_marketing_add_tag Write write
integration__vbout__vbout_email_marketing_remove_tag vbout.vbout_email_marketing_remove_tag Write write
integration__vbout__vbout_email_marketing_get_coupon vbout.vbout_email_marketing_get_coupon Read read
integration__vbout__vbout_user_lists vbout.vbout_user_lists Read read
integration__vbout__vbout_user_managers vbout.vbout_user_managers Read read
integration__vbout__vbout_user_status vbout.vbout_user_status Write write
integration__vbout__vbout_user_add vbout.vbout_user_add Write write
integration__vbout__vbout_user_edit vbout.vbout_user_edit Write write
integration__vbout__vbout_user_delete vbout.vbout_user_delete Write write
integration__vbout__vbout_user_groups vbout.vbout_user_groups Read read
integration__vbout__vbout_user_group_delete vbout.vbout_user_group_delete Write write
integration__vbout__vbout_user_group_status vbout.vbout_user_group_status Read read
integration__vbout__vbout_goal_lists vbout.vbout_goal_lists Read read
integration__vbout__vbout_goal_list_by_domain vbout.vbout_goal_list_by_domain Read read
integration__vbout__vbout_goal_show vbout.vbout_goal_show Read read
integration__vbout__vbout_goal_add vbout.vbout_goal_add Write write
integration__vbout__vbout_goal_edit vbout.vbout_goal_edit Write write
integration__vbout__vbout_goal_delete vbout.vbout_goal_delete Write write
integration__vbout__vbout_web_hook_lists vbout.vbout_web_hook_lists Read read
integration__vbout__vbout_webhook_show vbout.vbout_webhook_show Read read
integration__vbout__vbout_webhook_add vbout.vbout_webhook_add Write write
integration__vbout__vbout_webhook_edit vbout.vbout_webhook_edit Write write
integration__vbout__vbout_webhook_delete vbout.vbout_webhook_delete Write write
integration__vbout__vbout_register_create_account vbout.vbout_register_create_account Write write
integration__vbout__vbout_account_get_sub_account_auto_login vbout.vbout_account_get_sub_account_auto_login Write write
integration__vbout__vbout_settings_custom_shortcodes vbout.vbout_settings_custom_shortcodes Read read
integration__vbout__vbout_settings_add_custom_shortcode vbout.vbout_settings_add_custom_shortcode Write write
integration__vbout__vbout_settings_edit_custom_short_code vbout.vbout_settings_edit_custom_short_code Write write
integration__vbout__vbout_settings_delete_custom_shortcode vbout.vbout_settings_delete_custom_shortcode Write write
integration__vbout__vbout_email_marketing_get_email_templates vbout.vbout_email_marketing_get_email_templates Read read
integration__vbout__vbout_automation_get_guides vbout.vbout_automation_get_guides Read read
integration__vbout__vbout_automation_create_automation_from_guide vbout.vbout_automation_create_automation_from_guide Write write
integration__vbout__vbout_pipeline_get_board_guide_categories vbout.vbout_pipeline_get_board_guide_categories Read read
integration__vbout__vbout_pipeline_get_board_guides vbout.vbout_pipeline_get_board_guides Read read
integration__vbout__vbout_pipeline_create_board_from_guide vbout.vbout_pipeline_create_board_from_guide Write write
integration__vbout__vbout_aichatbot_aichatbottemplates vbout.vbout_aichatbot_aichatbottemplates Read read
integration__vbout__vbout_aichatbot_categories vbout.vbout_aichatbot_categories Read read
integration__vbout__vbout_aichatbot_tags vbout.vbout_aichatbot_tags Read read
integration__vbout__vbout_aichatbot_copy vbout.vbout_aichatbot_copy Write write

Write Access

Start with --write=deny for read-only MCP clients. Use --write=ask or --write=allow only when the client and workspace are trusted.