M
mcp-server
18 endpointsliveAI-powered data integration platform. Onboard users and run DPF data workflows. (MCP server com.dpf-it/mcp-server, aggregated from the official registry)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for mcp-server.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| List my workspaces /list_my_workspaces | List every workspace the authenticated user has access to, including their permission on each. | $0.0020 per call | unknown |
| Create a workspace /create_workspace | Create a new workspace, owned by the authenticated user. Use this if list_my_workspaces returns none. | $0.0020 per call | unknown |
| List data specs or jobs /list_data | 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 wo | $0.0020 per call | unknown |
| Get spec or job status /get_status | 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 | $0.0020 per call | unknown |
| Delete a data spec /delete_data_spec | Permanently delete a data spec and its associated configuration. | $0.0020 per call | unknown |
| Query workspace data /submit_query | 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 aut | $0.0020 per call | unknown |
| Manage an external data-source connection (SFTP, AWS S3) /manage_connection | 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 | $0.0020 per call | unknown |
| Manage a workspace trigger (SFTP/AWS S3 pull, spec chaining, or schedule) /manage_trigger | 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 buc | $0.0020 per call | unknown |
| Onboard a new data source, step 1: create a data spec and get upload URL(s) /onboard_data_source | 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 (a | $0.0020 per call | unknown |
| Onboard a new data source, step 2: run analysis after uploading /finish_data_source_onboarding | 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 bef | $0.0020 per call | unknown |
| Update an existing data spec /update_data_spec | 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 | $0.0020 per call | unknown |
| Update an existing data spec, step 2: run analysis after uploading /finish_data_spec_update | 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 | $0.0020 per call | unknown |
| Run a data processing job, step 1: create job and get upload URL(s) /run_data_job | 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 fil | $0.0020 per call | unknown |
| Run a data processing job, step 2: start processing after uploading /finish_data_job | 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: t | $0.0020 per call | unknown |
| Set up a scheduled SFTP or S3 pull into an existing data spec /setup_scheduled_pull | 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 workspa | $0.0020 per call | unknown |
| Call any DPF API action (fallback for requests with no dedicated tool) /call_dpf_api | 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, de | $0.0020 per call | unknown |
| Get instructions for DPF account signup, email verification, or password reset /manage_account | Returns instructions for creating a DPF account, verifying its email, resending the verification code, or resetting a forgotten password — it never performs the | $0.0020 per call | unknown |
| Send a message to the DPF team /contact | 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 | $0.0020 per call | unknown |