# Art Supply Store MCP Server - Environment Configuration
# =================================
# Social Media API Configuration
# =================================
# Facebook Page Access Token
# Get this from: https://developers.facebook.com/apps/
# Required permissions: pages_show_list, pages_read_engagement, pages_manage_posts
FB_PAGE_TOKEN=your_facebook_page_token_here
# Facebook Page ID
# Find this in your Facebook Page settings or use Graph API Explorer
FB_PAGE_ID=your_facebook_page_id_here
# Instagram Business Account ID
# Get this from: https://developers.facebook.com/docs/instagram-api/getting-started
# Your Instagram account must be connected to a Facebook Page
IG_ACCOUNT_ID=your_instagram_account_id_here
# =================================
# AI Services (Optional)
# =================================
# OpenAI API Key (for enhanced caption generation)
# Get this from: https://platform.openai.com/api-keys
# Optional: Used for AI-powered content generation
OPENAI_API_KEY=your_openai_api_key_here
# =================================
# Dashboard Configuration (Optional)
# =================================
# Dashboard port (default: 3000)
DASHBOARD_PORT=3000
# =================================
# Setup Instructions
# =================================
#
# 1. Copy this file to .env:
# cp .env.example .env
#
# 2. Fill in your API credentials above
#
# 3. See FACEBOOK_INSTAGRAM_SETUP.md for detailed setup instructions
#
# 4. IMPORTANT: Never commit your .env file to version control!
# It's already in .gitignore
#
# =================================
# Free Tier Limits
# =================================
#
# Facebook/Instagram Graph API (Meta):
# - FREE for small businesses
# - 200 API calls per hour per app
# - 200 API calls per hour per user
# - Sufficient for typical small business use
#
# OpenAI (optional):
# - Pay as you go
# - ~$0.002 per 1K tokens (GPT-3.5-turbo)
# - ~$0.01 per 1K tokens (GPT-4)
# - Estimated $5-20/month for small business use
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wspotter/mcpart'
If you have feedback or need assistance with the MCP directory API, please join our Discord server