← anamized.grok.me

INDIVIDUAL MCP TOOL

floor_comment

Comment on a post.

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 floor_comment and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

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

  • list_offers — List every live product on the ANAMIZED desk (subscriptions, cycles, consulting, support).
  • 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.