How to Use the Manatal MCP in Cursor
Build internal HR tools fast by letting Cursor pull live Manatal job and applicant data straight into your codebase.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Manatal MCP to Cursor
Create your Vinkius account to connect Manatal 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 ATS data into your code
The `list_jobs` tool injects active requisition data directly into the file you are editing via MCP. Instead of hardcoding mock job titles to test your custom career page UI, Cursor hits the API and populates your components with real open roles. You see exactly how the layout handles long text strings. Drilling down works just as fast. The `get_job` endpoint grabs the specific department tags and salary bands for a single role. Your agent writes the exact GraphQL queries or REST wrappers needed to handle that specific payload structure, skipping the guesswork completely.
Prototype dashboards with an MCP Server
Building an internal recruiter dashboard requires real state transitions, which this MCP Server handles via `list_applications`. Cursor pulls 50 active interview loops into your editor. You can instantly test your sorting algorithms against actual disorganized data instead of clean test arrays. When you need to design the detail view, `get_application` provides the exact JSON schema you have to parse. The AI client writes the TypeScript interfaces based on the live response. You stop wasting time reading outdated API documentation and just write code.
Map enterprise structures in Cursor
Mapping out enterprise structures is messy unless Cursor can run `list_organizations` to see the actual hierarchy. The agent pulls the parent companies and child entities straight from your ATS. It then drafts the database schema required to mirror that structure locally. Need specific unit details? You fire off `get_organization` alongside `list_departments`. The editor reads the exact IDs and naming conventions your HR team uses, ensuring your custom integration matches production data perfectly on the first compile.
Set up Manatal 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 Manatal 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 Manatal transactions." If the MCP tools are loaded correctly, Cursor will call the Manatal tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"manatal-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 Manatal. 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 Manatal MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Manatal MCP today
We host it, we monitor it, we maintain it. You just paste one token.