← unicornfactories.com

INDIVIDUAL MCP TOOL

list_tags

List tags used on tools, ordered by usage count.

unicornfactories.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

unicornfactories.com

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.unicornfactories-com]
url = "https://unicornfactories.com/api/mcp/mcp%60"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "unicornfactories-com": {
      "type": "http",
      "url": "https://unicornfactories.com/api/mcp/mcp%60"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: unicornfactories-com
Remote MCP URL: https://unicornfactories.com/api/mcp/mcp%60

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": {
    "unicornfactories-com": {
      "url": "https://unicornfactories.com/api/mcp/mcp%60"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "unicornfactories-com": {
      "type": "http",
      "url": "https://unicornfactories.com/api/mcp/mcp%60"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "unicornfactories-com",
  "transport": "streamable-http",
  "url": "https://unicornfactories.com/api/mcp/mcp%60"
}
MCP Inspector

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

Related tools

  • search_items — Search across tools, categories, tags, and topics.
  • get_tool — Get a single published tool by slug.
  • list_tools — List published tools, optionally filtered by category slug, topic slug, or tag slug.
  • get_category — Get a category (parent or child) by slug.
  • get_topic — Get a topic by slug.
  • list_categories — List the full two-tier category tree (10 parents, 44 children).
  • list_topics — List topics, grouped by TopicType (Protocol, Standard, License, Language, etc.).
  • search_capabilities — Search published capabilities by free-text query + optional filters.