M
mcp-server
/manage_connection
Manage an external data-source connection (SFTP, AWS S3)
Create, list, test, or delete a workspace connection to an external data source. Two types are supported: "sftp" and "aws_s3". For sftp, create generates a keyp
liveunknown~5s typical
mcpmcp-server
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-dpf-it-mcp-server /manage_connection for me.
Input
| Field | Type | Description |
|---|---|---|
| workspaceId | string | Workspace to act on. Defaults to your only workspace if you have exactly one. |
| action* | string (create | list | test | delete) | Which operation to perform. |
| type | string (sftp | aws_s3) | Connection type. Required for create; defaults to "sftp". |
| hostname | string | sftp only. Remote server hostname. Required for create. |
| username | string | sftp only. Remote username. Optional for create; defaults to "sftpuser". |
| roleArn | string | aws_s3 only. The IAM role the customer will create/update. Required for create. |
| connectionId | string | Existing connection to test or delete. Required for test/delete. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-dpf-it-mcp-server","endpoint":"/manage_connection","input":{"action":"create"}}'cli
npx cracked-ai run -p mcp-com-dpf-it-mcp-server -e /manage_connection -i '{"action":"create"}'mcp
run_tool({ provider: "mcp-com-dpf-it-mcp-server", endpoint: "/manage_connection", input: {"action":"create"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.