API Tools
weir.ai
Provides API endpoints to interact with the WEIR AI license catalog for identity rights.
ENDPOINT 1
https://wapi.weir.ai/mcp
MCP server metadata
- Name
- weir-ai-mcp
- Version
- 1.1.0
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
healthQuick liveness check for the WEIR AI API.
discoveryReturns the WEIR AI service discovery document (.well-known/weir): public endpoints, base URL, rate limits.
license_typesReturns the canonical WEIR AI license types (open, earn, protect, blocked) with plain-English definitions.
search_catalogBrowse the public WEIR AI license catalog of identity rights (name, image, likeness) available for licensing.
get_public_licenseDrill into a single public catalog entry by its external_id (e.g.
list_licensesList identity licenses the AUTHENTICATED user owns or has been granted.
get_licenseGet full detail for a license the authenticated user has access to, by external_id.
list_license_mentionsList detected mentions (web/social uses) for a specific license the user has access to.
list_license_imagesList reference images for a license the user has access to.
list_bookmarksList the authenticated user's saved mention bookmarks.
create_bookmarkBookmark a mention by ID for the authenticated user.
list_webhooksList webhooks configured for the authenticated user.
create_webhookCreate a webhook subscription for events such as new mentions or license updates.
delete_webhookDelete a webhook by ID.