We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Traia-IO/icon-mcp-v103-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•2.12 KiB
# ICON MCP v103 MCP Server Environment Configuration
#
# IMPORTANT: These values will be set during deployment (Phase 2)
# This file is a template - actual .env will be created with real values
# ============================================
# Server Configuration
# ============================================
PORT=8080
STAGE=MAINNET
LOG_LEVEL=INFO
# ============================================
# API Authentication (Set during deployment)
# ============================================
# Server's internal ICON MCP v103 API key
# This is used when clients pay via HTTP 402 (payment mode)
# Will be provided by MCP server creator during deployment
ICON_MCP_V103_API_KEY=
# ============================================
# D402 Payment Protocol (Set during deployment)
# ============================================
# MCP server's payment address (IATP wallet contract address)
# Generated during deployment when IATP wallet contract is created
SERVER_ADDRESS=
# Operator keys for signing settlement attestations
# Generated during deployment from IATP wallet contract
MCP_OPERATOR_PRIVATE_KEY=
MCP_OPERATOR_ADDRESS=
# Facilitator configuration
# Options:
# - Remote (production): https://test-facilitator.d402.net
# - Local (development): http://host.docker.internal:7070
D402_FACILITATOR_URL=https://test-facilitator.d402.net
D402_FACILITATOR_API_KEY=
# Default settlement token configuration
# Used as defaults for example tools and fallback for endpoints
DEFAULT_SETTLEMENT_TOKEN=0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238
DEFAULT_SETTLEMENT_NETWORK=sepolia
# Testing mode (set to 'true' to bypass facilitator for local testing)
D402_TESTING_MODE=false
# ============================================
# Deployment Process
# ============================================
# Phase 1 (Completed): Code generation
# Phase 2 (Next): Deployment via deploy_mcp_lambda_handler
# 1. Create IATP wallet contract → Get SERVER_ADDRESS
# 2. Generate operator keys → Get MCP_OPERATOR_PRIVATE_KEY & MCP_OPERATOR_ADDRESS
# 3. Get API key from creator → Set ICON_MCP_V103_API_KEY# 4. Deploy to GCP with actual environment variables
# 5. Register in MongoDB