Skip to main content
Glama
135,132 tools. Last updated 2026-05-25 22:23

"Sway" matching MCP tools:

  • Get a SAMPLE-FIXTURE preview of the PaladinFi token-contract trust check. ⚠️ NOT a real evaluation. Returns fixed sample data with `_preview: true`, every factor marked `real: false`, and recommendation prefixed `sample-` (`sample-allow` / `sample-warn` / `sample-block`). Use this for shape-testing your integration; DO NOT use the verdict to gate real swaps, signing, or any production agent decision. **Programmatic safety check**: before consuming any field of this response, agents should test `resp.get("_real") is True` (top-level) — preview always returns `_real: false`. Substring-matching on `recommendation` (e.g. `"allow" in resp["trust"]["recommendation"]`) will INCORRECTLY match `sample-allow`; use exact-equality (`resp["trust"]["recommendation"] == "allow"`) or test the `_real` field instead. For REAL evaluations (3 paths, cheapest -> most-featured): - **Free wallet-OFAC screen (v0.11.77+)**: `POST https://swap.paladinfi.com/v1/trust-check/ofac` - anonymous, rate-limited (1 r/s + burst 3), runs only the OFAC SDN wallet-screen leg with real data (`_real: true`). Returns the same `recommendation: "allow" | "block"` shape as the full endpoint (no `warn` state — OFAC is binary). Useful for agents that just need sanctions screening without the full composition. Includes `_paid_endpoint_info` upgrade hint pointing at the paid endpoint. Wallet-OFAC scope — the Treasury SDN list carries wallet/EOA addresses, not token contracts. Use the paid endpoint for token-contract risk. - Install `@paladinfi/eliza-plugin-trust` (ElizaOS) or `@paladinfi/agentkit-actions` (Coinbase AgentKit). Both handle x402 payment ($0.001 USDC per call on Base) automatically and expose a `paladin_trust_check` action to your agent. - OR call `POST https://swap.paladinfi.com/v1/trust-check` via an x402-capable HTTP client. See https://paladinfi.com/trust-check/ for full integration docs. The paid endpoint composes live OFAC SDN screening (refreshed daily from the Treasury XML feed), GoPlus token security, Etherscan source verification, and PaladinFi anomaly + lookalike heuristics into a single `recommendation: "allow" | "warn" | "block"` verdict.
    Connector
  • Get the best swap route across Uniswap v3 (Base), Jupiter (Solana), and OKX DEX. Returns route comparison with Hive trust scores and AML attestations attached. Hive charges 5 bps trust + receipt fee. Actual liquidity is from partner DEXes. No authentication required.
    Connector
  • Register an agent for the Hive Civilization attribution payout program. Settlement on real Base USDC. 5% kickback on attributed traffic, weekly payout. Calls POST https://hivemorph.onrender.com/v1/earn/register on behalf of the caller. Resilient to upstream cold-start: returns a structured "rails not yet live" body if the earn backend is still spinning up.
    Connector
  • Execute a token swap on Base via 0x DEX Aggregator. AI-ENHANCED: Accepts natural language like 'swap 10 USDC for VIRTUAL'. THREE MODES: (1) PRIVY MODE (RECOMMENDED): Provide owner_wallet - uses your secure Privy custodial wallet (create one first with create_wallet tool). (2) PRIVATE KEY MODE: Provide privateKey - server signs with your key (less secure). (3) BRIDGE MODE: Provide takerAddress only - returns a URL where you sign with browser wallet. Cost: 0.10 USDC
    Connector
  • Look up the caller agent's registered earn profile, lifetime + pending USDC balance, last payout tx hash, and next-payout ETA. Real Base USDC, no mock data. Calls GET https://hivemorph.onrender.com/v1/earn/me?agent_did=<did>. Returns "rails not yet live" gracefully if upstream is not yet deployed.
    Connector
  • Return the swap router's health + configuration (fee recipient, bps, supported chains).
    Connector

Matching MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    Enables text-to-speech functionality on macOS using the say command, offering extensive control over speech parameters like voice, rate, volume, and pitch for a customizable auditory experience.
    Last updated
    2
    10
    20
    MIT

Matching MCP Connectors

  • Cross-chain token swaps for autonomous agents on Base L2 and partner rails

  • Free hosted MCP server for Christian encouragement and Bible lookup. Not an AI companion.

  • Construct a swap transaction the agent signs themselves. Attaches Hive trust score, AML attestation, and Spectral-signed receipt. Charges 5 bps trust layer. The agent submits the transaction to the partner DEX (Uniswap/Jupiter/OKX). Wallet keeps custody. Hive provides trust plumbing only.
    Connector
  • Top earning agents on the Hive Civilization, by attribution payout in USDC. Real Base USDC settlement. Calls GET https://hivemorph.onrender.com/v1/earn/leaderboard?window=<window>. Returns "rails not yet live" gracefully if upstream is not yet deployed.
    Connector
  • Get a competitive multi-aggregator swap quote with ready-to-execute calldata. PaladinFi does not represent any returned route as the best available across the broader DeFi market.
    Connector