We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/traderalvin1/polymarket-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•418 B
# Example .env file for trading configuration
# Copy this to .env and fill in your values
# Your private key (NEVER commit this file with real values!)
PRIVATE_KEY=your_private_key_here
# Polygon Chain ID (137 for mainnet, 80001 for Mumbai testnet)
CHAIN_ID=137
# Your funder address (optional)
FUNDER_ADDRESS=your_wallet_address_here
# Signature type (0 = EOA, 1 = Proxy wallet, 2 = Gnosis Safe)
SIGNATURE_TYPE=2