
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@dpf.it.com/mcp-server
Advanced tools
MCP server for Dynamic Prompt Forge (DPF) - an AI-driven data integration platform built API-first for AI agents. Lets AI agents discover the DPF API, onboard new users, and run end-to-end data integration workflows.
MCP (Model Context Protocol) server for Dynamic Prompt Forge — an AI-driven data integration platform built API-first, with every action available through both the REST API and this MCP server. This server lets AI agents and chat clients discover DPF, register new accounts, connect existing workspaces, and run end-to-end data integration workflows without leaving the conversation.
No account or credentials required to begin — just add the server to your MCP client config:
{
"mcpServers": {
"dpf": {
"command": "npx",
"args": ["-y", "@dpf.it.com/mcp-server"]
}
}
}
Then in a chat session, ask the agent to "get started with Dynamic Prompt Forge." It will walk you through registering an account (or connecting an existing workspace) and remembers your connection for future sessions.
DPF workspaces issue OAuth2 client_credentials pairs (clientId / clientSecret) from the workspace settings page (or via the login_and_create_workspace / connect_workspace tools below). This server:
~/.dpf/credentials.json (file permissions 0600), keyed by workspace.You can connect multiple workspaces; tools accept an optional workspaceId and default to the first connected one if omitted.
Bootstrap (no auth required)
get_started — explains DPF and reports which workspaces are already connectedregister_account — create a brand-new DPF accountlogin_and_create_workspace — log in, create a workspace, and persist its credentialsconnect_workspace — connect an existing workspace using a clientId/clientSecret from the DPF portallist_workspaces — list locally connected workspacesData operations
list_data_specs, list_jobs, get_job_status, delete_data_spec, submit_querySkills (multi-step workflows)
onboard_data_source — create a data spec, upload sample/format files, run AI analysis, and wait for it to completerun_data_job — create a job for an existing spec, upload data files, start processing, and wait for completion| Env var | Default | Purpose |
|---|---|---|
DPF_API_BASE_URL | https://api.dpf.it.com | DPF REST API base URL |
DPF_OAUTH_TOKEN_URL | ${DPF_API_BASE_URL}/iceberg/v1/oauth/tokens | OAuth2 client_credentials token endpoint |
MIT
FAQs
MCP server for Dynamic Prompt Forge (DPF) - an AI-driven data integration platform built API-first for AI agents. Lets AI agents discover the DPF API, onboard new users, and run end-to-end data integration workflows.
The npm package @dpf.it.com/mcp-server receives a total of 0 weekly downloads. As such, @dpf.it.com/mcp-server popularity was classified as not popular.
We found that @dpf.it.com/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.