How to Use the Reportei MCP in Cursor
Build custom marketing dashboards and automate reports directly inside Cursor using live performance data.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Reportei MCP to Cursor
Create your Vinkius account to connect Reportei to Cursor — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.
Key Capabilities
Inject live marketing data into your Cursor code
Stop writing code against static JSON mocks when building your internal tools. With this MCP Server, Cursor can pull real ad performance data directly into your active workspace. Your agent runs `get_reportei_metrics` to grab actual numbers from Google and Facebook, letting you test your application with live production values. If you are building a custom agency portal, you can let Cursor call `list_clients` to populate your UI components automatically. It makes developing Reportei-powered tools in Cursor much faster because you are working with real client records from day one.
Programmatic report creation inside the Cursor editor
You can script your entire reporting workflow without leaving your development environment. Ask the Cursor agent to generate a fresh client update, and it will execute `create_report` to spin up the document in the background. Cursor uses your active Google and Instagram integrations to fetch the latest marketing numbers instantly. Once the document is generated, Cursor can run `get_report_details` to verify the output status and grab the final asset URL. You can inspect the structure of the generated report directly in your terminal or Cursor editor sidebar.
Manage campaign timelines and events while coding
Keep your development log and campaign milestones in perfect sync while coding with your MCP client. While you are working on a feature, you can have Cursor call `add_reportei_event` to log a deployment or a major change directly to your client's timeline. This ensures your Reportei marketing team knows exactly when Cursor technical updates occurred. Your Cursor agent can also run `list_reportei_timeline` to check if a recent drop in Facebook ad performance correlates with a specific code change. It bridges the gap between your Cursor development cycles and active marketing campaigns.
Set up Reportei 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 Reportei 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 Reportei transactions." If the MCP tools are loaded correctly, Cursor will call the Reportei tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"reportei-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 Reportei. 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 Reportei MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Reportei MCP today
We host it, we monitor it, we maintain it. You just paste one token.