How to Use the Baremetrics MCP in Cursor
Inject live Baremetrics data directly into your code with Cursor. Stop mocking API calls and use real subscription and metric data.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Baremetrics MCP to Cursor
Create your Vinkius account to connect Baremetrics to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate Code with Live Metrics
Tell Cursor's agent to fetch your current MRR using `get_mrr`. It will call the tool and then write Python or JS using the actual live value from Baremetrics. Stop writing test stubs with fake numbers. Use `get_ltv` and `get_churn_rate` to build reports or dashboards with real-time data from the start. Your agent gets the data, then generates the code that uses it.
Explore Your Customer Base in the Editor
You're building a feature that needs customer data. Instead of hitting Postman, just ask your agent to `list_customers`. Then, pick one and use `get_customer` to pull their details right into a comment block. Same goes for subscriptions and plans. Use `list_subscriptions` and `list_plans` to understand the data structures you're working with. It's like having a live API reference that you can talk to.
Your Baremetrics MCP Server, Scoped to Your Project
Set up this MCP Server once in your project's `.cursor/mcp.json` file. Now your agent has access to all the Baremetrics tools, but only within that project's context. This keeps your development clean. You can check that everything is working with the `get_account_check` tool. It's a direct line from your editor to your live financial data, no context switching required.
Set up Baremetrics MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Baremetrics MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Baremetrics transactions." If the MCP tools are loaded correctly, Cursor will call the Baremetrics tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"baremetrics-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Baremetrics. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Baremetrics MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Baremetrics MCP today
We host it, we monitor it, we maintain it. You just paste one token.