loading…
Search for a command to run...
loading…
Enables AI-driven data quality operations such as validation, enrichment, and deduplication for customer data fields including email, address, phone, and Linked
Enables AI-driven data quality operations such as validation, enrichment, and deduplication for customer data fields including email, address, phone, and LinkedIn profiles through natural language interactions.
Delpha is an AI-driven data quality solution that uses intelligent AI Agents to ensure accurate, unique, and reliable customer data. Delpha's specialized AI Agents automate data cleansing and enrichment, helping businesses enhance operational efficiency and drive stronger revenue performance.
See Delpha MCP in action—validate and enrich data directly from your AI assistant.
Install the package
pip install delpha-mcp
Configure Add this to your MCP settings (replace env values with your credentials):
{
"mcpServers": {
"Delpha": {
"command": "python",
"args": ["-m", "delpha_mcp"],
"env": {
"DELPHA_CLIENT_ID": "your_client_id_here",
"DELPHA_CLIENT_SECRET": "your_client_secret_here"
}
}
}
}
Restart your app — Delpha tools are now available.
Delpha MCP uses OAuth2. Please contact [email protected] to request your client ID and secret.
Delpha MCP exposes a set of intelligent tools to assess and improve the quality of your data. Each tool is designed to address specific data quality challenges, providing actionable insights and suggestions for improvement.
MCP Tool Names
findAndValidateEmailgetEmailResultWhat it does Keep email data deliverable and up-to-date by discovering missing addresses and validating existing ones.
How we assess
Extras
MCP Tool Names
findAndValidateAddressgetAddressResultWhat it does Standardize, validate, and complete postal addresses to improve delivery, analytics, and territory planning.
How we assess
Extras
MCP Tool Names
findAndValidateWebsitegetWebsiteResultWhat it does Normalize and canonicalize company websites (domain, scheme, redirects) and suggest likely sites when the input is missing or off.
How we assess
Extras
MCP Tool Names
findAndValidateLinkedingetLinkedinResultWhat it does Normalize LinkedIn profile/company URLs and, when needed, suggest the most relevant pages using context like name, company, and website.
How we assess
/in/ for people, company page patterns); not a live profile/existence check.Extras
MCP Tool Names
findAndValidatePhonegetPhoneResultWhat it does Normalize phone numbers to international standards and check basic plausibility.
How we assess
Notes
MCP Tool Names
findAndValidateNamegetNameResultWhat it does Normalize person names and detect common data-entry issues to keep contact data clean.
How we assess
Extras
MCP Tool Names
findAndValidateLegalIDgetLegalIDResultWhat it does Validate, normalize, and enrich company legal identifiers across supported countries and ID types.
How we assess
Extras
The list of supported countries and ID types is maintained in Delpha’s documentation; implementations should rely on what’s enabled in your environment.
MCP Tool Name
getEmailInsightsWhat it does Extract structured signals from email bodies to update/contact records faster.
Examples of extracted fields
MCP Tool Names
submitLinkedinImportgetLinkedinImportResultWhat it does High-throughput importer for LinkedIn / Sales Navigator searches and lists. Submit a source URL and receive normalized profiles or companies at scale.
Flow
submitLinkedinImport.getLinkedinImportResult for the final dataset URL.Refer to the OpenAPI schemas for the exact input fields and outputs supported in your environment.
MCP Tool Names
submitLinkedinScrapergetLinkedinScraperResultWhat it does Efficiently extract public LinkedIn profile data for companies and organizations. The LinkedIn Scraper allows you to retrieve structured information from public LinkedIn company pages, enabling automated data collection and enrichment workflows.
Scope
Input
Flow
job_id; you retrieve the scraped data when readyOutput
Use cases
Ideal for bulk data collection from public LinkedIn sources without requiring authentication or session management.
If you encounter any issues or have questions, please reach out to the Delpha team at [email protected] or open an issue in the repository.
Run in your terminal:
claude mcp add delpha-data-quality-mcp -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.