A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"pizzaz-finder": {
"url": "https://thaletus-6a5b3-team-stickss-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
"pizzaz-finder": {
"serverUrl": "https://thaletus-6a5b3-team-stickss-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.pizzaz-finder] url = "https://thaletus-6a5b3-team-stickss-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://thaletus-6a5b3-team-stickss-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Display an interactive map of pizza shops in San Francisco
Display a list of pizza shops with filtering and sorting options
Display detailed information about a specific pizza shop
Runs a quality audit across all pizza shops. This is a long-running operation — use task augmentation to run it asynchronously. Pass `task: {}` in your tools/call request to get a task handle, then poll with tasks/get and retrieve the report with tasks/result.
Places an order at a pizza shop. This tool REQUIRES task augmentation — you must pass `task: {}` in your tools/call request. Poll with tasks/get and retrieve your order confirmation via tasks/result.