Skip to main content
Glama
194,176 tools. Last updated 2026-06-11 20:00

"Zugriff auf öffentliche Daten der Europäischen Union" matching MCP tools:

  • Retrieve a curated list of SwissMetNet stations filtered by canton. Use station abbreviations to access current weather or climate normals.
    MIT
  • Retrieve monthly 30-year climate normals (temperature, precipitation, sunshine hours) for a MeteoSwiss station. Use for planning, budgeting, or comparing with current measurements.
    MIT
  • Extract database information from SQL injection vulnerabilities using UNION-based techniques to identify column counts, string columns, database names, versions, tables, and columns.
    MIT

Matching MCP Servers

  • Read server files through SQL injection using UNION SELECT LOAD_FILE(). Requires MySQL FILE privilege to access server-side files like /etc/passwd for security testing.
    MIT
  • Retrieve current 10-minute weather measurements from any SwissMetNet station, including temperature, precipitation, sunshine, wind, humidity, and pressure.
    MIT
  • Get a 1–16 day weather forecast for any Swiss location or coordinates. Returns daily values (temp, precipitation, wind, UV, sunshine hours, WMO code) and optional hourly data.
    MIT
  • Decode ASN.1 data from multiple formats (DER, BER, PEM, HEX, base64) and re-encode to consistent DER bytes. Output encoding selectable as hex or base64.
    MIT
  • Parse ASN.1 encoded data in DER, BER, PEM, HEX, or base64 format and get a structured JSON tree output.
    MIT
  • Extract private keys, public keys, and certificates from PKCS#12/PFX files with password authentication. Supports DER, HEX, PEM, and base64 input formats.
    MIT
  • Generate an asymmetric key pair with specified algorithm, outputting private key in PKCS#8 DER and public key in SPKI DER format. Supports RSA, ECDSA, EdDSA, and Diffie-Hellman algorithms.
    MIT
  • Extract a specific ASN.1 node and its subtree as DER bytes by providing the node ID from parse_asn1 output. Supports PEM, HEX, base64, DER, and BER inputs.
    MIT
  • Apply a non-destructive boolean modifier to combine, subtract, or intersect two 3D objects. Choose between union, difference, or intersect operations.
    AGPL 3.0
  • Combine two polygons into a single polygon using Turf.js union method. Accepts GeoJSON FeatureCollection with two polygons and returns merged geometry as GeoJSON Feature.
    MIT