← Back to Plugins
MCP Server MCP

RASON

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Build, solve, and analyze RASON optimization, simulation, data science, and decision models

Homepage Verified source

Install

npx -y @frontlinesystems/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@frontlinesystems/rason-mcp-server",
      "version": "2026.5.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "RASON API bearer token. Required for model management, solving, and diagnostics. Obtain at https://rason.com/.",
          "isRequired": true,
          "isSecret": true,
          "name": "RASON_BEARER_TOKEN"
        },
        {
          "description": "Base URL of the RASON REST API. /api is appended automatically.",
          "default": "https://rason.net",
          "name": "RASON_SERVER_URL"
        },
        {
          "description": "Maximum array/dataFrame rows before solver results are summarized.",
          "format": "number",
          "default": "25",
          "name": "RASON_RESULT_ARRAY_LIMIT"
        },
        {
          "description": "Maximum solve-result size (in characters) before truncation.",
          "format": "number",
          "default": "50000",
          "name": "RASON_RESULT_SIZE_LIMIT"
        },
        {
          "description": "HTTP request timeout in milliseconds.",
          "format": "number",
          "default": "300000",
          "name": "RASON_REQUEST_TIMEOUT"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/FrontlineSystems/rason-mcp-server/releases/download/v2026.5.5/rason-mcp-server.mcpb",
      "fileSha256": "2fc2edbe41ea308706123331ffa5aaa278bb1cf47e70502c6d07254e5102fd99",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm mcpb

Comments

Sign in to leave a comment

Loading comments...