← Registry

API Tools

weir.ai

Provides API endpoints to interact with the WEIR AI license catalog for identity rights.

1 endpoint14 known toolsFirst detected May 12, 2026Last detected July 24, 2026

ENDPOINT 1

https://wapi.weir.ai/mcp

No auth detected

MCP server metadata

Name
weir-ai-mcp
Version
1.1.0
Capabilities
tools
Server instructions

WEIR AI is an identity-rights platform: people register their name, image, and likeness (NIL) and assign a license type that controls how others may use it. License types you will see in the catalog: - open: free to use, often with attribution. - earn: paid commercial license — the rights holder accepts purchases via the entry's purchase_url. - protect: actively monitored; commercial use is discouraged and may trigger takedowns. - blocked: no use permitted. Call the license_types tool any time you need to remind the user what a type means. Reading catalog results: - display_name = "Anonymous" is a deliberate privacy choice by the rights holder, NOT missing data. Do not flag it as a quality issue. - is_verified refers to identity verification of the rights holder, not whether the listing is real. - Always surface the purchase_url when suggesting how to license something. Suggested flow: 1. Use search_catalog (public) to discover what is licensable. 2. Use get_public_license to drill into a single entry without auth. 3. For the user's OWN licenses or mentions, use list_licenses / list_license_mentions — these need a Bearer token. Authentication: tools marked Bearer-required need an access token the user obtains from https://weir.ai/developers/keys then exchanges at POST https://wapi.weir.ai/auth/token. If you don't have one, ask the user — don't give up. Never store or redistribute biometric/reference images. Always route purchases through WEIR AI purchase_urls.

Known tools 14

health

Quick liveness check for the WEIR AI API.

discovery

Returns the WEIR AI service discovery document (.well-known/weir): public endpoints, base URL, rate limits.

license_types

Returns the canonical WEIR AI license types (open, earn, protect, blocked) with plain-English definitions.

search_catalog

Browse the public WEIR AI license catalog of identity rights (name, image, likeness) available for licensing.

get_public_license

Drill into a single public catalog entry by its external_id (e.g.

list_licenses

List identity licenses the AUTHENTICATED user owns or has been granted.

get_license

Get full detail for a license the authenticated user has access to, by external_id.

list_license_mentions

List detected mentions (web/social uses) for a specific license the user has access to.

list_license_images

List reference images for a license the user has access to.

list_bookmarks

List the authenticated user's saved mention bookmarks.

create_bookmark

Bookmark a mention by ID for the authenticated user.

list_webhooks

List webhooks configured for the authenticated user.

create_webhook

Create a webhook subscription for events such as new mentions or license updates.

delete_webhook

Delete a webhook by ID.