# LinkedIn Profile Data Mining MCP Server Configuration
# Copy this file to .env and fill in your API keys
# Apollo.io API Key (Required for contact information)
# Get from: https://apollo.io/settings/integrations
APOLLO_API_KEY=your_apollo_api_key_here
# OpenAI API Key (Required for AI features)
# Get from: https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_api_key_here
# Nubela Proxycurl API Key (Optional - fallback for profile extraction)
# Get from: https://nubela.co/proxycurl/
NUBELA_API_KEY=your_nubela_api_key_here
# Google Gemini API Key (Optional - alternative LLM)
# Get from: https://makersuite.google.com/app/apikey
GEMINI_API_KEY=your_gemini_api_key_here
# OpenRouter API Key (Optional - alternative LLM)
# Get from: https://openrouter.ai/keys
OPENROUTER_API_KEY=your_openrouter_api_key_here
# Ollama Base URL (Optional - local LLM)
OLLAMA_BASE_URL=http://localhost:11434
# Debug mode (Optional)
DEBUG=false
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/amankale376/profile-researcher'
If you have feedback or need assistance with the MCP directory API, please join our Discord server