Skip to main content
Glama
471,138 tools. Updated 2026-08-23 21:25

"Ionic" matching MCP tools:

  • Check if Sonic Pi is running and discover its active port by verifying the boot log and Spider server port status. Safe to call anytime without sending OSC messages.
    MIT
  • Trigger sync points in Sonic Pi code by sending an OSC cue. Specify a path like /trigger/drop to start live_loops or one_shot blocks waiting for synchronization.
    MIT
  • Retrieve historical solar indices (SFI, SSN, Kp, Ap) for a specified date range from the IONIS dataset (2000-2026). Use for analyzing past solar activity and geomagnetic conditions.
    GPL 3.0
  • Save a Sonic Pi song to the library with an auto-incremented version number. Each song is stored as a new version in a folder named after the song.
    MIT
  • Convert a Maidenhead grid square to geographic coordinates and compute solar elevation with day, twilight, or night classification using optional UTC time.
    GPL 3.0

Matching MCP Servers

  • Instantly stop all currently playing sounds, including GUI-started buffers, to silence Sonic Pi audio output.
    MIT
  • Set the master volume using an amplitude multiplier from 0.0 (silence) to 5.0 (may clip), with 1.0 as unity gain.
    MIT
  • Start audio recording of Sonic Pi output via PipeWire. Returns the output path for use with record_stop to end the capture.
    MIT
  • List all songs in the library, or filter by name to view versions of a specific song.
    MIT
  • Stops an active PipeWire recording and saves the audio file to disk using the output path provided by record_start.
    MIT
  • Save a reusable Sonic Pi code snippet to a specific category in the pattern library for quick reuse.
    MIT
  • Analyzes how solar flux (SFI) impacts HF propagation on a given band by grouping spot data into SFI brackets and displaying spot counts, average SNR, and reliability per bracket.
    GPL 3.0
  • Sum left and right audio channels to create a mono master output for checking mix balance and compatibility.
    MIT