
tool_here
一个集成了HERE.com API的地理编码和搜索服务工具,适用于AI工具的位置服务。
Repository Info
About This Server
一个集成了HERE.com API的地理编码和搜索服务工具,适用于AI工具的位置服务。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Tool Here
Overview
Tool Here is a Map Content Provider (MCP) server that integrates with HERE.com's API for geocoding and geographic searches. This server can be embedded into various AI tools to provide location-based services.
Features
- Geocoding: Convert addresses into geographic coordinates.
- Discovery: Search for places and locations based on geographic coordinates and search terms.
- Rate Limiting: Protects the server from being overwhelmed by limiting the number of requests.
- Security: Utilizes Helmet for setting various HTTP headers for security.
Prerequisites
- Node.js (version 14 or later)
- npm (Node Package Manager)
Installation
-
Clone the repository:
git clone git@github.com:stefan79/tool_here.git cd tool_here -
Install the dependencies:
npm install -
Create a
.envfile in the root directory and configure the following environment variables:# Server configuration PORT=3000 # Default: 3000 NODE_ENV=development # Default: development # Rate limiting RATE_LIMIT_WINDOW_MS=900000 # Default: 900000 (15 minutes) RATE_LIMIT_MAX_REQUESTS=100 # Default: 100 # HERE API configuration (required) HERE_API_KEY=your_here_api_key # Required HERE_BASE_URL=https://geocode.search.hereapi.com/v1 # Optional HERE_DISCOVER_URL=https://discover.search.hereapi.com/v1 # Optional HERE_ROUTING_URL=https://router.hereapi.com/v8 # OptionalNote: Only
HERE_API_KEYis required. All other variables have default values if not specified.
Usage
Running the Server
To start the server, use the following command:
npm start
Quick Start
Clone the repository
git clone https://github.com/stefan79/tool_hereInstall dependencies
cd tool_here
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.