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_tokenManual OAuth 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. Outreach CLIHeadless setup and direct function calls. Outreach 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.
Outreach MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Outreach.
Claude Code Outreach MCP setup for Claude Code. Cursor Outreach MCP setup for Cursor. Codex Outreach MCP setup for Codex. OpenAI Agents Outreach MCP setup for OpenAI Agents SDK. Claude Agent SDK Outreach MCP setup for Claude Agent SDK. Vercel AI SDK Outreach MCP setup for Vercel AI SDK. LangChain Outreach MCP setup for LangChain. LangGraph Outreach MCP setup for LangGraph. CrewAI Outreach MCP setup for CrewAI. MCP clients Outreach MCP setup for Generic MCP Clients.
Outreach CLI Matrix
Use these pages for direct Outreach CLI workflows in scripts, CI, cron, and agent wrappers.
CI Outreach CLI for CI. Cron Jobs Outreach CLI for cron jobs. Shell Scripts Outreach CLI for shell scripts. Headless Automation Outreach CLI for headless automation. Coding Agents Outreach CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |