KosmoKrator

data

Outreach MCP, CLI, and Lua Integration for AI Agents

Outreach integration docs for AI agents: MCP gateway setup, Outreach CLI commands, Lua API reference, credentials, and function schemas.

Outreach 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.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
outreach.outreach_list_prospects Read read 4 List prospects in Outreach with optional filtering, sorting, and pagination. Returns prospect records including names, emails, and company info.
outreach.outreach_get_prospect Read read 1 Get a single prospect from Outreach by ID. Returns full prospect details including contact info, custom fields, and related data.
outreach.outreach_create_prospect Write write 4 Create a new prospect in Outreach. Provide first name, last name, emails, and optional company to add a contact to your prospect database.
outreach.outreach_list_sequences Read read 2 List sales sequences in Outreach with optional pagination. Returns sequence details including name, status, and creation date.
outreach.outreach_get_sequence Read read 1 Get a single sales sequence from Outreach by ID. Returns full sequence details including steps, settings, and associated metadata.
outreach.outreach_list_accounts Read read 2 List accounts (organizations) in Outreach with optional pagination. Returns account details including name, domain, and company information.
outreach.outreach_get_current_user Read read 0 Get the currently authenticated Outreach user. Returns user profile details including name, email, and role.