# How to integrate Here MCP with OpenCode

```json
{
  "title": "How to integrate Here MCP with OpenCode",
  "toolkit": "Here",
  "toolkit_slug": "here",
  "framework": "OpenCode",
  "framework_slug": "opencode",
  "url": "https://composio.dev/toolkits/here/framework/opencode",
  "markdown_url": "https://composio.dev/toolkits/here/framework/opencode.md",
  "updated_at": "2026-05-06T08:15:22.949Z"
}
```

## Introduction

### How to integrate Here MCP with OpenCode
This guide explains how to connect Here MCP to OpenCode using Composio Connect, which simplifies OAuth, API changes, and reliability concerns.
There are two ways to set this up:
- Via [Composio Connect MCP](https://dashboard.composio.dev/)
- Via the [Composio CLI](https://dashboard.composio.dev/)

## Also integrate Here with

- [ChatGPT](https://composio.dev/toolkits/here/framework/chatgpt)
- [OpenAI Agents SDK](https://composio.dev/toolkits/here/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/here/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/here/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/here/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/here/framework/codex)
- [Cursor](https://composio.dev/toolkits/here/framework/cursor)
- [VS Code](https://composio.dev/toolkits/here/framework/vscode)
- [OpenClaw](https://composio.dev/toolkits/here/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/here/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/here/framework/cli)
- [Google ADK](https://composio.dev/toolkits/here/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/here/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/here/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/here/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/here/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/here/framework/crew-ai)

## TL;DR

### Why use Composio?
Composio provides a single MCP server or CLI tool that exposes a set of meta-tools, allowing you to:
- Connect to 1,000+ apps with on-demand tool loading, so you do not fill your LLM context window with unnecessary tool definitions.
- Use programmatic tool calling through a remote Bash tool, letting LLMs write their own code to handle complex tool chaining. This reduces back-and-forth for frequent tool calls.
- Handle large tool responses outside the LLM context to keep conversations lean.

## Connect Here to OpenCode

### Connect Here with OpenCode
### Option 1: Using Composio CLI
### 1. Install Composio CLI
Install the Composio CLI, authenticate, and initialize your project:

```bash
# Install the Composio CLI
curl -fsSL https://composio.dev/install | bash

# Authenticate with Composio
composio login
```

## What is the Here MCP server, and what's possible with it?

The Here MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Here account. It provides structured and secure access to powerful location, mapping, and geocoding services, so your agent can perform actions like searching places, calculating routes, fetching map imagery, and converting addresses or coordinates on your behalf.
- Smart place discovery and suggestions: Ask your agent to find points of interest, get autosuggested places based on partial queries, or discover addresses near a location.
- Geocoding and reverse geocoding: Convert addresses to geographic coordinates or vice versa, enabling seamless location lookup and mapping in your workflows.
- Map tile and imagery retrieval: Direct your agent to fetch satellite, base, or hybrid map tiles for specific locations, zoom levels, and formats for rich visual context.
- Advanced routing and fleet planning: Have your agent calculate optimized routes with vehicle profiles, constraints, and even isolines for reachable areas based on time or distance.
- Nearby search and contextual browsing: Let your agent browse or search for places around a given location, filtered by categories or names, to surface relevant local information.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `HERE_AUTOSUGGEST` | Autosuggest Places | Tool to fetch possible completions for a partial search term. Use after capturing a partial query and location context to generate typeahead suggestions. |
| `HERE_BROWSE` | Browse Places | Tool to search for places around a given location with optional filters. Use when you need nearby points of interest filtered by categories, food types, or name. |
| `HERE_CALCULATE_ROUTE` | Calculate Fleet Telematics Route | Tool to calculate a route between waypoints with vehicle profile options. Use when planning a route with toll and vehicle constraints. |
| `HERE_COORDINATES_TO_TILE_INDICES` | Coordinates to Tile Indices | Tool to convert geographic coordinates to Web Mercator XYZ tile indices. Use when mapping a lat/lng to its containing tile at a given zoom level. |
| `HERE_DISCOVER` | Discover Places | Tool to discover places and addresses by free-form text near a location. Use when you need to find points of interest or specific addresses from a natural-language query. |
| `HERE_GEOCODE` | Geocode Address | Tool to convert structured address data into geographic coordinates. Use when you need precise lat/lng from a free-text or qualified address input. |
| `HERE_GET_AERIAL_TILE` | Get Aerial Tile | Tool to retrieve a satellite/aerial map tile. Use when you need tile imagery for a given zoom level and coordinates. |
| `HERE_GET_BASE_MAP_TILE` | Get Base Map Tile | Tool to retrieve a base map tile image without labels. Use after determining tile scheme, zoom level, x/y coordinates, size, and format. |
| `HERE_GET_HYBRID_TILE` | Get Hybrid Map Tile | Tool to retrieve a hybrid (aerial + labels) map tile. Use when you need a labeled aerial map tile for a specific zoom level, tile coordinates, size, and format. Example: "Get a 512px PNG hybrid tile for zoom 14 at tile (8587,5700)." |
| `HERE_GET_ISOLINES` | Get Isolines | Tool to calculate isolines. Use when you need reachable area polygons based on time, distance, or consumption ranges. |
| `HERE_GET_LABEL_TILE` | Get Label Tile | Tool to retrieve a label overlay tile. Use when you need map labels after selecting scheme, zoom, and tile indices. |
| `HERE_GET_LINE_TILE` | Get Line Overlay Tile | Tool to retrieve a line overlay tile. Use when you need to overlay road and border lines on a base map. |
| `HERE_GET_MAP_IMAGE` | Get Map Image | Tool to retrieve a static map image. Use when you need a custom map snapshot after specifying center, zoom, overlays, or styles. |
| `HERE_GET_MAP_TILE` | Get Base Map Tile | Tool to retrieve a base map tile. Use when you need map imagery for a specific zoom level, coordinates, size, and format. |
| `HERE_GET_MATRIX` | Compute Routing Matrix | Tool to compute a routing distance/time matrix. Use when you need batch distances and travel times between multiple origins and destinations. |
| `HERE_GET_META_INFO_TILE` | Get Meta Info Tile | Tool to retrieve metadata for a specific map tile. Use when you need only metadata about a tile without downloading imagery. |
| `HERE_GET_POI_TILE` | Get POI Tile | Tool to retrieve a point-of-interest overlay tile. Use when you need to overlay POI icons on a map tile at a specific scheme, zoom level, and tile coordinates. |
| `HERE_GET_TERRAIN_TILE` | Get Terrain Map Tile | Tool to retrieve a terrain map tile image. Use when you need terrain and elevation shading details for a specific zoom level, tile coordinates, size, and format. |
| `HERE_GET_TRAFFIC_FLOW` | Get Traffic Flow | Tool to retrieve real-time traffic flow data. Use when you need current congestion metrics for a specified area. |
| `HERE_GET_TRAFFIC_INCIDENTS` | Get Traffic Incidents | Tool to fetch real-time traffic incidents within a specified area. Use when you need up-to-date incident data for a geographic region. |
| `HERE_GET_TRAFFIC_TILE` | Get Traffic Tile | Tool to retrieve a traffic overlay tile. Use when you need traffic overlay imagery for a given map style, zoom level, tile coordinates, size, and format. |
| `HERE_GET_WAYPOINT_SEQUENCE` | Get Waypoint Sequence | Tool to optimize the visit order of multiple waypoints. Use after specifying a start and end location with intermediate points to get the most efficient route. |
| `HERE_GET_WEATHER_FORECAST_DAILY` | Daily Weather Forecast | Tool to provide daily weather forecasts (up to 7 days). Use when you need a multi-day outlook for a specific location. Returns detailed or simplified daily data based on the 'products' parameter. |
| `HERE_GET_WEATHER_OBSERVATION` | Get Weather Observation | Tool to retrieve current weather observation. Use after determining a specific location to get up-to-date weather conditions. |
| `HERE_HERE_WEATHER_FORECAST_HOURLY` | Hourly Weather Forecast | Tool to fetch hourly weather forecasts. Use when you need up to 48 hours of forecast data for a location. |
| `HERE_LOOKUP` | Lookup Place Details | Tool to look up detailed information for a place by its HERE ID. Use when you have obtained a HERE identifier and need full metadata about that location. |
| `HERE_REVERSE_GEOCODE` | Reverse Geocode Coordinates | Tool to convert geographic coordinates into a human-readable address. Use when you have latitude and longitude and need the nearest address. |
| `HERE_WEATHER_ALERTS` | Weather Alerts | Tool to retrieve severe weather alerts for specified locations or routes. Use after constructing a GeoJSON FeatureCollection of points or corridors to assess potential weather hazards. |
| `HERE_WEATHER_ASTRONOMY` | Get Astronomy Forecast | Tool to fetch astronomical data (sunrise, sunset) for a specific location. Use when you need daily sun and moon event times. |

## Supported Triggers

None listed.

## Creating MCP Server - Stand-alone vs Composio SDK

Once connected, OpenCode can access the Here MCP server via Composio to run the app actions you authorize, directly from your coding workflow.

## Complete Code

None listed.

## Conclusion

### Way Forward
Now that Here is connected, extend your setup by connecting the other apps you already use every day, so your agent can run true cross-app workflows end to end.
- Connect Calendar to turn threads into scheduled meetings automatically.
- Connect Slack or Teams to post summaries, approvals, and alerts where your team works.
- Connect Notion, Linear, Jira, or Asana to convert requests into tickets, tasks, and docs.
- Connect Drive, Dropbox, or OneDrive to fetch, file, and share attachments without manual steps.
Start with one workflow you do repeatedly, then keep adding apps as you find new handoffs. With everything behind a single MCP endpoint, your agent can coordinate multiple tools safely and reliably in one conversation.

## How to build Here MCP Agent with another framework

- [ChatGPT](https://composio.dev/toolkits/here/framework/chatgpt)
- [OpenAI Agents SDK](https://composio.dev/toolkits/here/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/here/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/here/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/here/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/here/framework/codex)
- [Cursor](https://composio.dev/toolkits/here/framework/cursor)
- [VS Code](https://composio.dev/toolkits/here/framework/vscode)
- [OpenClaw](https://composio.dev/toolkits/here/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/here/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/here/framework/cli)
- [Google ADK](https://composio.dev/toolkits/here/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/here/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/here/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/here/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/here/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/here/framework/crew-ai)

## Related Toolkits

- [Excel](https://composio.dev/toolkits/excel) - Microsoft Excel is a robust spreadsheet application for organizing, analyzing, and visualizing data. It's the go-to tool for calculations, reporting, and flexible data management.
- [21risk](https://composio.dev/toolkits/_21risk) - 21RISK is a web app built for easy checklist, audit, and compliance management. It streamlines risk processes so teams can focus on what matters.
- [Abstract](https://composio.dev/toolkits/abstract) - Abstract provides a suite of APIs for automating data validation and enrichment tasks. It helps developers streamline workflows and ensure data quality with minimal effort.
- [Addressfinder](https://composio.dev/toolkits/addressfinder) - Addressfinder is a data quality platform for verifying addresses, emails, and phone numbers. It helps you ensure accurate customer and contact data every time.
- [Agentql](https://composio.dev/toolkits/agentql) - Agentql is a toolkit that connects AI agents to the web using a specialized query language. It enables structured web interaction and data extraction for smarter automations.
- [Agenty](https://composio.dev/toolkits/agenty) - Agenty is a web scraping and automation platform for extracting data and automating browser tasks—no coding needed. It streamlines data collection, monitoring, and repetitive online actions.
- [Ambee](https://composio.dev/toolkits/ambee) - Ambee is an environmental data platform providing real-time, hyperlocal APIs for air quality, weather, and pollen. Get precise environmental insights to power smarter decisions in your apps and workflows.
- [Ambient weather](https://composio.dev/toolkits/ambient_weather) - Ambient Weather is a platform for personal weather stations with a robust API for accessing local, real-time, and historical weather data. Get detailed environmental insights directly from your own sensors for smarter apps and automations.
- [Anonyflow](https://composio.dev/toolkits/anonyflow) - Anonyflow is a service for encryption-based data anonymization and secure data sharing. It helps organizations meet GDPR, CCPA, and HIPAA data privacy compliance requirements.
- [Api ninjas](https://composio.dev/toolkits/api_ninjas) - Api ninjas offers 120+ public APIs spanning categories like weather, finance, sports, and more. Developers use it to supercharge apps with real-time data and actionable endpoints.
- [Api sports](https://composio.dev/toolkits/api_sports) - Api sports is a comprehensive sports data platform covering 2,000+ competitions with live scores and 15+ years of stats. Instantly access up-to-date sports information for analysis, apps, or chatbots.
- [Apify](https://composio.dev/toolkits/apify) - Apify is a cloud platform for building, deploying, and managing web scraping and automation tools called Actors. It lets you automate data extraction and workflow tasks at scale—no infrastructure headaches.
- [Autom](https://composio.dev/toolkits/autom) - Autom is a lightning-fast search engine results data platform for Google, Bing, and Brave. Developers use it to access fresh, low-latency SERP data on demand.
- [Beaconchain](https://composio.dev/toolkits/beaconchain) - Beaconchain is a real-time analytics platform for Ethereum 2.0's Beacon Chain. It provides detailed insights into validators, blocks, and overall network performance.
- [Big data cloud](https://composio.dev/toolkits/big_data_cloud) - BigDataCloud provides APIs for geolocation, reverse geocoding, and address validation. Instantly access reliable location intelligence to enhance your applications and workflows.
- [Bigpicture io](https://composio.dev/toolkits/bigpicture_io) - BigPicture.io offers APIs for accessing detailed company and profile data. Instantly enrich your applications with up-to-date insights on 20M+ businesses.
- [Bitquery](https://composio.dev/toolkits/bitquery) - Bitquery is a blockchain data platform offering indexed, real-time, and historical data from 40+ blockchains via GraphQL APIs. Get unified, reliable access to complex on-chain data for analytics, trading, and research.
- [Brightdata](https://composio.dev/toolkits/brightdata) - Brightdata is a leading web data platform offering advanced scraping, SERP APIs, and anti-bot tools. It lets you collect public web data at scale, bypassing blocks and friction.
- [Builtwith](https://composio.dev/toolkits/builtwith) - BuiltWith is a web technology profiler that uncovers the technologies powering any website. Gain actionable insights into analytics, hosting, and content management stacks for smarter research and lead generation.
- [Byteforms](https://composio.dev/toolkits/byteforms) - Byteforms is an all-in-one platform for creating forms, managing submissions, and integrating data. It streamlines workflows by centralizing form data collection and automation.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and Here MCP?

With a standalone Here MCP server, the agents and LLMs can only access a fixed set of Here tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Here and many other apps based on the task at hand, all through a single MCP endpoint.

### Can I use Tool Router MCP with OpenCode?

Yes, you can. OpenCode fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Here tools.

### Can I manage the permissions and scopes for Here while using Tool Router?

Yes, absolutely. You can configure which Here scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

### How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Here data and credentials are handled as safely as possible.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
