← 0layers.com

INDIVIDUAL MCP TOOL

get_extraction_status

Report how far brand extraction has got.

0layers.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://0layers.com/.well-known/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_extraction_status and invoke it with your own arguments.

Indexed 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 server

0layers.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.0layers]
url = "https://0layers.com/.well-known/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "0layers": {
      "type": "http",
      "url": "https://0layers.com/.well-known/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 0layers
Remote MCP URL: https://0layers.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": {
    "0layers": {
      "url": "https://0layers.com/.well-known/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "0layers": {
      "type": "http",
      "url": "https://0layers.com/.well-known/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "0layers",
  "transport": "streamable-http",
  "url": "https://0layers.com/.well-known/mcp"
}
MCP Inspector

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

Related tools

  • list_brands — List the brands on the authenticated account, newest first.
  • create_brand — Create a brand from a public business website.
  • start_brand_extraction — Learn a brand from its website: logo, colours, typography, voice, and business context.
  • generate_content — Start a batch of on-brand social content for a brand.
  • list_generations — List completed content for a brand, with download URLs for images.
  • get_credit_balance — Report the account's remaining generation credits.