Forge Geoapify MCP Server
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., "@Forge Geoapify MCP Serverfind dental clinics in Dubai for lead generation"
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.
Forge Geoapify MCP Server
Remote MCP server for Forge Lead Engine discovery.
It exposes exactly two tools:
search_businessesget_business_details
Security model
GEOAPIFY_API_KEYstays only on the server.Fleet authenticates to the MCP server with
Authorization: Bearer <MCP_AUTH_TOKEN>.The server never exposes the Geoapify secret in tool outputs, logs, or error bodies.
What it does
Searches Geoapify Places for candidate businesses.
Normalizes only fields actually returned by Geoapify.
Deduplicates by place ID and stable business/location fingerprints.
Supports pagination, retries, rate-limit handling, timeouts, and malformed-response handling.
Returns records for downstream Exa verification, Apollo enrichment, qualification, and scoring.
Keeps outbound email, WhatsApp, follow-ups, and any sales sending disabled.
Important workflow rule
A missing website from Geoapify does not mean the business has no website.
Downstream pipeline should be:
Geoapify discovery → dedupe → Exa website verification → Apollo contact enrichment → qualification → scoring → research → approval queue
No outbound email / WhatsApp behavior is included in this server.
Local run
Install dependencies:
npm installCopy environment file:
cp .env.example .envSet
GEOAPIFY_API_KEYandMCP_AUTH_TOKENin.env.Start the server:
npm run devHealth check:
curl -s http://localhost:8787/healthzMCP endpoint:
curl -s -H "Authorization: Bearer $MCP_AUTH_TOKEN" http://localhost:8787/mcp
Deployment
Recommended easy hosting
Use Render for the simplest free/easy setup.
Steps
Create a web service from this repository.
Set environment variables:
GEOAPIFY_API_KEYMCP_AUTH_TOKEN
Use the Dockerfile or build command:
Build:
npm install && npm run buildStart:
npm start
Ensure HTTPS is enabled.
Expose
/mcpand/healthz.
Recommended URL format
Base:
https://<your-service-domain>MCP endpoint:
https://<your-service-domain>/mcpHealth:
https://<your-service-domain>/healthz
Fleet custom MCP configuration
Use a Custom MCP server with:
URL:
https://<your-service-domain>/mcpAuth mode: Static Headers
Header:
Authorization: Bearer <MCP_AUTH_TOKEN>
Do not paste GEOAPIFY_API_KEY into Fleet. It stays only in the remote server environment.
Health check
The health endpoint should return:
{ "ok": true }If the server is behind a platform health probe, point it at /healthz.
Manual MCP test request
After deployment, the exact discovery test request is:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "search_businesses",
"arguments": {
"country": "UAE",
"city": "Dubai",
"category": "dental clinics",
"max_results": 10
}
}
}This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
SMB broker MCP: find, verify & book with businesses. 17 tools, 8 free read tools. Free API keys.
Live Google Maps business search, review, and photo data for AI agents over MCP.
Remote MCP server to enrich company profiles with structured B2B data and confidence scores.
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/Mujtaba19938/Forgesystems-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server