
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
delpha-mcp
Advanced tools
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 support.api@delpha.io 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 support.api@delpha.io or open an issue in the repository.
FAQs
Intelligent AI Agents to ensure accurate, unique, and reliable customer data
We found that delpha-mcp 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.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.