Forge Geoapify MCP Server
Click on "Deploy 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.
Related MCP server: ya-reviews-mcp
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 deployed
Maintenance
Related MCP Connectors
Live Google Maps business search, review, and photo data for AI agents over MCP.
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
Remote MCP server to enrich company profiles with structured B2B data and confidence scores.
CompanyLens is a remote MCP server giving AI agents instant access to official company registry data across 19 jurisdictions in Europe, the Americas, and Asia-Pacific. Eighteen read-only tools let you search companies and people, look up officers and beneficial owners, map corporate networks through shared directors, screen names against the UK disqualified directors register, find every company at a registered address, and pull filing history — all from a single connector. Visit our website: https://companylens.io
Related MCP Servers
AlicenseAqualityBmaintenanceMCP server for the Infobel GetData API, enabling AI agents to search businesses, retrieve records, and browse categories and locations.281MIT- AlicenseNot gradedqualityDmaintenanceMCP server that scrapes Yandex Maps business reviews and company info, exposing them to AI assistants via three tools. No API key required, uses headless browser.3MIT
- FlicenseNot gradedqualityBmaintenanceMCP server wrapping the Explee B2B data API, enabling AI agents to search companies and people, enrich contact data, run AI agents, and manage deduplication lists.2-
- AlicenseAqualityBmaintenanceAn MCP server that enables finding and qualifying local business leads through the Google Maps Places API, with tools for searching businesses, fetching details, and sweeping areas for coverage.35 npmAGPL 3.0