← weir.ai

INDIVIDUAL MCP TOOL

create_webhook

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

weir.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

weir.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.weir-ai-mcp]
url = "https://wapi.weir.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "weir-ai-mcp": {
      "type": "http",
      "url": "https://wapi.weir.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: weir-ai-mcp
Remote MCP URL: https://wapi.weir.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "weir-ai-mcp": {
      "url": "https://wapi.weir.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "weir-ai-mcp": {
      "type": "http",
      "url": "https://wapi.weir.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "weir-ai-mcp",
  "transport": "streamable-http",
  "url": "https://wapi.weir.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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.