What is the RASON MCP server?
Build, solve, and analyze RASON optimization, simulation, data science, and decision models
How to install RASON
Copy-paste configuration for popular MCP clients.
RASON_BEARER_TOKENrequiredsecretRASON API bearer token. Required for model management, solving, and diagnostics. Obtain at https://rason.com/.
RASON_SERVER_URLBase URL of the RASON REST API. /api is appended automatically.
RASON_RESULT_ARRAY_LIMITMaximum array/dataFrame rows before solver results are summarized.
RASON_RESULT_SIZE_LIMITMaximum solve-result size (in characters) before truncation.
RASON_REQUEST_TIMEOUTHTTP request timeout in milliseconds.
{
"mcpServers": {
"rason-mcp-server": {
"command": "npx",
"args": [
"-y",
"@frontlinesystems/rason-mcp-server"
],
"env": {
"RASON_BEARER_TOKEN": "<YOUR_RASON_BEARER_TOKEN>",
"RASON_SERVER_URL": "<YOUR_RASON_SERVER_URL>",
"RASON_RESULT_ARRAY_LIMIT": "<YOUR_RASON_RESULT_ARRAY_LIMIT>",
"RASON_RESULT_SIZE_LIMIT": "<YOUR_RASON_RESULT_SIZE_LIMIT>",
"RASON_REQUEST_TIMEOUT": "<YOUR_RASON_REQUEST_TIMEOUT>"
}
}
}
}{
"mcpServers": {
"rason-mcp-server": {
"command": "npx",
"args": [
"-y",
"@frontlinesystems/rason-mcp-server"
],
"env": {
"RASON_BEARER_TOKEN": "<YOUR_RASON_BEARER_TOKEN>",
"RASON_SERVER_URL": "<YOUR_RASON_SERVER_URL>",
"RASON_RESULT_ARRAY_LIMIT": "<YOUR_RASON_RESULT_ARRAY_LIMIT>",
"RASON_RESULT_SIZE_LIMIT": "<YOUR_RASON_RESULT_SIZE_LIMIT>",
"RASON_REQUEST_TIMEOUT": "<YOUR_RASON_REQUEST_TIMEOUT>"
}
}
}
}{
"mcpServers": {
"rason-mcp-server": {
"command": "npx",
"args": [
"-y",
"@frontlinesystems/rason-mcp-server"
],
"env": {
"RASON_BEARER_TOKEN": "<YOUR_RASON_BEARER_TOKEN>",
"RASON_SERVER_URL": "<YOUR_RASON_SERVER_URL>",
"RASON_RESULT_ARRAY_LIMIT": "<YOUR_RASON_RESULT_ARRAY_LIMIT>",
"RASON_RESULT_SIZE_LIMIT": "<YOUR_RASON_RESULT_SIZE_LIMIT>",
"RASON_REQUEST_TIMEOUT": "<YOUR_RASON_REQUEST_TIMEOUT>"
}
}
}
}{
"servers": {
"rason-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@frontlinesystems/rason-mcp-server"
],
"env": {
"RASON_BEARER_TOKEN": "<YOUR_RASON_BEARER_TOKEN>",
"RASON_SERVER_URL": "<YOUR_RASON_SERVER_URL>",
"RASON_RESULT_ARRAY_LIMIT": "<YOUR_RASON_RESULT_ARRAY_LIMIT>",
"RASON_RESULT_SIZE_LIMIT": "<YOUR_RASON_RESULT_SIZE_LIMIT>",
"RASON_REQUEST_TIMEOUT": "<YOUR_RASON_REQUEST_TIMEOUT>"
}
}
}
}claude mcp add rason-mcp-server --env RASON_BEARER_TOKEN=<YOUR_RASON_BEARER_TOKEN> --env RASON_SERVER_URL=<YOUR_RASON_SERVER_URL> --env RASON_RESULT_ARRAY_LIMIT=<YOUR_RASON_RESULT_ARRAY_LIMIT> --env RASON_RESULT_SIZE_LIMIT=<YOUR_RASON_RESULT_SIZE_LIMIT> --env RASON_REQUEST_TIMEOUT=<YOUR_RASON_REQUEST_TIMEOUT> -- npx -y @frontlinesystems/rason-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.