← Registry

Data Collection

entities.org

A server that provides access to entities.org registry data, including site info, llms.txt summaries, entity lists, and JSON-LD structured data.

1 endpoint5 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://www.entities.org/mcp

No auth detected

MCP server metadata

Name
entities.org
Version
1.0.0
Capabilities
tools

Known tools 5

browse-site

Get the entities.org homepage URL and site name for navigation.

Inferred read-only
get-llms-txt

Return the entities.org llms.txt site summary for AI agents.

Inferred read-only
registry-summary

Return public registry summary JSON (counts and coverage).

Inferred read-only
list-entities

List published entities (optional kind, search, page, pageSize).

Inferred read-only
entity-jsonld

Return Schema.org JSON-LD for a published entity slug.

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

.mcp.json

{
  "mcpServers": {
    "entities-org": {
      "type": "http",
      "url": "https://www.entities.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "entities-org",
  "transport": "streamable-http",
  "url": "https://www.entities.org/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 entities.org was fetched 2026-08-24T05:10:20.739Z.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

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