Skip to main content
Glama
151,750 tools. Last updated 2026-05-28 11:35

"namespace:io.github.This-Is-Hellgate" matching MCP tools:

  • Check whether a password appears in known breach corpora. Uses k-anonymity: the password is SHA-1ed locally, only the first 5 hex chars leave the worker, and the response is filtered to match the rest. Returns pwned count (0 = not seen). The password itself is never transmitted.
    Connector
  • Update the device's runtime configuration. Requires the ``device:update`` scope. The merge is a Firestore shallow update: omitted top-level fields stay as-is, but any top-level field you supply replaces its entire nested object wholesale. The payload is validated against the RFDM config schema, and a new entry is appended to the config history.
    Connector
  • List every workspace the caller is a member of, with `is_current` marking the workspace this MCP key is currently routed to. Pair with `workspace.switch` to change the active workspace without reconnecting.
    Connector
  • Return sessions/revenue/RPS for the given period plus the Path A/B recommendation. site_id is OPTIONAL when the request is OAuth-authenticated — the server falls back to the user's primary site. Default period is the last 30 days; pass period='today' / '7d' / '90d' or a raw day count (1-365) to override. Call this first when a user asks 'how is my site doing?' — it tells the LLM whether ad spend data is available (Path B) or not (Path A).
    Connector
  • Return per-channel sessions/revenue/RPS for the given period, plus spend/ROAS/saturation when ad spend is connected (Path B). site_id is OPTIONAL when the request is OAuth-authenticated. Default period is the last 30 days; pass period='today' / '7d' / '90d' or a raw day count (1-365) to override. LLMs should call this after get_site_summary to populate the channel table. Channels without ad spend (organic_search, direct, …) keep the spend-side fields null.
    Connector

Matching MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    A demonstration server that reveals security risks by accessing sensitive environment variables, illustrating how MCP tools can potentially leak user data without explicit consent.
    Last updated
    1
    8
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    An MCP server that enables searching and fetching openly-licensed images from Openverse with features like filtering by license type, getting image details, and finding essay-specific illustrations.
    Last updated
    5
    17
    18
    MIT

Matching MCP Connectors

  • Set which of your sites is primary — the one analytics tools default to when site_id is omitted. Use this when list_my_sites returns multiple sites and you want a different default. Requires OAuth authentication; for unauthenticated demo callers, this is a no-op (use list_demo_sites instead).
    Connector
  • Get cricket matches. Returns date, venue, format, status. Filtering is strongly recommended — the unfiltered match set is large. Default limit is 50 (max 200); when more matches exist the response includes `truncated: true`, `moreCount`, and `nextOffset`. Page through results by passing the response's `nextOffset` back as `offset` on the next call.
    Connector
  • End this turn without sending any message. Use when the thread is owned by a human operator after job.escalate, when the guest is self-resolving, when the message is a duplicate, or for observation-only turns. Calling this tool is the ONLY correct way to stay silent — narrated silence text (e.g. '*(Staying silent…)*', 'Internal:…') would be delivered to the guest verbatim.
    Connector
  • Attach narrative analysis to a model run, or to one named output of the run. Use this after compare_runs / get_run_output to save the agent's interpretation alongside the data it explains. If output_name is omitted, the commentary is run-level. If output_name is provided and the run has output data available, the name is validated against the same resolver as get_run_output.
    Connector
  • List every workspace the caller is a member of, with `is_current` marking the workspace this MCP key is currently routed to. Pair with `workspace.switch` to change the active workspace without reconnecting.
    Connector
  • Poll the status of a transcode or convert job. Call every 5 seconds until status is 'complete' or 'failed'. On completion your wallet is debited for the job cost.
    Connector
  • Buy a credit pack. Charges the saved card off-session if one is on file (returns immediately on success). If no card is saved yet, run `start_checkout` first to capture one.
    Connector
  • Update an existing goal's fields. When status is set to 'achieved', achieved_at is automatically set. When status is set to 'active', achieved_at is automatically cleared. Use to: - Update goal content - Change goal type - Mark goal as achieved or reactivate - Change tags
    Connector
  • Get cricket matches. Returns date, venue, format, status. Filtering is strongly recommended — the unfiltered match set is large. Default limit is 50 (max 200); when more matches exist the response includes `truncated: true`, `moreCount`, and `nextOffset`. Page through results by passing the response's `nextOffset` back as `offset` on the next call.
    Connector
  • Retrieves live and historical fiat currency exchange rates from the Frankfurter API (sourced from the European Central Bank). Supports both real-time conversion and historical rate lookup for any past date, making it the preferred tool when auditable, ECB-sourced rate data is required. Use currency_rates when a rate from a specific past date is required (e.g. accounting, tax, or audit), or when the ECB source must be documented. Prefer currency_convert when only a live conversion is needed with a richer structured response. Prefer currency_convert_lite for lightweight live ECB conversions without historical requirements. Prefer currency_fx_lite when ECB sourcing is not required and only a lightweight live result is needed. Use currency_convert_open when a non-ECB rate source is acceptable and Frankfurter is unavailable. Does not support cryptocurrency pairs — use crypto_fx_rates for any conversion involving a digital asset.
    Connector
  • End this turn without sending any message. Use when the thread is owned by a human operator after job.escalate, when the guest is self-resolving, when the message is a duplicate, or for observation-only turns. Calling this tool is the ONLY correct way to stay silent — narrated silence text (e.g. '*(Staying silent…)*', 'Internal:…') would be delivered to the guest verbatim.
    Connector
  • Verify whether a domain belongs to a real business. Returns a verdict (real/likely_real/uncertain/likely_fake/fake), a 0-100 score, confidence, and underlying signals (WHOIS age, SSL, homepage LLM judgment, contact info, social presence). Costs 5 cents per fresh call; cached results are free for 24h.
    Connector