io.github.kakarot-dev/deepmiro✓
io.github.kakarot-dev/deepmiro · v0.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.kakarot-dev/deepmiro",
"description": "Simulate hundreds of AI agents to predict how communities react to events and policies",
"repository": {
"url": "https://github.com/kakarot-dev/deepmiro",
"source": "github",
"subfolder": "mcp-server"
},
"version": "0.1.2",
"packages": [
{
"registryType": "npm",
"identifier": "deepmiro-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your DeepMiro API key (get one free at https://deepmiro.org)",
"format": "string",
"isSecret": true,
"name": "DEEPMIRO_API_KEY"
},
{
"description": "Override for self-hosted engine URL (default: https://api.deepmiro.org)",
"format": "string",
"name": "MIROFISH_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}