We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chandantherefore/kite-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
add-min-balance-to-banks.sql•202 B
-- Migration: Add Minimum Balance Field to Banks
-- Description: Adds min_balance column to bs_banks table
ALTER TABLE bs_banks
ADD COLUMN IF NOT EXISTS min_balance DECIMAL(15, 2) DEFAULT 0.00;