How to Use the Enrich CRM MCP in Cursor
Build data-driven apps faster by injecting live company and contact info directly into your code with Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Enrich CRM MCP to Cursor
Create your Vinkius account to connect Enrich CRM 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 Real API Data
Stop coding against mock data. Tell Cursor's agent to use `enrich_company` with a real domain. It will call the tool, get a live JSON response with firmographics and tech stacks, and then write the actual code to parse it. This completely changes how you build integrations. You're not guessing the schema or using stubs. You're working with the real data structure from the very first line of code.
Scaffold Scripts for Sales Ops
Automate internal tasks by having your agent build scripts for you. Need to validate a list of leads? Have the agent loop through a CSV and use `find_email` and `find_phone` on each row, writing the results to a new file. The agent doesn't just talk about the code—it writes it. This is the fastest way to get a working Python or Node.js script for data cleaning and enrichment tasks.
Create Realistic Test Data Sets
Fake data generators are predictable. For better tests, use `enrich_person` to create user profiles with realistic data patterns. Your agent can generate a set of test users for your database seeds or integration tests. This makes your tests more robust. By using data that mirrors the real world, you catch edge cases that a simple faker library would miss. It's a straight line to more reliable software.
Set up Enrich CRM 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 Enrich CRM 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 Enrich CRM transactions." If the MCP tools are loaded correctly, Cursor will call the Enrich CRM tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"enrich-crm-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 Enrich CRM. 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 Enrich CRM MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Enrich CRM MCP today
We host it, we monitor it, we maintain it. You just paste one token.