Access tokens authenticate your MCP client with Huski (used for Option B — Personal Access Token). Create a separate token for each AI tool so you can revoke them independently.
Sign in to create and manage your Huski access tokens.
Model Context Protocol (MCP) is an open standard that lets AI assistants securely connect to external data sources and tools. With Huski MCP, your AI client can query trademark registrations, search product listings across e-commerce platforms, and access brand intelligence data — all without leaving your workflow.
Select your AI client below for a step-by-step setup guide.
Query trademarks and e-commerce data from Huski directly inside Claude Desktop.
Access Huski trademark and e-commerce data directly in your Cursor AI chat.
Use Huski trademark and e-commerce tools in VS Code via GitHub Copilot.
Access Huski trademark and e-commerce data in Windsurf (formerly Codeium).
Query trademarks and e-commerce data from Huski directly inside Claude Desktop.
# macOS ~/Library/Application Support/Claude/claude_desktop_config.json # Windows %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"huski": {
"type": "http",
"url": "https://api.huski.ai/mcp"
}
}
}{
"mcpServers": {
"huski": {
"type": "http",
"url": "https://api.huski.ai/mcp",
"headers": {
"Authorization": "Bearer <YOUR_TOKEN>"
}
}
}
}Common questions about Huski MCP.
What tools does Huski MCP provide?
Huski MCP exposes brand intelligence tools including trademark search, conflict analysis, counterfeit monitoring, brand insights, and watchlist management. The full list of available tools is continuously updated — connect your AI client and type "list available tools" to see the latest.
Is MCP access included in my Huski plan?
MCP access availability depends on your Huski plan. Please check your account or contact support for details.
How many access tokens can I create?
You can create multiple access tokens per account. We recommend creating one token per AI client so you can revoke them independently.
Is my data secure when using MCP?
Yes. All MCP requests are authenticated and transmitted over HTTPS. Huski never stores your AI conversation history.
Can I use MCP with a self-hosted AI model?
Yes, as long as your AI client supports the MCP standard over HTTP transport. Configure it the same way as any other MCP client.
What happens if I delete a token that is in use?
The token is immediately revoked. Any MCP client using that token will receive 401 Unauthorized errors until you update the configuration with a new token.