How to Use the Platform.ly MCP in Claude Code
Automate your Platform.ly CRM from the command line. A perfect MCP server for CI/CD pipelines and cron jobs with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Platform.ly MCP to Claude Code
Create your Vinkius account to connect Platform.ly to Claude Code — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Manage Contacts from the Terminal
Find any contact without leaving your terminal. Just run `claude mcp platformly-mcp search_contact_by_email --email "user@example.com"` and get the result as clean JSON. You can pipe that output to other commands. For instance, find a contact, grab their ID with `jq`, and then use `add_note_to_contact` to log an update. It’s all scriptable.
Automate Sales and Marketing Ops
This is built for automation. Use `create_new_sales_deal` in a script to automatically create deals from an external trigger, like a payment processor webhook. No more manual data entry. You can also manage marketing segments. Run a cron job that periodically calls `list_crm_contacts`, applies logic to sort them, and then uses `apply_tag_to_contact` or `remove_tag_from_contact` to keep your lists clean.
Integrate Platform.ly into Your CI/CD
Use this MCP server in your deployment pipeline. For example, after a new user signs up, a GitHub Action can trigger a Claude Code command to run `create_new_contact` in Platform.ly. You can also pull data for reporting. Schedule a nightly job to run `list_sales_pipelines` and `list_crm_contacts`, format the output, and send it to a metrics service. Your terminal is now your RevOps control center.
Set up Platform.ly MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeplatformly-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Platform.ly transactions." It will automatically discover and invoke the available Platform.ly tools.
claude mcp add --transport http platformly-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Platform.ly MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Platform.ly MCP today
We host it, we monitor it, we maintain it. You just paste one token.