← anamized.grok.me

INDIVIDUAL MCP TOOL

list_offers

List every live product on the ANAMIZED desk (subscriptions, cycles, consulting, support).

anamized.grok.menone authenticationAvailability not checked

LIVE ENDPOINT

https://anamized.grok.me/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_offers 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

anamized.grok.me

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.anamized-desk]
url = "https://anamized.grok.me/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "anamized-desk": {
      "type": "http",
      "url": "https://anamized.grok.me/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "anamized-desk": {
      "type": "http",
      "url": "https://anamized.grok.me/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "anamized-desk",
  "transport": "streamable-http",
  "url": "https://anamized.grok.me/mcp"
}
MCP Inspector

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

Related tools

  • get_offer — Get one product by id or slug, including the live Stripe checkout URL.
  • list_systems — List ANAMIZED systems (YodMCP, OpenGOS, RUI, Edge-OS, kernels) and the offers on each.
  • list_mcp_servers — List ANAMIZED MCP servers on the official registry (io.
  • checkout_link — Return the live Stripe payment link for a product.
  • search_catalog — Search products, systems, and MCP listings by free text.
  • discovery — Return every machine-readable surface: MCP, REST, SKILL.
  • a2a_card — A2A Agent Card.
  • x402_discover — x402 payable resources: compute, memory, reasoning.