gumloop mcp lets you list the servers connected to your account, browse their tools, and invoke them on demand.
List servers
SERVER_ID, NAME, TYPE, STATUS, TOOLS (tool count), and AUTH_URL. If a server’s STATUS is anything other than connected, the AUTH_URL column has a one-click link to finish connecting it — open it in your browser, approve, and you’re done.
Inspect a server
server_id, type, status, tool_count, description, the Gumloop auth URL, and the underlying MCP endpoint.
List the tools a server exposes
NAME, TOOL_CALL_ID, and DESCRIPTION. If the server isn’t connected yet, the CLI prints the auth URL you need to open instead.
You pass the tool’s
NAME (not TOOL_CALL_ID) to gumloop mcp call. TOOL_CALL_ID is the internal identifier used when an agent invokes the tool through a workflow.Call a tool
Examples:
status or use --json to pipe the structured response into another tool.