Eddie MCP Server
Allows Intercom to access geospatial data tools including authentication, collection management, feature search, user profiles, and STAC capabilities via HTTP API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Eddie MCP Serversearch for satellite imagery"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Eddie MCP Server - Resto API Integration
Containerized MCP server with 15 geospatial data tools exposed via HTTP API for Intercom integration.
Quick Start
1. Configure Environment
cp .env.example .env
# Edit .env with OAuth2 credentials:
# OAUTH2_CLIENT_ID, OAUTH2_USERNAME, OAUTH2_PASSWORD2. Run Service
./quickstart.sh # macOS/Linux
# or
quickstart.bat # Windows
# or manually
docker-compose up -d3. Access API
Docs:
http://localhost:8000/docsHealth:
curl http://localhost:8000/healthTools:
curl http://localhost:8000/tools
Related MCP server: Container MCP Server
Intercom Integration
Call tools via HTTP POST:
curl -X POST http://localhost:8000/tools/search_data \
-H "Content-Type: application/json" \
-d '{"parameters": {"query": "satellite", "limit": 10}}'For production, use your deployed URL (e.g., https://your-domain.com/api/tools/...)
15 Available Tools
Authentication: get_auth_token, check_auth_status Collections: list_collections, get_collection_info, search_collection_features Search: search_data, get_feature_details Users: get_my_profile, get_user_profile, get_users, get_user_features Groups: list_groups, get_group_info STAC: get_stac_queryables, get_landing_page
See /tools endpoint for full details.
Environment Setup
Production/Server
Create .env on your server with:
OAUTH2_CLIENT_ID=your_production_id
OAUTH2_USERNAME=your_username
OAUTH2_PASSWORD=your_password
HOST=0.0.0.0
PORT=8000
DEBUG=false
REQUEST_TIMEOUT=30Secure it:
chmod 600 .envSecret Management
.envis NEVER committed to git (see.gitignore).env.exampleis the template in git (no secrets)Store real credentials only on production server
Deployment
Docker Compose (Recommended)
docker-compose up -d # Start
docker-compose logs -f # View logs
docker-compose down # StopKubernetes / Docker Swarm
Use environment variables or secrets manager. Container reads OAUTH2_* from environment.
API Endpoints
GET /health- Health checkGET /tools- List available toolsPOST /tools/{tool_name}- Execute tool with{"parameters": {...}}GET /docs- Interactive API documentationGET /auth/status- Check authentication
Files
File | Purpose |
| MCP server with 15 tools |
| HTTP wrapper (FastAPI) |
| Container definition |
| Local/production deployment |
| Python dependencies |
| Configuration template (in git) |
| Real credentials (not in git) |
| Blocks |
Troubleshooting
Auth failing? Check .env and restart: docker-compose restart
Service won't start? Check logs: docker-compose logs eddie-mcp
Port in use? Change PORT in .env or kill process: lsof -i :8000
API docs? Open http://localhost:8000/docs when service is running
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP Server for the Mapbox API.Last updated512MIT
- Flicense-qualityDmaintenanceEnables weather lookups, mathematical calculations, and context-aware operations through a containerized MCP server with HTTP transport. Optimized for Docker/Kubernetes deployment with health checks and no external dependencies.Last updated
- AlicenseBqualityDmaintenanceA comprehensive MCP server providing 30 tools for geocoding, routing, and OpenStreetMap data analysis. It enables AI assistants to search for locations, calculate travel routes, and perform quality assurance checks on map data.Last updated302MIT
- AlicenseAqualityDmaintenanceMCP server for spatial queries via the Terranode Geospatial API, enabling AI agents to perform point-in-polygon lookups, nearest feature search, distance calculations, and spatial joins.Last updated665MIT
Related MCP Connectors
MCP server for Mireye Earth — federal-source-cited geospatial data for any MCP-aware agent.
350+ production-ready APIs through one MCP server — weather, geocoding, validation, financial data.
Geo-based flight search MCP server. Find more flights between any two places on earth
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ishimwe5555/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server