Content
# Traffic Monitoring System Documentation
## System Configuration
- **Server URL:** [http://localhost:8000/sse](http://localhost:8000/sse)
- **MCP Server Configuration:** Server settings are defined in the `mcp.json` file.
## Features
- **Traffic Alert Retrieval (get_alerts)**
- Monitor traffic conditions by region and view real-time traffic alert information for that region.
## Request Format
Requests are sent in JSON format. For example, to request traffic information for a specific region, you can send it as follows:
```json
{
"state": "seoul"
}
```
## How to Use
### 1. Check Server Execution
- First, check if the Traffic Monitoring server is running.
- Server address: [http://localhost:8000/sse](http://localhost:8000/sse)
### 2. Request Alert
- Specify the desired region name to request traffic information.
- For example, if you request traffic information for the "seoul" region, the alert information for that region will be returned.
## System Requirements
- **Server Execution Environment:** A server environment capable of running the system is required.
- **API Access Permissions:** Appropriate permissions to access the API are required.
## Precautions
- The Traffic Monitoring server must be running to retrieve data.
- You must enter the correct region name when making a request.
- Data is continuously updated with real-time traffic information monitoring.
## Configuration File
- Server settings and related configurations are managed within the `mcp.json` file.