Skip to main content
Glama
306,644 tools. Last updated 2026-07-25 17:41

"Create a ZIP file with Python code for an OSINT monitoring project" matching MCP tools:

  • Write a single file from a code template into an existing project. Adds a framework-conformant skeleton for components, pages, or API handlers.
    MIT
  • Retrieve the skeleton of a Python file, including public function and class names, signatures, docstrings, and line ranges. Use it to understand file structure before reading specific code, reducing cost compared to full file reading.
    MIT
  • Generate an OpenAPI specification by analyzing framework source code, removing the requirement for a standalone spec file.
    MIT
  • Retrieve the Python source code of an Apache Airflow DAG by providing its DAG ID. Returns the DAG file content and file token for inspection and debugging.
    Apache 2.0

Matching MCP Servers

Matching MCP Connectors

  • Source-cited US machine-economy data: power, AI infra, chips, robot trade + adoption, satellites.

  • Cloud file relay: chunked uploads, folders, share links, inline text reads, ZIP packing.

  • Analyze code coverage for a Bazel monorepo project. Get overall percentage and per-file breakdown with uncovered line ranges.
    Apache 2.0
  • Create a new UXLoom project file to define a product and its target platforms for UI validation.
    MIT
  • Add a new file to a QuantConnect project. Specify the project ID, file name, and optional content to create Python scripts, C# files, or Jupyter notebooks.
    Apache 2.0
  • Retrieve current US weather for any 5-digit ZIP code using data from NOAA NWS.
    MIT
  • Retrieve detailed information about a Panther data model, including Python body code and UDM mappings for security monitoring analysis.
    Python
    Apache 2.0
  • Export any saved estimator or pipeline as executable Python code. Provide a handle ID and optional variable name to generate runnable code with fit example.
    BSD 3-Clause
  • Executes arbitrary Python code in a running TouchDesigner project via td_mcp bridge. Use for ad-hoc tasks not covered by structured live-control tools; requires the bridge's "Allow Python" flag to be enabled.
    MIT
  • Execute Python code with full system access for data processing, file operations, API calls, and system automation. Returns output and result, with persistent state across calls.
    MIT