Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Lusha MCP server with 40 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Lusha — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Lusha MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Lusha tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Lusha call.
Tools Discovery →A Lusha MCP server lets AI agents read and write Lusha data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Lusha MCP server ships with 40 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Lusha's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Create one or more webhook subscriptions
List all webhook subscriptions configured for the account
Retrieve a single webhook subscription by its ID
Update a webhook subscription's URL, signal types, name, active state, or secret
Permanently delete one or more webhook subscriptions
Retrieve current API credit usage statistics
Search company name filter values by text
List available industries for company filtering
List available company size ranges for filtering
List available revenue ranges for company filtering
Search location filter values by text for company filtering
List available SIC codes for company filtering
List available NAICS codes for company filtering
List available intent topics for company filtering
Search technology filter values by text for company filtering
List available departments for contact filtering
List available seniority levels for contact filtering
List available data point filters for contact searches
List all countries available for contact filtering
Search location filter values by text for contact filtering
Find and enrich a single contact using search criteria
Enrich multiple contacts in a single request
Find detailed information about a single company
Search for multiple companies in a single request
Returns contact lookalikes based on seed contacts
Returns company lookalikes based on seed companies
Search for contacts using various filters
Search for companies using various filters
Retrieve available signal options for a specific entity type (contact or company)
Retrieve recent signals (promotion, company change) for up to 100 Lusha contact IDs
Retrieve signals for contacts identified by LinkedIn URL, email, or name
Retrieve recent signals (hiring, headcount, news, traffic, IT-spend) for up to 100 Lusha company IDs
Search for company signals using identifiers like domain, company name, or ID
Retrieve paginated webhook delivery audit logs
Retrieve aggregated webhook delivery statistics
Retrieve the account-level webhook signing secret
Enrich contacts returned by the prospecting search
Enrich companies returned by the prospecting search
Send a test webhook delivery to verify a subscription's endpoint
Regenerate the account-level webhook signing secret
One endpoint. Any framework. Your agent is talking to Lusha in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.