YepCode

YepCode MCP Connector for Claude

A+

Run serverless code snippets in the cloud with a platform that lets you build integrations and automations in any programming language.

6 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your YepCode account to any AI agent and simplify how you automate complex data integrations and serverless workflows through natural conversation.

What you can do

  • Process Control — List and trigger serverless processes with custom parameters directly from your agent.
  • Execution Monitoring — Track the history and status of your workflow runs to ensure reliability.
  • Secret Management — List and verify account secrets used in your automations without exposing values.
  • Team Coordination — Query available teams and workspaces to understand your development environment.

How it works

  1. Subscribe to this server
  2. Enter your YepCode API Key
  3. Start running and monitoring your serverless automations from Claude, Cursor, or any MCP client

Who is this for?

  • DevOps Engineers — quickly trigger maintenance workflows or data syncs via simple AI commands.
  • Data Analysts — monitor the status of recurring ETL processes and verify secret availability.
  • Software Developers — test and run serverless functions during the development cycle without leaving the IDE.
serverlessworkflow-automationdata-integrationcloud-functionsprocess-control

6 tools expose this connector's capabilities to your AI agent.

get_process_details

Get details for a specific process

list_executions

List recent process executions

list_processes

List YepCode processes

list_secrets

List account secrets

list_teams

List available teams

run_process

Trigger a process execution

See how to talk to your AI agent using YepCode.

Show me all available processes in my YepCode account.

I've retrieved your processes. You have 5 serverless workflows configured, including 'Database Sync', 'PDF Generator', and 'Slack Notifier'. Which one would you like to run?

Run the 'Data Export' process with the parameter { "format": "csv" }.

Process triggered! The 'Data Export' execution has started with ID exe_12930. I'll let you know when the history shows it's complete.

Check the status of my recent process executions.

Inspecting recent executions... I found 3 entries: 'PDF Generator' (Success), 'Database Sync' (Success), and 'Web Scraper' (Error). Would you like the error logs for the Web Scraper?

Yes, the `run_process` tool accepts an optional JSON object for parameters, allowing you to pass dynamic data to your serverless functions.

Related Connectors