MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
© 2025 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. Georgia 511 MCP
Georgia 511 MCP Logo

Georgia 511 MCP

Model Context Protocol Integration

Overview

Integrates with Georgia's 511 service to provide real-time traffic data, including information on cameras, signs, events, and road conditions for various applications and analyses.

Georgia 511

Integrates with Georgia's 511 service to provide real-time traffic data, including information on cameras, signs, events, and road conditions for various applications and analyses.

Installation Instructions


README: https://github.com/cpbrad31/mcp_ga_511

Georgia 511 MCP Server

This is a Model Context Protocol (MCP) server that provides access to the Georgia 511 traffic data API. It allows MCP clients like Claude Desktop to access real-time traffic information from Georgia's 511 service.

Features

  • Access to all Georgia 511 API endpoints:
    • Traffic cameras
    • Message signs
    • Variable speed signs
    • Traffic events
    • Alerts
    • Rest areas
    • Ports of entry
    • Express lanes

Prerequisites

  • Python 3.8 or higher
  • A Georgia 511 API key (sign up at https://511ga.org/developers/doc)

Installation

  1. Clone this repository:

    git clone https://github.com/yourusername/ga511-mcp-server.git
    cd ga511-mcp-server
    
  2. Install the required dependencies:

    pip install -r requirements.txt
    

Usage

  1. Set your Georgia 511 API key as an environment variable:

    export GA511_API_KEY="your-api-key-here"
    
  2. Run the server:

    python ga511_mcp_server.py
    

    By default, the server will run on localhost:8080. You can customize the host and port:

    python ga511_mcp_server.py --host 0.0.0.0 --port 9000
    
  3. Connect to the server from an MCP client like Claude Desktop.

Available Tools

The server provides the following tools:

  • get_cameras: Get traffic camera information
  • get_message_signs: Get variable message sign information
  • get_variable_speed_signs: Get variable speed sign information
  • get_traffic_events: Get traffic events information
  • get_alerts: Get alert notifications
  • get_rest_areas: Get rest area information
  • get_ports_of_entry: Get ports of entry information
  • get_express_lanes: Get express lanes information

Each tool accepts an optional region parameter to filter results by region (e.g., 'Atlanta', 'Savannah').

License

MIT

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.