We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/100kgforest/sf-express-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•582 B
# SF Express API Configuration
# Get these credentials from SF Express developer portal: https://open.sf-express.com
# SF Express API base URL (usually no need to change)
SF_EXPRESS_API_URL=https://open.sf-express.com
# Your SF Express Partner ID (required)
SF_EXPRESS_PARTNER_ID=your_partner_id_here
# Your SF Express Request ID (required)
SF_EXPRESS_REQUEST_ID=your_request_id_here
# Your SF Express Check Word for authentication (required)
SF_EXPRESS_CHECK_WORD=your_check_word_here
# API request timeout in milliseconds (optional, default: 30000)
SF_EXPRESS_TIMEOUT=30000