search_blogslionkiii/rss-feeds-mcp — Keyword search across all feeds
openfinance_get_item_statusmcp-dir/Sicoob MCP — Returns the current status of a bank connection (UPDATED, UPDATING, LOGIN_ERROR, etc.), its executionStatus, and connector metadata.
openfinance_list_accountsmcp-dir/Sicoob MCP — Returns accounts for a bank connection: BANK (checking/savings) and CREDIT (credit card) with balance, number, type, subtype, bankData, and
openfinance_get_account_balancemcp-dir/Sicoob MCP — Returns real-time balance payload per account id (GET /accounts/:id/balance).
openfinance_get_accounts_detailmcp-dir/Sicoob MCP — Returns full account objects including extended creditData (additional cards, limits) per id (GET /accounts/:id).
openfinance_list_categoriesmcp-dir/Sicoob MCP — Returns the provider's transaction category taxonomy (GET /categories), cached for the adapter session.
openfinance_list_connectionsmcp-dir/Sicoob MCP — Returns the saved bank connections for this install: connector_id, item_id, bank name, and an add_connection_url to link additional banks vi
openfinance_list_credit_card_billsmcp-dir/Sicoob MCP — Returns CLOSED credit card bills for a CREDIT-type account: dueDate, totalAmount, minimumPaymentAmount, allowsInstallments, plus payments[]
openfinance_list_investment_transactionsmcp-dir/Sicoob MCP — Returns the movement history for a specific investment position: BUY / SELL / TAX / INTEREST / AMORTIZATION / TRANSFER.
openfinance_list_investmentsmcp-dir/Sicoob MCP — Returns the investment portfolio for a connection (broker or bank with INVESTMENTS product enabled): FIIs, stocks, ETFs, fixed income (CDB/L
openfinance_list_loansmcp-dir/Sicoob MCP — Lists loan contracts per bank connection (GET /loans).
openfinance_get_credit_card_billmcp-dir/Sicoob MCP — Returns bill-level detail for one or more credit card bills by id (GET /bills/:id): financeCharges and payments[] (id, paymentDate, amount,
openfinance_disconnect_bankmcp-dir/Sicoob MCP — Revokes the Open Finance consent for a specific bank and deletes the connection data.
openfinance_force_syncmcp-dir/Sicoob MCP — Forces the bank to re-sync one or more connections NOW and WAITS for it to finish (PATCH /items/:id, then polls until the item stops updatin
openfinance_provider_statusmcp-dir/Sicoob MCP — Checks the LIVE operational status of the Open Finance provider (its public status page) — this is the PROVIDER's health, separate from your
get_dex_volumeHimess/x402-defillama-mcp — Get DEX volume data
get_yieldsHimess/x402-defillama-mcp — Get yield data for pools
get_cex_tvlHimess/x402-defillama-mcp — Get centralized exchange reserves
get_protocolsHimess/x402-defillama-mcp — Get list of all protocols tracked by DefiLlama
get_protocolHimess/x402-defillama-mcp — Get detailed info about a specific protocol
get_chainsHimess/x402-defillama-mcp — Get list of all chains tracked by DefiLlama
get_chain_tvlHimess/x402-defillama-mcp — Get TVL data for a specific chain
get_global_tvlHimess/x402-defillama-mcp — Get global DeFi TVL
get_token_pricesHimess/x402-defillama-mcp — Get current prices for tokens
get_historical_tvlHimess/x402-defillama-mcp — Get historical TVL data for a protocol
check_configpgtriage/pgtriage — Review PostgreSQL settings (shared_buffers, work_mem, autovacuum_vacuum_scale_factor, random_page_cost, etc.) and flag suboptimal values. Ch
check_table_healthpgtriage/pgtriage — Analyze dead tuples, autovacuum stats, sequential scan ratios, and TOAST bloat.
full_auditpgtriage/pgtriage — Run a comprehensive performance audit covering table health, slow queries, index health, and configuration.
analyze_slow_queriespgtriage/pgtriage — Pull the slowest queries from pg_stat_statements, inspect their execution plans, and detect patterns like indexed-column type casts, sequent
check_index_healthpgtriage/pgtriage — Find unused indexes (zero scans), duplicate indexes (same column definition), and tables that likely need indexes based on scan patterns.