Reportei Connector for AI agents.
10 live capabilities
Automate marketing performance reports and social media analytics.
Waiting for input…
Why people use Reportei
Reportei Marketing Analytics for Faster Client Reporting
This Connector lets you skip the tabs entirely. You just ask your AI client for the numbers, and it pulls them from Reportei instantly. You get the data you need in seconds, not hours.
What Vinkius changes
You stop hunting for data and start using it immediately.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick campaign performance check
A social media manager asks their agent for the Instagram reach of a post from last week to see if a recent campaign worked.
- Real-world use case 02
Agency project status overview
An agency owner wants to see every active project and their current timeline status to prepare for a team meeting.
- Real-world use case 03
Consolidated data for analysis
A data analyst needs to pull raw metrics for a specific client to see how Google Ads spend correlates with social engagement.
Complete set · 10capabilities
The complete Reportei capability set.
These are the exact actions your AI can choose when you ask it to work with Reportei.
01—04
4 capabilities in this set.
Part of 10 available through Reportei.
- 01 Capability
Add reportei event
Adds a new milestone or action to your project timeline. It keeps your project history accurate and up to date.
- 02 Capability
Get client
Pulls specific metadata and details for a single client. This gives you the high-level info needed for account management.
- 03 Capability
List clients
Shows a full list of all clients in your Reportei account. This makes it easy to navigate between different brand portfolios.
- 04 Capability
Get reportei metrics
Pulls raw performance data from your connected marketing channels. This helps you see real-time engagement and reach numbers.
05—07
3 capabilities in this set.
Part of 10 available through Reportei.
- 05 Capability
Get report details
Shows specific details for a single analytics report. You can use this to see the breakdown of a specific past project.
- 06 Capability
List integrations
Shows every connected platform like Google Ads or Instagram. Use this to check if your data sources are still active.
- 07 Capability
List reportei projects
Lists all the marketing projects you currently manage. It gives you a quick way to see your entire workload.
08—10
3 capabilities in this set.
Part of 10 available through Reportei.
- 08 Capability
List reportei reports
Shows all generated reports, which you can filter by project. This helps you find old reports for specific clients.
- 09 Capability
List reportei timeline
Shows the history of events and actions on your project timelines. Use it to see exactly when specific milestones were hit.
- 10 Capability
Create report
Generates a brand new analytics report for your marketing data. This is the primary way to build new client-facing documents.
Set up in minutes
One URL. Then ask Reportei to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Reportei from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_3ZfcpniEPF6ymeWDiQmzUEvVZm8wf5n7XPgowF7T/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Reportei, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Reportei for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_3ZfcpniEPF6ymeWDiQmzUEvVZm8wf5n7XPgowF7T/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Reportei URL.
- Step 03
Save and start
Save the connection and enable Reportei in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"reportei": {
"url": "https://edge.vinkius.com/vk_preview_3ZfcpniEPF6ymeWDiQmzUEvVZm8wf5n7XPgowF7T/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Reportei
Open Agent mode in chat and ask: "Using Reportei, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"reportei": {
"url": "https://edge.vinkius.com/vk_preview_3ZfcpniEPF6ymeWDiQmzUEvVZm8wf5n7XPgowF7T/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Reportei
Ask Copilot: "Using Reportei, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"reportei": {
"url": "https://edge.vinkius.com/vk_preview_3ZfcpniEPF6ymeWDiQmzUEvVZm8wf5n7XPgowF7T/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Reportei
Open Cascade and ask: "Using Reportei, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"reportei": {
"url": "https://edge.vinkius.com/vk_preview_3ZfcpniEPF6ymeWDiQmzUEvVZm8wf5n7XPgowF7T/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Reportei
Ask Cline: "Using Reportei, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add reportei --transport http "https://edge.vinkius.com/vk_preview_3ZfcpniEPF6ymeWDiQmzUEvVZm8wf5n7XPgowF7T/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Reportei
Ask Claude: "Using Reportei, show me...". 10 tools are ready
Where the request belongs
Work Reportei can move forward.
Reportei is for marketing agency owners and social media managers who are tired of manual data entry. It solves the pain of jumping between five different dashboards to find a single set of metrics for a client presentation.
Marketing Agency Owner
Uses this to quickly get a bird's-eye view of all client projects and their recent performance milestones.
Social Media Manager
Uses this to pull real-time engagement numbers from Instagram and Facebook to see how a specific campaign is landing.
Data Analyst
Uses this to grab consolidated marketing metrics for reports without having to export and clean CSV files.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMetricool
Social media analytics and scheduling via Metricool. track Instagram, Facebook, and Twitter metrics.
Hootsuite
Schedule and publish social media content, monitor brand mentions, and measure ROI across all your channels from one dashboard.
Meta Ads
Equip your AI agent with direct access to Meta Ads. manage Facebook and Instagram campaigns, track ad performance, and optimize spend without opening Meta Ads Manager.
Hootsuite (Social Media Management)
Manage social media via Hootsuite. schedule posts, manage social profiles, and monitor outbound messages.
Social Media Engagement Calculator
Calculate platform-specific engagement rates for Instagram and LinkedIn and compare them against industry benchmarks.
Facebook Ads
Manage your Facebook and Meta Ads via AI. list campaigns, track performance insights, and update ad status directly through your agent.
Bring your own AI
Change the model, client or framework. Keep Reportei connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Reportei.
The practical details behind the request, access and result.
Can Reportei MCP pull data from multiple social platforms?
Yes, it pulls data from Instagram, Facebook, and Google Ads into one place so you don't have to check them individually.
How does the Reportei MCP help marketing agencies?
It automates the report generation process, saving you from manually compiling data into spreadsheets for your clients.
Can I use Reportei MCP to track my project milestones?
Yes, you can log events to your project timeline to keep a history of actions and milestones for every client.
Does the Reportei MCP require me to manually enter metrics?
No, it pulls raw data directly from your connected integrations like Google Ads and social networks.
How does Reportei MCP handle different client accounts?
It allows you to list all clients and projects, making it easy to manage multiple accounts within a single chat interface.
Can I filter reports by project in Reportei MCP?
Yes, the Connector can list reports filtered by specific project IDs to help you find the right data quickly.
Can my AI automatically find the details for a specific project just by providing its ID?
Yes! Use the list_reportei_projects capability. Your agent will respond with complete metadata for all your projects, allowing you to identify and inspect individual client accounts in seconds.
How do I find my Reportei API Token?
Log in to your Reportei account, navigate to Settings > Company > Reportei API, and you will find your unique secret token there.
Can I retrieve metrics for a specific date range?
Yes, using the get_reportei_metrics capability, you can provide start_date and end_line parameters to fetch consolidated marketing data for any specific period.
One connection away
Give your agent a direct line to Reportei.
Connect Reportei once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available