All MCP servers

Mcp Server

Official
by Api.AirforceStreamable HTTPSearch & Web Crawling0345MIT

Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.

mcpopen-sourcesearch-web-crawling

Endpoint

POST https://mcp.mapbox.com/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "mcp-server-imp54f46": {
      "url": "https://mcp.mapbox.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}