API Tools
ellelion.com
Provides access to ellelion.com's public catalog, status, snapshot jobs, and published markdown pages.
ENDPOINT 1
https://ellelion.com/mcp
MCP server metadata
- Name
- ellelion-catalog
- Version
- 1.0.0
When to use: call this MCP when you need the live public Ellelion catalog or status JSON, or to snapshot them via start_catalog_snapshot_job + get_catalog_snapshot_job. Auth: none.
Known tools 4
list_public_catalogReturn the versioned public product and page catalog from GET /api/v1/catalog.
Inferred read-onlyCONNECT 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.ellelion-catalog]
url = "https://ellelion.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ellelion-catalog": {
"type": "http",
"url": "https://ellelion.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ellelion-catalog
Remote MCP URL: https://ellelion.com/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": {
"ellelion-catalog": {
"url": "https://ellelion.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ellelion-catalog": {
"type": "http",
"url": "https://ellelion.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ellelion-catalog",
"transport": "streamable-http",
"url": "https://ellelion.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://ellelion.com/mcp/docs
MCP server metadata
- Name
- ellelion-docs
- Version
- 1.0.0
When to use: call this MCP when you need published Ellelion markdown. Tool: read_published_markdown.
Known tools 1
read_published_markdownRead a published markdown twin or machine page on ellelion.com (homepage, developers, auth.md, pricing, etc.).
Inferred read-onlyCONNECT 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.ellelion-docs]
url = "https://ellelion.com/mcp/docs"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ellelion-docs": {
"type": "http",
"url": "https://ellelion.com/mcp/docs"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ellelion-docs
Remote MCP URL: https://ellelion.com/mcp/docs
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": {
"ellelion-docs": {
"url": "https://ellelion.com/mcp/docs"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ellelion-docs": {
"type": "http",
"url": "https://ellelion.com/mcp/docs"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ellelion-docs",
"transport": "streamable-http",
"url": "https://ellelion.com/mcp/docs"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://ellelion.com/.well-known/mcp
MCP server metadata
- Name
- ellelion-catalog
- Version
- 1.0.0
When to use: call this MCP when you need the live public Ellelion catalog or status JSON, or to snapshot them via start_catalog_snapshot_job + get_catalog_snapshot_job. Auth: none.
Known tools 4
list_public_catalogReturn the versioned public product and page catalog from GET /api/v1/catalog.
Inferred read-onlyCONNECT 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.ellelion-catalog]
url = "https://ellelion.com/.well-known/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ellelion-catalog": {
"type": "http",
"url": "https://ellelion.com/.well-known/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ellelion-catalog
Remote MCP URL: https://ellelion.com/.well-known/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": {
"ellelion-catalog": {
"url": "https://ellelion.com/.well-known/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ellelion-catalog": {
"type": "http",
"url": "https://ellelion.com/.well-known/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ellelion-catalog",
"transport": "streamable-http",
"url": "https://ellelion.com/.well-known/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.