Skip to main content
Glama
161,477 tools. Last updated 2026-05-30 03:25

"LibreOffice Base" matching MCP tools:

  • Time Impact Analysis (TIA) — prospective fragnet insertion into a pre-impact baseline schedule. Supports two modes. **Single-base mode** (legacy): supply ``baseline_xer_path`` or ``baseline_xer_content``. All fragnets are inserted into the same shared baseline XER and impact is measured against that shared baseline. The result carries a ``single_base_disclosure`` warning explaining this is an AACE 29R-03 §3.7 simplification — acceptable when all events share a single baseline window, but not strict MIP 3.7 Multiple Base. **Multi-base mode** (AACE 29R-03 MIP 3.7 Multiple Base): supply ``per_event_bases`` — a dict keyed by each fragnet's ``id``, with each value a dict containing EITHER ``xer_path`` OR ``xer_content`` for that event's pre-event contemporaneous baseline. Each fragnet is inserted into its OWN base, impact is measured against THAT base's pre-event finish, and the result carries ``per_event_methodology``, ``per_event_base_count``, and ``per_event_bases_used`` (sha256-truncated content hashes for audit reproducibility). The cumulative-impact figure carries ``cumulative_caveat`` because the sum of events measured against different bases is NOT a valid joint impact. Exactly ONE of {baseline_xer_path, baseline_xer_content, per_event_bases} must be supplied. Multi-base mode errors out (returning ``{"error": ...}``) if any fragnet id is missing from ``per_event_bases``. Use this tool when modeling delay impact prospectively (e.g. quantifying RFI / change-order delay before settlement). For retrospective windows analysis after the fact, use ``forensic_windows_analysis`` (MIP 3.3 windows). Args: baseline_xer_path: server-side pre-impact baseline XER (single-base mode). baseline_xer_content: full text of pre-impact baseline XER (single-base mode, hosted/remote use). per_event_bases: dict {fragnet_id: {"xer_path": "..."} OR {"xer_content": "<full XER text>"}} for AACE MIP 3.7 Multiple Base mode. Example:: { "F1": {"xer_path": "/tmp/bl_pre_F1.xer"}, "F2": {"xer_content": "<XER text>"}, } fragnets: list of fragnet dicts. Each must have: - 'id', 'name', 'liability' (responsible party) - 'activities': list of {code, name, duration_days, calendar_id?} - 'ties': list of {pred, succ, type, lag_days?} Optional: 'description'. output_dir: output dir for TIA_Report.txt + CSV (tempdir if ""). project_name: optional override. Returns: { "report": path to TIA_Report.txt, "impacts_csv": path to TIA_Impact_Details.csv, "baseline": {"project_finish", "critical_count", ...}, "per_fragnet": [{fragnet_id, name, liability, completion_before, completion_after, impact_days, impact_working_days, affected_activities, status, error}, ...], "cumulative_days": int (sum of per-fragnet impacts), "per_event_methodology": str (canonical label), "per_event_base_count": int (count of unique base XERs), "per_event_bases_used": {fragnet_id: sha256_hash8} (multi-base only), "single_base_disclosure": str (single-base only), "cumulative_caveat": str (multi-base only), }
    Connector
  • Purchase the Build the House trading system guide via x402 on Base. Returns step-by-step x402 payment instructions. After completing the EIP-3009 payment ($29 USDC on Base), the API returns a download_url valid for 30 days. No API key required to purchase.
    Connector
  • Generate v4 UUIDs. Pass ?count=N as query. Use for ID-generation agents. Example call: {"query_string": "count=5"} Cost: $0.005–$0.05 USDC on Base per call.
    Connector
  • Merge a head branch into a base branch (direct merge, no review required). If the merge would cause conflicts, returns a human-readable diff showing the conflicting changes so you can resolve them manually. Requires Owner role — only Owners can directly merge branches into main, protecting the base model from unreviewed assumption changes.
    Connector
  • Check vault status and real USDC balance on Base L2. Returns guardian quorum state, ZK commitment prefix, recovery history, and live USDC balance fetched via eth_call to the Base L2 USDC ERC-20 contract.
    Connector

Matching MCP Servers

Matching MCP Connectors

  • BaseOracle - 8 Base L2 tools: ERC-20, Aerodrome, bridge status, txs, gas, holders.

  • AI-powered knowledge base for Double - Thank You with semantic search and question answering.

  • Convert REM (relative to root font size) to pixels. Defaults to a 16px base (browser default); pass base_px to use a different root size.
    Connector
  • Subscribe to webhook alerts for Flipr opportunity snapshots. Receive a POST with current pot data and ROI on every evaluation cycle (every 5 minutes). Cost: $0.001 USDC on Base mainnet (eip155:8453) or Solana mainnet (Solana payment is wire-discoverable in Phase 20 but live settlement lands in Phase 21 — see /integration#solana). [pricing: {"cost":"0.001","currency":"USDC","type":"flat","network":"eip155:8453"}] [paymentNetworks: ["base","solana"]]
    Connector
  • Add 500 credits to your account via x402 USDC payment ($5.00 on Base). Use top_up_card instead for credit card payment with volume discounts. Requires api_key.
    Connector
  • Calcula el IVA español (21%, 10%, 4% o 0%). Puede añadir IVA a una base imponible o extraer la base de un precio con IVA incluido. Devuelve base imponible, cuota de IVA y total con IVA.
    Connector
  • Register on the bstorms network with your Base wallet address. You need a Base wallet to register. Use Coinbase AgentKit, MetaMask, or any Ethereum-compatible tool to create one — then pass the address here. Args: wallet_address: Your Base wallet address (0x... — 42 characters)
    Connector
  • ERC-20 token metadata lookup on Base mainnet: name, symbol, decimals, and total supply for any contract address. Use before transacting with a token agents discover at runtime — confirms the contract is a real ERC-20 and resolves human-readable identity. Reads via Base public RPC, ~150-300ms typical. Pairs with onyx_base_tx_decode for full token-flow context. No vendor key needed. (price: $0.001 USDC, tier: metered)
    Connector
  • Use this tool whenever the user shares a Word document (.docx) and wants to read, review, summarise, or analyse its content. Triggers: 'read this Word file', 'what does this doc say', 'summarise this document', 'extract text from this .docx'. Accepts base64-encoded .docx. Returns full text, paragraph count, word count, and character count. Works with Word, Google Docs exports, and LibreOffice files.
    Connector
  • Get the server-derived EIP-1559/type-2 signing envelope for a pending resale deposit. Returns exact to/data/value plus current Base nonce, gasLimit, maxFeePerGas, maxPriorityFeePerGas, estimatedFeeWei, nativeBalanceWei, and sufficientGas. Use before signing when the seller agent needs a complete transaction envelope; the seller wallet needs Base ETH for gas.
    Connector
  • Get Packagist (Composer/PHP) package metadata. Use for PHP-dependency audits. Example call: {"pkg": "symfony/console"} Cost: $0.005–$0.05 USDC on Base per call.
    Connector
  • Inspect the EIP-1559 fee market: current effective gas price (base fee + suggested tip), suggested priority tip, and recent base-fee history. Use this to size maxFeePerGas / maxPriorityFeePerGas on Type-2 transactions. Base fee adjusts ±12.5% per block based on parent gas usage vs. the 15M target.
    Connector
  • Get a live FX rate from base→target (3-letter ISO currency codes). Use for pricing localization, accounting, or finance agents. Example call: {"base": "USD", "target": "EUR"} Cost: $0.005–$0.05 USDC on Base per call.
    Connector
  • List available self_classification categories (operator base + owner-registered). Use one of these keys in create_decision template.self_classification when content_inclusion_flag=1.
    Connector
  • Base network gas tracker with USD cost estimates — much cheaper than Ethereum mainnet
    Connector