
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
agentsumo-mcp
Advanced tools
MCP server for SUMO traffic simulation: orchestrate networks, trips, simulations, and analysis from LLM agents.
MCP server for SUMO (Simulation of Urban MObility) traffic simulation. Orchestrate network extraction, trip generation, scenario customization, simulation runs, and SQL-based result analysis from any MCP-compatible LLM client.
SUMO_HOME environment variable set)pip install agentsumo-mcp
Or run without installing via uvx:
uvx agentsumo-mcp
Set SUMO_HOME to point at your local SUMO installation:
export SUMO_HOME=/path/to/sumo
On macOS with the official SUMO installer this is usually /Library/Frameworks/EclipseSUMO.framework/Versions/<version>/EclipseSUMO.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agentsumo": {
"command": "uvx",
"args": ["agentsumo-mcp"],
"env": {
"SUMO_HOME": "/path/to/sumo"
}
}
}
}
Any MCP client that supports stdio transport works:
agentsumo-mcp
The server exposes ~25 tools across five categories:
| Category | Examples |
|---|---|
| Network | osm_extract, net_convert, network_summary_tool |
| Trips & routes | trip_generate, route_generate, vehicle_generation_tool, flow_generation_tool |
| Customization | edge_edit_tool, reduce_lanes_tool, speed_limit_edit_tool, tls_offset_tool, tls_adaptation_tool |
| Simulation | sumo_runner |
| Analysis | xml_to_sqlite_tool, simulation_report_tool, route_analysis_tool, analyze_road_details_tool |
| Visualization | visualize_net_tool, visualize_edge_tool, visualize_edgedata_tool |
Each tool returns structured JSON suitable for downstream LLM reasoning.
If you use AgentSUMO in academic work, please cite:
@article{jeong2025agentsumo,
title = {AgentSUMO: An Agentic Framework for Interactive Simulation Scenario Generation in SUMO via Large Language Models},
author = {Jeong, Minwoo and Chang, Jeeyun and Yoon, Yoonjin},
journal = {arXiv preprint arXiv:2511.06804},
year = {2025},
url = {https://arxiv.org/abs/2511.06804}
}
MIT. See LICENSE.
FAQs
MCP server for SUMO traffic simulation: orchestrate networks, trips, simulations, and analysis from LLM agents.
We found that agentsumo-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.