How to Use the Massive MCP in Cursor
Generate functional financial code in Cursor using live dividend data from the Massive MCP server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Massive MCP to Cursor
Create your Vinkius account to connect Massive 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.
Inject live payouts into your Cursor code
The `list_dividends` tool pulls historical distribution records directly into your active Cursor editor. You don't have to write dummy arrays or mock API responses while coding financial models. Your agent calls the tool during a chat session to populate your scripts with real dividend amounts and dates. This ensures your backtesting code runs against actual historical data from day one.
Build backtesting scripts in Cursor using this MCP Server
The `list_dividends` tool supplies raw payout histories directly to Cursor's Composer or Chat. This allows your agent to write, test, and debug yield-tracking applications using real-world inputs. You get accurate historical data without leaving your codebase. The code your agent generates is immediately ready for production because it uses genuine distribution patterns.
Verify payout schedules in the editor
The `list_dividends` tool lets you inspect historical cash distributions right inside Cursor. Your agent can query any ticker to verify payment intervals and amounts while you review your financial calculation logic. This eliminates the need to run separate terminal scripts or check external databases. The exact financial metrics you need are accessible directly within your development workspace.
Set up Massive 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 Massive 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 Massive transactions." If the MCP tools are loaded correctly, Cursor will call the Massive tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"massive-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 Massive. 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 Massive MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Massive MCP today
We host it, we monitor it, we maintain it. You just paste one token.