← Registry

General Tools

aspects.sh

Manages a registry of aspects by allowing search, fetch, listing of categories, and anonymous sharing.

1 endpoint4 known toolsFirst detected June 4, 2026Last detected July 10, 2026

ENDPOINT 1

https://aspects.sh/mcp

No auth detected

Known tools 4

search_aspects

Search for aspects in the registry by query string.

Inferred read-only
fetch_aspect

Fetch a specific aspect by name and optional version.

Inferred read-only
list_categories

List all available aspect categories.

Inferred read-only
share_aspect

Share a new aspect anonymously to the registry.

Inferred read-only

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.aspects-sh]
url = "https://aspects.sh/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aspects-sh": {
      "type": "http",
      "url": "https://aspects.sh/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aspects-sh
Remote MCP URL: https://aspects.sh/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": {
    "aspects-sh": {
      "url": "https://aspects.sh/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "aspects-sh",
  "transport": "streamable-http",
  "url": "https://aspects.sh/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for aspects.sh was fetched 2026-09-07T17:24:58.249Z.

Trust status Neutral

aspects.sh is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.