MCP Server Js
UnclaimedMCP server that exposes YepCode processes as callable tools for AI platforms. Securely connect AI assistants to your YepCode workflows, APIs, and automations.
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (40)
create_process
Create new processes with source code
create_variable
Create a new variable
delete_file
Deletes a file from YepCode storage.
delete_process
Delete a process
delete_schedule
Delete a schedule
delete_storage_object
Delete a file from storage
delete_variable
Delete a variable
download_file
Downloads a file from YepCode storage.
download_storage_object
Download a file from storage
execute_process_async
Execute a process asynchronously
execute_process_sync
Execute a process synchronously
get_execution
Get execution details from API
get_execution_logs
Get execution logs
get_executions
List executions with optional filtering
get_modules
List script library modules
get_process
Get process details
get_process_versions
Get process versions (requires ycapifull)
get_processes
List processes with optional filtering
get_schedule
Get schedule details
get_schedules
List scheduled processes
get_storage_objects
List storage objects
get_variables
List team variables
kill_execution
Kill a running execution
list_files
Lists all files in your YepCode storage.
pause_schedule
Pause a scheduled process
remove_env_var
Removes an environment variable from the YepCode workspace.
rerun_execution
Rerun a previous execution
resume_schedule
Resume a paused schedule
run_code
Executes code in YepCode's secure environment.
runCodeCleanup
Skip the runcode cleanup. By default, runcode processes source code is removed after execution. If you want to keep it for audit purposes, you can use this option.
schedule_process
Schedule a process to run automatically
set_env_var
Sets an environment variable in the YepCode workspace.
skipCodingRules
Skip including coding rules in the runcode tool definition. By default, JavaScript and Python coding rules from YepCode documentation are included in the tool schema to guide AI-generated code. If you want to skip this for faster tool initialization or smaller tool definitions, you can use this opti
update_process
Update an existing process
update_schedule
Update a scheduled process
update_variable
Update an existing variable
upload_file
Uploads a file to YepCode storage.
upload_storage_object
Upload a file to storage
yc_api
Enables all basic API management tools (processes, schedules, variables, storage, executions, modules)
yc_api_full
Enables all API management tools including version-related tools (extends ycapi with additional process and module version management tools)