How to Use the Clearstory MCP in Claude Code
Pipe live Clearstory construction data directly into your terminal workflows using this MCP Server with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Clearstory MCP to Claude Code
Create your Vinkius account to connect Clearstory to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Run headless COR audits via this MCP Server
Checking construction budgets shouldn't require logging into a web portal. Your terminal can run a nightly cron job that triggers `list_change_order_requests`. The CLI agent formats the output and pipes it straight to your Slack webhook. You get a morning digest of every pending financial change without touching a browser.
Sync T&M tags to your database
Field crews submit tickets constantly throughout the day. You can write a bash script that tells the agent to fetch new entries using `list_tm_tags`. It grabs the raw JSON and pushes it into your Postgres instance. If an entry needs verification against approved pricing, it hits `list_construction_rates` before committing the row.
Trigger alerts on contractor disputes
Missed communications cause massive delays on job sites. Set up a GitHub Action that uses `list_change_notifications` to monitor contractor replies. When a rejection comes through, the pipeline automatically runs `get_cor_details` to grab the specific context. It creates a Jira ticket with the exact project ID from `list_construction_projects`.
Set up Clearstory 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 seeclearstory-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Clearstory transactions." It will automatically discover and invoke the available Clearstory tools.
claude mcp add --transport http clearstory-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 Clearstory MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Clearstory MCP today
We host it, we monitor it, we maintain it. You just paste one token.