A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"growthpilot-server": {
"url": "https://growthpilot-6a5af3-hyd-bros-amrita-university-amritapuri-campus.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
"growthpilot-server": {
"serverUrl": "https://growthpilot-6a5af3-hyd-bros-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.growthpilot-server] url = "https://growthpilot-6a5af3-hyd-bros-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://growthpilot-6a5af3-hyd-bros-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
A simple test tool that returns a pong message to verify the NitroStack server is operational.
Executes the entire GrowthPilot lead generation campaign pipeline end-to-end for a given user goal.
Processes a user goal (e.g. "Find SaaS companies in Bangalore with 20-100 employees") and plans the campaign parameters.
Searches for and discovers target companies matching the campaign parameters.
Runs deep web research on a specific company using Tavily search API.
Calculates the sales qualification fit score for a discovered company using Gemini API reasoning.
Generates a highly personalized cold sales email outreach draft for a lead using Gemini API reasoning.
Audits a cold email draft for placeholder flags, styling, and factual accuracy using Gemini API.
Revises a cold email draft using the feedback and suggestions from a critique.