Skip to main content
Glama
524,660 tools. Updated 2026-09-06 17:02

"Charles" matching MCP tools:

  • Initiate a live network traffic capture session for incremental polling and debugging. Returns a capture ID required for subsequent live analysis tools. Use adopt_existing to take over ongoing Charles sessions without clearing data.
    MIT
  • Check Charles Proxy connectivity and verify if live network traffic capture is active for debugging and monitoring purposes.
    MIT
  • Export captured network traffic as a HAR 1.2 JSON file for analysis in Chrome DevTools or other compatible tools. Converts browser network requests to standard format while maintaining security by redacting sensitive headers.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Multi-tenant FastMCP server for Charles Schwab brokerage data, monetized via DPYC Tollbooth

  • Charleston County GIS — Charleston County, South Carolina open geospatial data (ArcGIS).

  • Analyzes HTTP traffic in Charles Proxy to provide a global summary of top hosts, active path prefixes, status code distribution, and method distribution for the current checkpoint, enabling rapid orientation for agents.
    MIT
  • Filter HTTP traffic entries by keyword, condensing results with body preview. For matches over 30, call check_keyword_exists to prevent overflow. Returns recent entries (default 10, max 50).
    MIT
  • Export all captured network requests as a HAR 1.2 document for import into Chrome DevTools or Charles. Use to inspect full network activity including failures and high-status requests.
    MIT
  • Sync new HTTP traffic from Charles Proxy and create a checkpoint. Use fresh_start to reset the timeline without loading past entries, isolating new analysis sessions.
    MIT
  • Filter HTTP traffic entries by host field. Supports partial matching (e.g., 'example.com' matches subdomains) and returns recent entries up to a configurable limit.
    MIT
  • Manage network bandwidth throttling for HTTP traffic analysis. Apply a preset to simulate weak network conditions or use null to disable throttling.
    MIT
  • Read incremental network traffic from Charles Proxy captures to monitor real-time HTTP/HTTPS requests with compact summaries (host/method/path/status). Advances cursor automatically for new entries only.
    MIT
  • Preview real-time network traffic without consuming data. View compact entry summaries (host/method/path/status) to monitor incremental traffic flow during debugging sessions.
    MIT
  • Filter Charles Proxy traffic by URL path keyword to locate specific API endpoints. Returns concise view of recent matching requests, with configurable limit up to 50.
    MIT
  • Scan current checkpoint entries to find requests with encrypted, compressed, or encoded body content. Results sorted by entropy, with adjustable threshold and limit.
    MIT
  • Retrieve official session results and classification for Formula 1 races from 2018 onward, including position, driver, team, and time for any session type.
    MIT
  • Calculate average race pace per driver using FastF1 data. Filters exclude first laps, safety car laps, pit laps, and set a minimum lap count for accurate averages.
    MIT
  • Retrieve pit stop data from Formula 1 races, including driver, team, lap, stop number, duration, and tire changes. Supports races from 2018 onward.
    MIT
  • Check if a keyword appears in any entry of the current checkpoint. Returns lightweight indices (id + hit position) without body, then unlocks batch filtering for that keyword for 5 minutes.
    MIT