Weavz
Mapillary

Mapillary

Search Mapillary street-level images and map features, retrieve entities, and poll for newly captured imagery.

4 tools
1 trigger

Tools

Name
list_images

List Mapillary API v4 images by bounding box, organization, sequence, creator, or capture time.

get_image

Get a Mapillary image entity by ID with explicit fields.

list_map_features

List Mapillary map features, such as detected traffic signs or objects, inside a bounding box.

get_map_feature

Get one Mapillary map feature entity by ID.

Triggers

Name
new_images

Poll Mapillary for newly captured images in a bounding box after the last poll.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('mapillary', 'list_images', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'mapillary',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Mapillary to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Mapillary support?

Mapillary supports 4 tools including List Images, Get Image, List Map Features, Get Map Feature.

Can I use Mapillary with AI agents?

Yes. Add Mapillary to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Mapillary be used in stateful agent workflows?

Yes. Agents can combine Mapillary tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Mapillary use?

Mapillary uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Mapillary integration cost?

The Mapillary integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Mapillary support?

Mapillary supports 1 triggers including New Images.

Connect Mapillary in minutes

Get 20,000 free action executions every month. No credit card required.