<p align="center">
<a href="https://delpha.io/">
<img src="https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_b0b39d78ea2a6c1417ea68f2a9dcfeae/delpha.png" width="220" alt="Delpha Logo">
</a>
</p>
<h1 align="center">Delpha Data Quality MCP</h1>
<h3 align="center"><a href="https://delpha.io" style="color: inherit; text-decoration: none;">Intelligent AI Agents to ensure accurate, unique, and reliable customer data</a></h3>
<div align="center">
[](https://pypi.org/project/delpha-mcp/)
</div>
---
## ๐ Table of Contents
* [๐ Overview](#-overview)
* [๐ฌ Demo](#-demo)
* [๐ Quickstart](#-quickstart)
* [๐๏ธ Getting Client Credentials](#๏ธ-getting-client-credentials)
* [๐ ๏ธ Tools](#๏ธ-tools)
* [๐ Support](#-support)
---
## ๐ Overview
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.
- **Reduce Data Maintenance Costs:** Delpha minimizes the need for manual data cleanup, reducing labor costs and overhead associated with constant data maintenance.
- **Improve Sales Productivity:** By automating data quality tasks, Delpha frees up significant portions of sales teams' schedules, allowing them to focus on selling rather than data entry and correction.
- **Shorten Data Migration:** Delpha accelerates the process of unifying CRM datasets, enabling sales reps to confidently approach newly acquired customers and drive incremental revenue sooner.
- **Deduplication with AI:** Delpha's advanced AI accurately scores potential duplicates by analyzing multiple fields and detecting subtle variations, offering both automatic and manual merging options.
<p align="center">
<img src="https://github.com/Delpha-Assistant/DelphaMCP/blob/release/v0.1.12/assets/MCP.png?raw=true" width="600" alt="Delpha MCP Integration">
</p>
---
## ๐ฌ Demo
See Delpha MCP in actionโvalidate and enrich data directly from your AI assistant.
<p align="center">
<img src="https://github.com/Delpha-Assistant/DelphaMCP/blob/release/v0.1.12/assets/demo.gif?raw=true" width="800" alt="Delpha MCP Demo">
</p>
---
## ๐ Quickstart
1. **Install the package**
```bash
pip install delpha-mcp
```
2. **Configure**
Add this to your MCP settings (replace env values with your credentials):
```json
{
"mcpServers": {
"Delpha": {
"command": "python",
"args": ["-m", "delpha_mcp"],
"env": {
"DELPHA_CLIENT_ID": "your_client_id_here",
"DELPHA_CLIENT_SECRET": "your_client_secret_here"
}
}
}
}
```
3. **Restart your app** โ Delpha tools are now available.
---
## ๐๏ธ Getting Client Credentials
Delpha MCP uses OAuth2. Please contact **[support.api@delpha.io](mailto:support.api@delpha.io)** to request your client ID and secret.
---
## ๐ ๏ธ Tools
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.
---
### Email
**MCP Tool Names**
* `findAndValidateEmail`
* `getEmailResult`
**What it does**
Keep email data deliverable and up-to-date by discovering missing addresses and validating existing ones.
**How we assess**
* **Completeness:** Find and populate missing addresses.
* **Validity:** Check syntax and deliverability signals.
* **Accuracy:** Ensure the email fits the intended person/entity context.
* **Consistency:** Align inputs with normalized output.
**Extras**
* Classification (e.g., professional vs. personal) to support compliant outreach.
* AI recommendations with confidence scores when a better email is likely.
---
### Address
**MCP Tool Names**
* `findAndValidateAddress`
* `getAddressResult`
**What it does**
Standardize, validate, and complete postal addresses to improve delivery, analytics, and territory planning.
**How we assess**
* **Completeness:** Fill missing elements (street no., street, city, postal code, country).
* **Validity:** Conformity to country-specific postal rules and canonical formats.
* **Accuracy:** Normalize structure and resolve ambiguities.
* **Consistency:** Compare input vs. normalized output.
**Extras**
* Returns a normalized, well-structured address.
* AI recommendations with confidence scores when multiple plausible addresses exist.
---
### Website
**MCP Tool Names**
* `findAndValidateWebsite`
* `getWebsiteResult`
**What it does**
Normalize and canonicalize company websites (domain, scheme, redirects) and suggest likely sites when the input is missing or off.
**How we assess**
* **Completeness:** Populate missing websites/root domains.
* **Validity:** Confirm proper URL formatting and safe normalization (scheme, subdomain, trailing slash, redirects).
* **Accuracy:** Check that the URL matches the intended entity.
* **Consistency:** Compare input vs. normalized/canonical URL.
**Extras**
* Returns the normalized (and redirected if applicable) URL.
* AI recommendations with confidence scores.
---
### LinkedIn
**MCP Tool Names**
* `findAndValidateLinkedin`
* `getLinkedinResult`
**What 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**
* **Completeness:** Detect presence/absence of a LinkedIn URL.
* **Validity:** Validate **format** (e.g., `/in/` for people, company page patterns); not a live profile/existence check.
* **Accuracy:** Check that the URL aligns with provided context (first/last name, company name, website).
* **Consistency:** Compare input vs. normalized URL.
**Extras**
* Recommendations include URL, confidence, and helpful metadata (e.g., profile/page name, title/description, location, rank) to speed selection.
---
### Phone
**MCP Tool Names**
* `findAndValidatePhone`
* `getPhoneResult`
**What it does**
Normalize phone numbers to international standards and check basic plausibility.
**How we assess**
* **Completeness:** Is a value present.
* **Validity:** Does the number conform to country/region rules and basic plausibility checks (e.g., non-blacklisted patterns).
* **Consistency:** Compare input vs. normalized E.164 output.
**Notes**
* No accuracy score or side-field recommendations.
* If no country is provided, inference follows a configured country preference order.
---
### Name
**MCP Tool Names**
* `findAndValidateName`
* `getNameResult`
**What it does**
Normalize person names and detect common data-entry issues to keep contact data clean.
**How we assess**
* **Completeness:** Separate scoring for **FirstName** and **LastName**.
* **Validity:** Check both parts against reference databases.
* **Consistency:** Compare input vs. normalized casing, hyphenation, etc.
* **Misspelled:** Flag likely typos and propose close alternatives.
* **Reversed:** Detect when first and last names appear swapped.
**Extras**
* Suggestions include corrected spelling, swapped order when appropriate, or simply the normalized version when everything looks good.
* No accuracy score for names.
---
### Legal ID
**MCP Tool Names**
* `findAndValidateLegalID`
* `getLegalIDResult`
**What it does**
Validate, normalize, and enrich company legal identifiers across supported countries and ID types.
**How we assess**
* **Completeness:** Determine ID type from provided country or input; populate when possible.
* **Validity:** Normalize to canonical representation and verify against supported country rules and reference datasets.
* **Accuracy:** Check that the ID corresponds to the intended entity using side fields (e.g., company name, address, website).
* **Consistency:** Compare input vs. normalized value.
**Extras**
* Returns enriched context for matched entities (e.g., company name, website, address, industry) and ranked recommendations when input and side fields point to multiple candidates.
> The list of supported countries and ID types is maintained in Delphaโs documentation; implementations should rely on whatโs enabled in your environment.
---
### Email Insights
**MCP Tool Name**
* `getEmailInsights`
**What it does**
Extract structured signals from email bodies to update/contact records faster.
**Examples of extracted fields**
* Name, phone(s), title, company, department, address
* Social links
* Out-of-office window
* Confidence score
---
### LinkedIn Import
**MCP Tool Names**
* `submitLinkedinImport`
* `getLinkedinImportResult`
**What 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**
1. Start a job with `submitLinkedinImport`.
2. We handle throttling and retries.
3. Poll with `getLinkedinImportResult` for the final dataset URL.
> Refer to the OpenAPI schemas for the exact input fields and outputs supported in your environment.
---
## ๐ Support
If you encounter any issues or have questions, please reach out to the Delpha team at **[support.api@delpha.io](mailto:support.api@delpha.io)** or open an issue in the repository.
Raw data
{
"_id": null,
"home_page": null,
"name": "delpha-mcp",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Delpha <support.api@delpha.io>",
"keywords": "data quality, validation, MCP, AI, delpha, email, email finder, email validator, address, name, social, phone, website, legal id",
"author": null,
"author_email": "Victor Goubet <support.api@delpha.io>",
"download_url": "https://files.pythonhosted.org/packages/83/c0/ec118115b75314b5bfbb9fc99678df02309fa9b89c92614116005c3c2653/delpha_mcp-0.1.18.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n <a href=\"https://delpha.io/\">\n <img src=\"https://images.g2crowd.com/uploads/product/image/large_detail/large_detail_b0b39d78ea2a6c1417ea68f2a9dcfeae/delpha.png\" width=\"220\" alt=\"Delpha Logo\">\n </a>\n</p>\n\n<h1 align=\"center\">Delpha Data Quality MCP</h1>\n<h3 align=\"center\"><a href=\"https://delpha.io\" style=\"color: inherit; text-decoration: none;\">Intelligent AI Agents to ensure accurate, unique, and reliable customer data</a></h3>\n\n<div align=\"center\">\n\n[](https://pypi.org/project/delpha-mcp/)\n\n</div>\n\n---\n\n## \ud83d\udccb Table of Contents\n\n* [\ud83c\udf1f Overview](#-overview)\n* [\ud83c\udfac Demo](#-demo)\n* [\ud83d\ude80 Quickstart](#-quickstart)\n* [\ud83d\udddd\ufe0f Getting Client Credentials](#\ufe0f-getting-client-credentials)\n* [\ud83d\udee0\ufe0f Tools](#\ufe0f-tools)\n* [\ud83d\udcde Support](#-support)\n\n---\n\n## \ud83c\udf1f Overview\n\nDelpha 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.\n\n- **Reduce Data Maintenance Costs:** Delpha minimizes the need for manual data cleanup, reducing labor costs and overhead associated with constant data maintenance.\n- **Improve Sales Productivity:** By automating data quality tasks, Delpha frees up significant portions of sales teams' schedules, allowing them to focus on selling rather than data entry and correction.\n- **Shorten Data Migration:** Delpha accelerates the process of unifying CRM datasets, enabling sales reps to confidently approach newly acquired customers and drive incremental revenue sooner.\n- **Deduplication with AI:** Delpha's advanced AI accurately scores potential duplicates by analyzing multiple fields and detecting subtle variations, offering both automatic and manual merging options.\n\n<p align=\"center\">\n <img src=\"https://github.com/Delpha-Assistant/DelphaMCP/blob/release/v0.1.12/assets/MCP.png?raw=true\" width=\"600\" alt=\"Delpha MCP Integration\">\n</p>\n\n---\n\n## \ud83c\udfac Demo\n\nSee Delpha MCP in action\u2014validate and enrich data directly from your AI assistant.\n\n<p align=\"center\">\n <img src=\"https://github.com/Delpha-Assistant/DelphaMCP/blob/release/v0.1.12/assets/demo.gif?raw=true\" width=\"800\" alt=\"Delpha MCP Demo\">\n</p>\n\n---\n\n## \ud83d\ude80 Quickstart\n\n1. **Install the package**\n\n ```bash\n pip install delpha-mcp\n ```\n\n2. **Configure**\n Add this to your MCP settings (replace env values with your credentials):\n\n ```json\n {\n \"mcpServers\": {\n \"Delpha\": {\n \"command\": \"python\",\n \"args\": [\"-m\", \"delpha_mcp\"],\n \"env\": {\n \"DELPHA_CLIENT_ID\": \"your_client_id_here\",\n \"DELPHA_CLIENT_SECRET\": \"your_client_secret_here\"\n }\n }\n }\n }\n ```\n\n3. **Restart your app** \u2014 Delpha tools are now available.\n\n---\n\n## \ud83d\udddd\ufe0f Getting Client Credentials\n\nDelpha MCP uses OAuth2. Please contact **[support.api@delpha.io](mailto:support.api@delpha.io)** to request your client ID and secret.\n\n---\n\n## \ud83d\udee0\ufe0f Tools\n\nDelpha 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.\n\n\n\n---\n\n### Email\n\n**MCP Tool Names**\n\n* `findAndValidateEmail`\n* `getEmailResult`\n\n**What it does**\nKeep email data deliverable and up-to-date by discovering missing addresses and validating existing ones.\n\n**How we assess**\n\n* **Completeness:** Find and populate missing addresses.\n* **Validity:** Check syntax and deliverability signals.\n* **Accuracy:** Ensure the email fits the intended person/entity context.\n* **Consistency:** Align inputs with normalized output.\n\n**Extras**\n\n* Classification (e.g., professional vs. personal) to support compliant outreach.\n* AI recommendations with confidence scores when a better email is likely.\n\n---\n\n### Address\n\n**MCP Tool Names**\n\n* `findAndValidateAddress`\n* `getAddressResult`\n\n**What it does**\nStandardize, validate, and complete postal addresses to improve delivery, analytics, and territory planning.\n\n**How we assess**\n\n* **Completeness:** Fill missing elements (street no., street, city, postal code, country).\n* **Validity:** Conformity to country-specific postal rules and canonical formats.\n* **Accuracy:** Normalize structure and resolve ambiguities.\n* **Consistency:** Compare input vs. normalized output.\n\n**Extras**\n\n* Returns a normalized, well-structured address.\n* AI recommendations with confidence scores when multiple plausible addresses exist.\n\n---\n\n### Website\n\n**MCP Tool Names**\n\n* `findAndValidateWebsite`\n* `getWebsiteResult`\n\n**What it does**\nNormalize and canonicalize company websites (domain, scheme, redirects) and suggest likely sites when the input is missing or off.\n\n**How we assess**\n\n* **Completeness:** Populate missing websites/root domains.\n* **Validity:** Confirm proper URL formatting and safe normalization (scheme, subdomain, trailing slash, redirects).\n* **Accuracy:** Check that the URL matches the intended entity.\n* **Consistency:** Compare input vs. normalized/canonical URL.\n\n**Extras**\n\n* Returns the normalized (and redirected if applicable) URL.\n* AI recommendations with confidence scores.\n\n---\n\n### LinkedIn\n\n**MCP Tool Names**\n\n* `findAndValidateLinkedin`\n* `getLinkedinResult`\n\n**What it does**\nNormalize LinkedIn profile/company URLs and, when needed, suggest the most relevant pages using context like name, company, and website.\n\n**How we assess**\n\n* **Completeness:** Detect presence/absence of a LinkedIn URL.\n* **Validity:** Validate **format** (e.g., `/in/` for people, company page patterns); not a live profile/existence check.\n* **Accuracy:** Check that the URL aligns with provided context (first/last name, company name, website).\n* **Consistency:** Compare input vs. normalized URL.\n\n**Extras**\n\n* Recommendations include URL, confidence, and helpful metadata (e.g., profile/page name, title/description, location, rank) to speed selection.\n\n---\n\n### Phone\n\n**MCP Tool Names**\n\n* `findAndValidatePhone`\n* `getPhoneResult`\n\n**What it does**\nNormalize phone numbers to international standards and check basic plausibility.\n\n**How we assess**\n\n* **Completeness:** Is a value present.\n* **Validity:** Does the number conform to country/region rules and basic plausibility checks (e.g., non-blacklisted patterns).\n* **Consistency:** Compare input vs. normalized E.164 output.\n\n**Notes**\n\n* No accuracy score or side-field recommendations.\n* If no country is provided, inference follows a configured country preference order.\n\n---\n\n### Name\n\n**MCP Tool Names**\n\n* `findAndValidateName`\n* `getNameResult`\n\n**What it does**\nNormalize person names and detect common data-entry issues to keep contact data clean.\n\n**How we assess**\n\n* **Completeness:** Separate scoring for **FirstName** and **LastName**.\n* **Validity:** Check both parts against reference databases.\n* **Consistency:** Compare input vs. normalized casing, hyphenation, etc.\n* **Misspelled:** Flag likely typos and propose close alternatives.\n* **Reversed:** Detect when first and last names appear swapped.\n\n**Extras**\n\n* Suggestions include corrected spelling, swapped order when appropriate, or simply the normalized version when everything looks good.\n* No accuracy score for names.\n\n---\n\n### Legal ID\n\n**MCP Tool Names**\n\n* `findAndValidateLegalID`\n* `getLegalIDResult`\n\n**What it does**\nValidate, normalize, and enrich company legal identifiers across supported countries and ID types.\n\n**How we assess**\n\n* **Completeness:** Determine ID type from provided country or input; populate when possible.\n* **Validity:** Normalize to canonical representation and verify against supported country rules and reference datasets.\n* **Accuracy:** Check that the ID corresponds to the intended entity using side fields (e.g., company name, address, website).\n* **Consistency:** Compare input vs. normalized value.\n\n**Extras**\n\n* Returns enriched context for matched entities (e.g., company name, website, address, industry) and ranked recommendations when input and side fields point to multiple candidates.\n\n> The list of supported countries and ID types is maintained in Delpha\u2019s documentation; implementations should rely on what\u2019s enabled in your environment.\n\n---\n\n### Email Insights\n\n**MCP Tool Name**\n\n* `getEmailInsights`\n\n**What it does**\nExtract structured signals from email bodies to update/contact records faster.\n\n**Examples of extracted fields**\n\n* Name, phone(s), title, company, department, address\n* Social links\n* Out-of-office window\n* Confidence score\n\n---\n\n### LinkedIn Import\n\n**MCP Tool Names**\n\n* `submitLinkedinImport`\n* `getLinkedinImportResult`\n\n**What it does**\nHigh-throughput importer for LinkedIn / Sales Navigator searches and lists. Submit a source URL and receive normalized profiles or companies at scale.\n\n**Flow**\n\n1. Start a job with `submitLinkedinImport`.\n2. We handle throttling and retries.\n3. Poll with `getLinkedinImportResult` for the final dataset URL.\n\n> Refer to the OpenAPI schemas for the exact input fields and outputs supported in your environment.\n\n---\n\n## \ud83d\udcde Support\n\nIf you encounter any issues or have questions, please reach out to the Delpha team at **[support.api@delpha.io](mailto:support.api@delpha.io)** or open an issue in the repository.\n",
"bugtrack_url": null,
"license": null,
"summary": "Intelligent AI Agents to ensure accurate, unique, and reliable customer data",
"version": "0.1.18",
"project_urls": {
"Documentation": "https://github.com/Delpha-Assistant/DelphaMCP#readme",
"Homepage": "https://github.com/Delpha-Assistant/DelphaMCP",
"Issues": "https://github.com/Delpha-Assistant/DelphaMCP/issues"
},
"split_keywords": [
"data quality",
" validation",
" mcp",
" ai",
" delpha",
" email",
" email finder",
" email validator",
" address",
" name",
" social",
" phone",
" website",
" legal id"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "3559cab7172ab8d2787eebe2e66dadff11a8783c5e42ff286a4b524f59a7915b",
"md5": "a3c1fc68f719f4bc05407e147809b2bb",
"sha256": "9617b7dd19e71363fe51e85e0e9047269cd5c811b5925d95c7179fbf00495c4d"
},
"downloads": -1,
"filename": "delpha_mcp-0.1.18-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a3c1fc68f719f4bc05407e147809b2bb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 9308,
"upload_time": "2025-10-06T08:44:10",
"upload_time_iso_8601": "2025-10-06T08:44:10.961191Z",
"url": "https://files.pythonhosted.org/packages/35/59/cab7172ab8d2787eebe2e66dadff11a8783c5e42ff286a4b524f59a7915b/delpha_mcp-0.1.18-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "83c0ec118115b75314b5bfbb9fc99678df02309fa9b89c92614116005c3c2653",
"md5": "dce1f53c0336a5692cc79745a82e13e3",
"sha256": "64446d2ec5411df77f712ab03e73a7fe244ec6b04be6082619134e9345c9410b"
},
"downloads": -1,
"filename": "delpha_mcp-0.1.18.tar.gz",
"has_sig": false,
"md5_digest": "dce1f53c0336a5692cc79745a82e13e3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 9051,
"upload_time": "2025-10-06T08:44:11",
"upload_time_iso_8601": "2025-10-06T08:44:11.707162Z",
"url": "https://files.pythonhosted.org/packages/83/c0/ec118115b75314b5bfbb9fc99678df02309fa9b89c92614116005c3c2653/delpha_mcp-0.1.18.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-06 08:44:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Delpha-Assistant",
"github_project": "DelphaMCP#readme",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "delpha-mcp"
}