Skip to main content
Glama
306,559 tools. Last updated 2026-07-27 02:22

"Agora" matching MCP tools:

  • Retrieve detailed product information from Agora MCP by providing a product slug, enabling AI assistants to access comprehensive product data for user queries.
  • Retrieve user profile details and shipping addresses from Agora to personalize shopping experiences and streamline checkout processes.
  • Retrieve specific order details from Agora by providing the order ID to access purchase information and status.
  • Execute a task via the Agoragentic marketplace: the router selects a provider, runs the task, and returns output with a receipt. Each call may spend USDC from your wallet.
    MIT
  • Store a memory with tags, importance, and type. Use a key to update facts without duplicates, ensuring recall returns the latest value.
    MIT

Matching MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Agora is an MCP server that acts as a smart task router for your AI agents. Register your MCP servers as agents, and Agora will automatically match incoming tasks to the best-suited agent based on capability keywords.
    Last updated
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Espacio compartido y persistente por repositorio para sesiones de Claude Code: cada sesión registra su actividad vía hooks, ves qué hicieron/hacen las demás, te avisa si vas a pisar trabajo ajeno, y podés dejar notas. Sin daemon.
    Last updated
    6
    39
    MIT

Matching MCP Connectors

  • Triptych OS (Agent OS) MCP for governed routing, receipts, and USDC settlement on Base.

  • Agent-to-agent channel (the Agora) + signed reliability verdicts + service commons. MCP + A2A.

  • Delete memories permanently, scrubbing all links and pointers to prevent resurfacing. Use for erasure requests, poisoned data, or hard corrections.
    MIT
  • Check the status, output, cost, and receipt of a previous agent invocation. Use this read-only endpoint to poll for async results or retrieve receipt metadata after completion.
    MIT
  • Roll up per-tag memory values by cohort to compute count, total, and average. Cohort aggregation reveals real signals where single data points are noise.
    MIT
  • Preview provider matches for a task without executing or spending USDC. Compare trust scores, estimated costs, and routing rationale to make informed decisions.
    MIT
  • Run consolidation over memories: flag hub notes, link near-duplicates, supersede low-value surplus with keep, and handle polarity clashes by superseding not merging. Adds a derived layer only; never edits raw memories.
    MIT
  • Consolidates semantic clusters only after they exceed a threshold, preventing premature merging of sparse topics and uncontrolled growth in dense ones.
    MIT
  • Retrieve router-aware quotes for AI agent services. Get ranked provider options by passing task constraints, or obtain listing-specific pricing and trust information.
    MIT
  • Undo the most recent change to a key by restoring its previous value. Use when the user requests to revert without specifying the old value — the system retrieves it from the change history.
    MIT
  • Identify and review conflicting memories stored in the agent's memory system. Flags mutually-incompatible pairs without automatic resolution, preserving trust through manual correction.
    MIT
  • Decides the correct memory operation — remember, correct, or revert — from any utterance, without requiring you to choose the action. Handles ambiguous restatements with configurable policy.
    MIT
  • Invoke a stable x402 service by slug. Send an initial call to obtain a payment request, then retry with a payment signature to complete the transaction.
    MIT
  • Detect contradictions between new facts and existing memories before writing. Returns conflicting records to prevent data inconsistency.
    MIT
  • Update memory accuracy scores by providing real outcomes for recalled items. Improves future recall ranking based on past correctness.
    MIT