Mapbox Search Integration

🏢Official
by mapbox · vlatest · Repository

Helps with search, integration as part of agent workflows workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add mapbox-search-integration npx -- -y @trustedskills/mapbox-search-integration
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "mapbox-search-integration": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/mapbox-search-integration"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill integrates Mapbox search functionality into AI agents. It allows agents to perform location-based searches, retrieve place details (like addresses and business hours), and potentially use this information for navigation or providing local recommendations. The integration provides a way for agents to understand user requests related to locations and businesses.

When to use it

  • A user asks "Find the nearest coffee shop."
  • An agent needs to verify the address of a business mentioned in a conversation.
  • You want your agent to provide directions or information about local points of interest.
  • The agent is tasked with finding restaurants within a specific radius of a given location.

Key capabilities

  • Location-based search
  • Place details retrieval (addresses, hours)
  • Integration with Mapbox services

Example prompts

  • "What are some good Italian restaurants near me?"
  • "Find the opening hours for 'The Corner Bookstore'."
  • "Search for gas stations within 5 miles of 123 Main Street."

Tips & gotchas

  • Requires an active Mapbox access token to function. Ensure this is properly configured within your agent environment.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
mapbox
Installs
0

🏢 Official

Published by the company or team that built the technology.