How to Use the FeedBlitz MCP in Cursor
Build newsletter integrations and test FeedBlitz API queries directly inside the Cursor editor using this MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FeedBlitz MCP to Cursor
Create your Vinkius account to connect FeedBlitz 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.
Write working FeedBlitz code using live Cursor context
The `get_subscriber` tool pulls actual subscriber payloads directly into your Cursor chat using this MCP connection. This lets you write production-ready code against real JSON structures instead of guessing the API schema. When you write custom sign-up forms, the Cursor Agent uses `add_subscriber` to test the submission pipeline in real time. You get instant feedback in your editor if a payload fails validation.
Inspect your FeedBlitz syndications while coding in Cursor
The `list_syndications` tool queries your active RSS-to-email feeds and returns their exact configurations to Cursor. You don't have to leave your code editor to verify feed IDs or list names. If you are building a custom RSS aggregator, ask the Cursor Agent to inspect your active feeds. The editor runs `get_syndication` to map the feed structure directly to your local database models.
Generate FeedBlitz reports using Cursor terminal prompts
The `list_metrics` tool retrieves campaign performance numbers directly into your Cursor editor. You can use these metrics to build custom dashboard components or format weekly reports. Tell the Cursor Agent to parse the raw performance data. It reads the output from `list_metrics` and writes clean TypeScript interfaces to handle the data structure.
Set up FeedBlitz 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 FeedBlitz 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 FeedBlitz transactions." If the MCP tools are loaded correctly, Cursor will call the FeedBlitz tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"feedblitz-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 FeedBlitz. 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 FeedBlitz MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the FeedBlitz MCP today
We host it, we monitor it, we maintain it. You just paste one token.