How to Use the Aspire MCP in Claude Code
Pipe Aspire campaign data into your terminal workflows using Claude Code and headless MCP connections.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Aspire MCP to Claude Code
Create your Vinkius account to connect Aspire 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.
Automate Reports via Aspire MCP Server
Run a cron job that triggers Claude Code to generate weekly marketing summaries. The CLI executes `list_campaigns` to grab all active initiatives without requiring a browser session. It pipes those results into a script that loops through `get_project`. You get a clean markdown file of campaign spend and timelines dumped straight into your local directory.
Audit Creator Rosters
Checking who is assigned to what campaign takes too many clicks in a web UI. From your terminal, instruct the agent to run `list_project_members` for a specific initiative. The CLI iterates over the IDs using `get_member` to compile a CSV of creator profiles. You can pipe this output directly into your database or a cloud storage bucket.
Monitor Post Performance
Keep tabs on your influencer deliverables directly from your SSH session. Claude Code fires off `list_posts` to find the latest social uploads tied to your brand. To check if a specific upload is hitting its targets, the agent calls `get_post`. It extracts the raw engagement numbers and can trigger an alert if the metrics fall below your baseline.
Set up Aspire 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 seeaspire-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Aspire transactions." It will automatically discover and invoke the available Aspire tools.
claude mcp add --transport http aspire-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 Aspire MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Aspire MCP today
We host it, we monitor it, we maintain it. You just paste one token.