README.md
Integrates LLMs with the Zintlr sales intelligence platform to search for prospects
, companies, and contact information. It provides tools for profile retrieval, lead generation, and technology stack analysis via a remote MCP interface with secure OAuth authentication.
Tools (4)
search_prospectsSearch for individual prospects based on criteria like name, title, or company.search_companiesFind companies based on industry, size, location, or technology stack.get_contact_infoRetrieve verified email addresses and phone numbers for specific profiles.analyze_tech_stackIdentify the technology stack used by a specific company.Environment Variables
ZINTLR_API_KEYrequiredAPI key for authenticating with the Zintlr sales intelligence platformConfiguration
claude_desktop_config.json
{
"mcpServers": {
"zintlr": {
"command": "npx",
"args": [
"-y",
"@chillitray/zintlr-mcp-server"
],
"env": {
"ZINTLR_API_KEY": "your_api_key_here"
}
}
}
}Try it
→Find prospects who are 'Head of Sales' at SaaS companies in San Francisco using Zintlr.
→Search for companies in the fintech industry that use AWS and have over 500 employees.
→Get the contact information and verified email for the CTO of Stripe.
→Analyze the technology stack for the domain 'hubspot.com' and list their marketing tools.