MCP Server
Active
MIT
simulate-monte-carlo MCP Server
io.github.encodi/simulate-monte-carlo
What is the simulate-monte-carlo MCP server?
Real Monte Carlo simulation of a compound event/conditional probability. Paid via x402.
How to install simulate-monte-carlo
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"simulate-monte-carlo": {
"url": "https://simulate-monte-carlo.encodari.workers.dev/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"simulate-monte-carlo": {
"serverUrl": "https://simulate-monte-carlo.encodari.workers.dev/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"simulate-monte-carlo": {
"type": "http",
"url": "https://simulate-monte-carlo.encodari.workers.dev/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"simulate-monte-carlo": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://simulate-monte-carlo.encodari.workers.dev/mcp"
]
}
}
}Claude Code
claude mcp add --transport http simulate-monte-carlo https://simulate-monte-carlo.encodari.workers.dev/mcpRelated MCP servers
lookup-holiday
Active
Real public holiday lookup for 206 countries via a rule-based calendar engine. Paid via x402.
0
View repository →TypeScript
MIT
regexcronsql-validator
Active
Valida regex, cron y SQL contra ejecucion real. Pago por llamada via x402/USDC.
0
View repository →TypeScript
MIT
validar-codigo-medico
Active
Validates ICD-10-CM against the real FY2026 catalog (NCHS/CDC) and CPT by structure/category.
0
View repository →TypeScript
MIT
validar-semver
Active
Resolves real semver range satisfaction (^1.2.3, ~2.0) against a version. Paid via x402/USDC.
0
View repository →TypeScript
MIT