mcpserver.lol
registry/mcp-server-19
Connection check verified live · 20h ago

mcp-server-19

AI-powered data integration platform. Onboard users and run DPF data workflows.

Tools 18
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

18 tools

Read from the running server on 20h ago.

call_dpf_api can modify data path*action*paramsworkspaceId
Escape hatch for DPF capabilities that don't have a dedicated tool yet. ALWAYS prefer a dedicated tool when one exists — get_status, list_data, submit_query, delete_data_spec, onbo…
contact nameemail*reason*message*
Send a message to the DPF team — request a demo, ask about licensing, report an issue, or request a feature. No authentication required. Always ask the user for their email if they…
create_workspace name*description
Create a new workspace, owned by the authenticated user. Use this if list_my_workspaces returns none.
delete_data_spec can modify data specName*workspaceId
Permanently delete a data spec and its associated configuration.
finish_data_job jobId*specName*workspaceId
Call after uploading the file(s) returned by run_data_job — starts processing and waits until the job completes or fails. If it returns before that (timedOut: true), do NOT call th…
finish_data_source_onboarding specId*specName*workspaceIdloadSampleData
Call after uploading the file(s) returned by onboard_data_source — kicks off AI analysis and waits until the spec reaches "ready" or "failed". If it returns before that (timedOut:…
finish_data_spec_update specId*specName*runAnalysisworkspaceIdloadSampleData
Call after uploading the file(s) returned by update_data_spec — kicks off AI analysis and waits until the spec reaches "ready" or "failed". If it returns before that (timedOut: tru…
get_status read-only jobIdspecIdworkspaceId
Poll the status of either a data spec's own process (schema inference + code generation, run by start-analysis — pass specId, reaches "ready" or "failed") or a data-load job (pass…
list_data read-only cursorpageSizeresource*workspaceId
List either the data specs (parsing + mapping rule sets, resource: "specs") or the data processing jobs (executions of a spec, resource: "jobs") defined in a workspace. Each spec i…
list_my_workspaces read-only
List every workspace the authenticated user has access to, including their permission on each.
manage_account read-only otpemail*action*lastNamefirstNametermsAccepted
Returns instructions for creating a DPF account, verifying its email, resending the verification code, or resetting a forgotten password — it never performs these itself and never…
manage_connection can modify data typeaction*roleArnhostnameusernameworkspaceId +1
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 keypair and returns the…
manage_trigger can modify data typeaction*cursordedupespecIdenabled +13
Create, list, update, delete, or fire a workspace job trigger. Four types: - "sftp"/"aws_s3": pulls files from a connection (sftp: remote server; aws_s3: S3 bucket/prefix) into an…
onboard_data_source mergespecName*sourceTypeautoRefreshdescriptionworkspaceId +9
First step of setting up a new data integration: creates a data spec. By default (sourceType "file") this returns presigned upload URL(s) for the sample file (and optional format/t…
run_data_job specName*fileNames*workspaceId
First step of processing new data files through an already-configured data spec: creates a job and returns presigned upload URL(s) for each file. Upload the file(s) per the returne…
setup_scheduled_pull deduperoleArnhostnamepreRuless3Buckets3Prefix +5
End-to-end workflow for "pull files from this SFTP server / S3 bucket on a schedule" requests: reuses a matching connection if one already exists in the workspace (same hostname/us…
submit_query read-only sql*workspaceId
Run a SQL query against the Iceberg tables loaded into a workspace. To list the tables that actually exist in the workspace, run `SHOW TABLES` — this is the authoritative source (u…
update_data_spec mergespecName*computeSizedescriptionrunAnalysisworkspaceId +8
Change an existing data spec's configuration. If no replacement file names are given, this runs synchronously (no upload needed): saves changes and — by default — re-runs AI analys…