Simulate hundreds of AI agents to predict how communities react to events and policies. Upload any document (PDF, Markdown, text) and DeepMiro spawns a diverse swarm of AI agents that debate, share, and form opinions — then delivers a calibrated prediction report. Free and open-source.
Tools
create_simulation
simulation_status
get_report
interview_agent
list_simulations
search_simulations
upload_document
simulation_data
cancel_simulation
Server Config
{
"mcpServers": {
"deepmiro": {
"command": "npx",
"args": [
"-y",
"deepmiro-mcp"
],
"env": {
"DEEPMIRO_API_KEY": "<YOUR_API_KEY>"
}
}
}
}