A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"candidate-transformer": {
"url": "https://candidate-tran-alpha-script-coders-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"candidate-transformer": {
"serverUrl": "https://candidate-tran-alpha-script-coders-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.candidate-transformer] url = "https://candidate-tran-alpha-script-coders-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://candidate-tran-alpha-script-coders-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Evaluate a candidate by merging live GitHub, Portfolio, and Resume data. Extract structured candidate data from the attached resume in your context and pass it into resume_extracted_data. CRITICAL: You must extract and include ALL experience, projects, and publications listed on the resume inside resume_extracted_data. Do not omit, combine, or truncate any entries.