ScenarioSim MCP
Rank #25,455io.github.inity13/scenariosim-mcp
Deterministic what-if & scenario simulation for AI agents: projections, sensitivity & break-even.
ScenarioSim MCP is a Model Context Protocol (MCP) server published by inity13. It ranks #25,455 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. ScenarioSim MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 11, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 106,658 of 132,113 servers on MCP Toplist.
Use ScenarioSim MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http scenariosim-mcp https://scenariosim-mcp.pages.dev/mcpclaude mcp add scenariosim-mcp -- npx -y scenariosim-mcp[mcp_servers.scenariosim-mcp]
url = "https://scenariosim-mcp.pages.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.scenariosim-mcp]
command = "npx"
args = ["-y", "scenariosim-mcp"]Add to ~/.codex/config.toml.
https://scenariosim-mcp.pages.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"scenariosim-mcp": {
"command": "npx",
"args": [
"-y",
"scenariosim-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"scenariosim-mcp": {
"url": "https://scenariosim-mcp.pages.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"scenariosim-mcp": {
"command": "npx",
"args": [
"-y",
"scenariosim-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"scenariosim-mcp": {
"type": "http",
"url": "https://scenariosim-mcp.pages.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"scenariosim-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scenariosim-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"scenariosim-mcp": {
"serverUrl": "https://scenariosim-mcp.pages.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"scenariosim-mcp": {
"command": "npx",
"args": [
"-y",
"scenariosim-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"scenariosim-mcp": {
"url": "https://scenariosim-mcp.pages.dev/mcp"
}
}
}{
"mcpServers": {
"scenariosim-mcp": {
"command": "npx",
"args": [
"-y",
"scenariosim-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.inity13%2Fscenariosim-mcp)<a href="https://mcptoplist.com/server/io.github.inity13%2Fscenariosim-mcp"><img src="https://mcptoplist.com/badge/io.github.inity13%2Fscenariosim-mcp.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
inity13
Other servers by inity13
- AgentStack MCP#31,492 · 2 vers
- DecisionMatrix MCP#31,493 · 2 vers
- precisioncalc-mcp#31,494 · 2 vers
- Digital Stores#70,175 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Aug 12, 2026 |
| 1.0.0 | Aug 11, 2026 |
Frequently asked questions
- Who maintains ScenarioSim MCP?
- ScenarioSim MCP is maintained by inity13, which publishes 5 MCP servers (9 total versions) tracked on MCP Toplist.
- Is ScenarioSim MCP listed on the Official MCP Registry?
- Yes — ScenarioSim MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does ScenarioSim MCP have?
- MCP Toplist tracks 2 versions of ScenarioSim MCP, most recently published on Aug 12, 2026.
- Where can I find the source code for ScenarioSim MCP?
- The source code for ScenarioSim MCP is hosted at github.com/inity13/scenariosim-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.