sales
Qualifying MCP, CLI, and Lua Integration for AI Agents
Qualifying integration docs for AI agents: MCP gateway setup, Qualifying CLI commands, Lua API reference, credentials, and function schemas.
6 functions 6 read 0 write Bearer token auth
Qualifying for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
qualifying- route_slug
qualifying- package
qualifying- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Qualifying CLIHeadless setup and direct function calls. Qualifying MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Qualifying MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Qualifying.
Claude Code Qualifying MCP setup for Claude Code. Cursor Qualifying MCP setup for Cursor. Codex Qualifying MCP setup for Codex. OpenAI Agents Qualifying MCP setup for OpenAI Agents SDK. Claude Agent SDK Qualifying MCP setup for Claude Agent SDK. Vercel AI SDK Qualifying MCP setup for Vercel AI SDK. LangChain Qualifying MCP setup for LangChain. LangGraph Qualifying MCP setup for LangGraph. CrewAI Qualifying MCP setup for CrewAI. MCP clients Qualifying MCP setup for Generic MCP Clients.
Qualifying CLI Matrix
Use these pages for direct Qualifying CLI workflows in scripts, CI, cron, and agent wrappers.
CI Qualifying CLI for CI. Cron Jobs Qualifying CLI for cron jobs. Shell Scripts Qualifying CLI for shell scripts. Headless Automation Qualifying CLI for headless automation. Coding Agents Qualifying CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
qualifying.qualifying_list_accounts | Read read | 2 | List sales accounts from Qualifying. Returns a paginated list of accounts with their details. Use limit and page parameters to navigate through results. |
qualifying.qualifying_get_account | Read read | 1 | Get detailed information about a specific sales account in Qualifying. Returns the account's full profile including name, industry, website, and associated metadata. |
qualifying.qualifying_list_contacts | Read read | 3 | List contacts from Qualifying. Returns a paginated list of contacts. Optionally filter by account to see contacts belonging to a specific account. |
qualifying.qualifying_get_contact | Read read | 1 | Get detailed information about a specific contact in Qualifying. Returns the contact's full profile including name, email, phone, associated account, and other metadata. |
qualifying.qualifying_list_deals | Read read | 3 | List deals from Qualifying. Returns a paginated list of deals with their details. Optionally filter by stage to see deals in a specific pipeline stage (e.g., "lead", "qualified", "won", "lost"). |
qualifying.qualifying_get_current_user | Read read | 0 | Get the profile of the currently authenticated Qualifying user. Returns user details such as name, email, and role. Useful for verifying the connection and understanding whose credentials are being used. |