Read the whole picture
Voice profile, CRM contacts, lead lists, campaigns, approvals, posts and cached trend ideas.
Connect a customer-owned Coldvio workspace to Claude, Codex, GitHub Copilot, VS Code and other MCP clients. The agent gets useful context and bounded actions—not unrestricted dashboard access.
$ npx -y @coldvio/[email protected] login ✓ Signed in as [email protected] $ codex mcp add coldvio -- npx -y @coldvio/[email protected] mcp ✓ Added global MCP server coldvio $ codex mcp list ✓ coldvio · enabled · 17 tools
The MCP surface follows the customer workflow from context to reviewed action. It deliberately excludes generic execute, direct send and direct publish tools.
Voice profile, CRM contacts, lead lists, campaigns, approvals, posts and cached trend ideas.
Generate LinkedIn and email drafts with the same living voice profile used inside Coldvio. Draft generation never sends.
Update selected CRM fields or approve one existing campaign action only after an exact confirmation.
Version one runs locally over stdio, so the customer credential stays on the customer device while the agent speaks the open MCP protocol.
Browser PKCE connects the CLI to the customer’s own Coldvio account.
Start the versioned npm package from the MCP client’s user-level configuration.
The client discovers the 17 tools and selects the smallest useful read or confirmed action.
Set up Coldvio MCP for me. 1. Run `npx -y @coldvio/[email protected] login` and let me finish browser sign-in. 2. Add the user-level stdio MCP server with `npx -y @coldvio/[email protected] mcp`. 3. Verify that `get_summary` is available. 4. Do not change, generate, approve or reject anything during setup.
Coldvio uses a dedicated customer Agent API, purpose-bound credentials and confirmation at the points where work changes state, spends credits or can reach LinkedIn.
The customer signs in with their own Coldvio account and reviews the requested access.
Every API query is scoped server-side to the signed-in customer—not to an ID supplied by the agent.
Dedicated agent routes reject dashboard and browser-extension sessions.
CRM writes, generation, approvals and rejections require confirmation for that exact operation.
Explore product guides, exact client configuration, all 17 tools, the OpenAPI contract, security boundaries, use cases and troubleshooting in Coldvio Docs.