KosmoKrator

other

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.

7 functions 6 read 1 write Manual OAuth token auth

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.

Machine-Readable Metadata
integration_slug
outreach
route_slug
outreach
package
outreach
auth_strategy
oauth2_manual_token Manual OAuth token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Outreach MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Outreach.

Outreach CLI Matrix

Use these pages for direct Outreach CLI workflows in scripts, CI, cron, and agent wrappers.

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.