Skip to main content
Glama

MCP-FinTechCo

by Brett777
.env.sample968 B
# MCP Server Configuration # Copy this file to .env and fill in your actual values # Server Configuration MCP_SERVER_NAME=mcp-fintechco-server MCP_SERVER_VERSION=1.0.0 MCP_SERVER_PORT=8000 # Environment ENVIRONMENT=development # development, staging, production # Logging LOG_LEVEL=INFO # DEBUG, INFO, WARNING, ERROR, CRITICAL # GCP Configuration (for deployment) GCP_PROJECT_ID=your-gcp-project-id GCP_REGION=us-central1 GCP_INSTANCE_NAME=mcp-server-vm GCP_API_KEY=your-gcp-api-key-here # API Keys # Alpha Vantage API for financial data (stocks, FX, crypto, technical indicators) # Get your free API key from: https://www.alphavantage.co/support/#api-key ALPHA_VANTAGE_API_KEY=your-alpha-vantage-api-key-here # Anthropic API for Claude AI (chat_test.py) ANTHROPIC_API_KEY=your-anthropic-api-key-here # Optional: Additional API Keys # OPENAI_API_KEY=your-openai-key-here # Additional Configuration # Add new environment variables here as the project expands

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/Brett777/MCP-FinTechCo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server