Skip to main content
Glama
find-bank-hapoalim.sh1.35 kB
#!/bin/bash echo "🔍 SEARCHING FOR BANK HAPOALIM" echo "==============================" { echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"1.0.0"}}}' sleep 2 echo '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"authenticate_user","arguments":{"username":"david+allcloud@umbrellacost.com","password":"B4*zcI7#F7poEC"}}}' sleep 8 echo '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"api___user_management_accounts","arguments":{}}}' sleep 10 } | node dist/index.js >full_output.log 2>&1 & PID=$! sleep 25 kill $PID 2>/dev/null echo "" echo "🏦 SEARCHING FOR BANK HAPOALIM..." grep -i -A 3 -B 3 "bank\|hapoalim\|16185" full_output.log || echo "Bank Hapoalim not found in customer list" echo "" echo "📊 TOTAL CUSTOMER COUNT..." grep -o "Found [0-9]* customers\|customers in your MSP account" full_output.log || echo "Customer count not found" echo "" echo "🔑 CHECKING ALL ACCOUNT KEYS..." echo "Looking for account keys near 16185:" grep -o "Key: [0-9]*" full_output.log | sort -V | tail -10 echo "" echo "📋 SAMPLE CUSTOMER NAMES..." echo "Last 10 customer entries:" grep -o "Name: [^,]*" full_output.log | tail -10 # Cleanup rm -f full_output.log echo "" echo "🏁 Search complete"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/daviddraiumbrella/invoice-monitoring'

If you have feedback or need assistance with the MCP directory API, please join our Discord server