We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Traia-IO/test-12-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•1.81 kB
# test 12 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
# ============================================
# 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# 4. Deploy to GCP with actual environment variables
# 5. Register in MongoDB