Symbioforge

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):

{
  "mcpServers": {
    // your other mcp servers
    "symbioforge": {
      "url": "https://symbioforge-6a655bbb-tanays-org-0dcaa497.app.nitrocloud.ai/mcp"
    }
  }
}

Connect remote tools directly via Claude's Web UI:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):

{
  "mcpServers": {
    // your other mcp servers
    "symbioforge": {
      "serverUrl": "https://symbioforge-6a655bbb-tanays-org-0dcaa497.app.nitrocloud.ai/mcp"
    }
  }
}

Add the following configuration block to your Codex configuration file (~/.codex/config.toml):

[mcp_servers.symbioforge]
url = "https://symbioforge-6a655bbb-tanays-org-0dcaa497.app.nitrocloud.ai/mcp"

Connect directly using the Server-Sent Events endpoint:

https://symbioforge-6a655bbb-tanays-org-0dcaa497.app.nitrocloud.ai/mcp
Available Tools
calculate

Perform basic arithmetic calculations

convert_temperature

Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).

register-factory

Register a new factory with its declared waste streams and generate its SPCB compliance report.

get-compliance-report

Retrieve the SPCB Annual Environmental Statement report for a specific factory.

trigger-compliance-check

Forces Sentinel to run its periodic compliance deadline check.

get-cluster-state

Retrieve the live state of the industrial cluster, including factories, matches, products, and activity logs.

control-swarm

Start, stop, or reset the autonomous agent swarm and scheduler.

trigger-disruption

Simulate a factory shutdown or volume change to test the Sentinel self-healing capabilities.

get-ecosystem-map

Retrieve nodes and edges representing factories and symbiotic waste flows for the ecosystem map.

get-opportunity-feed

Retrieve a ranked feed of symbiotic matches and product concepts.

get-product-concepts

Retrieve AI-invented product concepts generated from waste streams.

get-waste-profiles

Retrieve factories and their detailed classified waste streams.

get-pathway

Retrieve the step-by-step manufacturing pathway/blueprint for a specific opportunity.

get-carbon-metrics

Retrieve cluster-wide environmental and financial impact metrics.

run-simulation

Run SymbioSim Time Machine — replay 12 months of ecosystem evolution. Resets state, adds factories one by one, discovers matches, invents products, triggers a disruption, self-heals, and returns monthly snapshots showing the circular economy score climbing from 0% to ~78%.

get-impact-story

Generates a human-readable impact story based on current ecosystem metrics.

get-district-overview

Retrieve a District Environmental Officer view of the industrial cluster: compliance rates, deadline alerts, risk heatmap, landfill diversion progress, carbon credits, and industry breakdown.

ingest-telemetry

Ingest live telemetry data from an IoT sensor or external system. Updates a factory waste stream volume in real-time and triggers agent re-evaluation.

ingest-factory-bulk

Bulk import factories from an external data source (data.gov.in, CPCB, CSV export). Accepts an array of factory objects and processes them through the full agent pipeline.