MCPServers
m

mapbox-mcp-server

8
0

Summary

MCP Server for the Mapbox API.

Available Actions(5)

mapbox_directions

Get directions between coordinates. Inputs: coordinates ({latitude: number, longitude: number}[]), profile (optional): 'driving-traffic', 'driving', 'walking', 'cycling'. Returns: route details with steps, distance, duration.

mapbox_directions_by_places

Get directions between places using their names. Inputs: places (string[]): Array of place names, profile (optional): 'driving-traffic', 'driving', 'walking', 'cycling', language (optional): Two-letter language code (e.g., 'zh', 'en'). Returns: Geocoding results for each place, route details with steps, distance, duration, any errors that occurred during processing.

mapbox_matrix

Calculate travel time and distance matrices between coordinates. Inputs: coordinates ({latitude: number, longitude: number}[]), profile (optional): 'driving', 'walking', 'cycling', annotations (optional): 'duration', 'distance', 'duration,distance', sources (optional): Indices of source coordinates, destinations (optional): Indices of destination coordinates. Returns: Matrix of durations and/or distances between points.

mapbox_matrix_by_places

Calculate travel time and distance matrices between places using their names. Inputs: places (string[]): Array of place names (2-25 places), profile (optional): 'driving', 'walking', 'cycling', annotations (optional): 'duration', 'distance', 'duration,distance', language (optional): Two-letter language code, sources (optional): Indices of source places, destinations (optional): Indices of destination places. Returns: Geocoding results for each place, matrix of durations and/or distances, any errors that occurred during processing.

mapbox_geocoding

Search for places and convert addresses into coordinates. Inputs: searchText (string): The place or address to search for, limit (optional): Maximum number of results (1-10), types (optional): Filter by place types (country, region, place, etc.), language (optional): Two-letter language code, fuzzyMatch (optional): Enable/disable fuzzy matching. Returns: Detailed location information including coordinates and properties.

Last Updated: April 8, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Try it now in
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ