← Index

Outreach

io.github.mindstone/mcp-server-outreach·v0.1.3·Other
Quality Score
85
/100

Outreach sales engagement MCP server: prospects, sequences, accounts, tasks, and mailings

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server-outreach": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-outreach"
      ],
      "env": {
        "OUTREACH_CLIENT_ID": "<outreach_client_id>",
        "OUTREACH_CLIENT_SECRET": "<your-outreach_client_secret>",
        "OUTREACH_ACCESS_TOKEN": "<your-outreach_access_token>",
        "OUTREACH_CONFIG_DIR": "~/.mcp/outreach",
        "OUTREACH_OAUTH_PORT": "0",
        "OUTREACH_OAUTH_SCOPES": "<outreach_oauth_scopes>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server-outreach": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-outreach"
      ],
      "env": {
        "OUTREACH_CLIENT_ID": "<outreach_client_id>",
        "OUTREACH_CLIENT_SECRET": "<your-outreach_client_secret>",
        "OUTREACH_ACCESS_TOKEN": "<your-outreach_access_token>",
        "OUTREACH_CONFIG_DIR": "~/.mcp/outreach",
        "OUTREACH_OAUTH_PORT": "0",
        "OUTREACH_OAUTH_SCOPES": "<outreach_oauth_scopes>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @mindstone/mcp-server-outreach
§02  Environment variables
OUTREACH_CLIENT_ID
required

Outreach OAuth client ID (recommended path)

OUTREACH_CLIENT_SECRET
requiredsecret

Outreach OAuth client secret (recommended path)

OUTREACH_ACCESS_TOKEN
secret

Static access token (alternative to OAuth)

OUTREACH_CONFIG_DIR

Custom config directory

OUTREACH_OAUTH_PORT

OAuth callback port (0 = OS-assigned)

OUTREACH_OAUTH_SCOPES

Space-separated OAuth scopes

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Other