Skip to main content
Glama

nUR MCP Server

by nonead

send_program_script

Send programmed scripts to Universal Robots via IP address using the nUR MCP Server. Input robot IP and script content to execute specific tasks directly.

Instructions

发送脚本到指定IP的机器人。 IP:机器人地址 script:脚本内容

Input Schema

NameRequiredDescriptionDefault
ipYes
scriptYes

Input Schema (JSON Schema)

{ "properties": { "ip": { "title": "Ip", "type": "string" }, "script": { "title": "Script", "type": "string" } }, "required": [ "ip", "script" ], "title": "send_program_scriptArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nonead/nUR_MCP_SERVER'

If you have feedback or need assistance with the MCP directory API, please join our Discord server