← elytron.in

INDIVIDUAL MCP TOOL

apply_description

Replace ONE product's shopper-visible store description with Pollen's SANITIZED enriched version - the storefrontDescriptionCandidate shown by get_product, NOT the raw agentDescription (hedged sentences and enrichment meta-commentary are stripped before anything touches the store).

elytron.innone authenticationAvailability not checked

LIVE ENDPOINT

https://pollen.elytron.in/mcp

No auth detected

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

elytron.in

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.pollen-management]
url = "https://pollen.elytron.in/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pollen-management": {
      "type": "http",
      "url": "https://pollen.elytron.in/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pollen-management
Remote MCP URL: https://pollen.elytron.in/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": {
    "pollen-management": {
      "url": "https://pollen.elytron.in/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pollen-management": {
      "type": "http",
      "url": "https://pollen.elytron.in/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pollen-management",
  "transport": "streamable-http",
  "url": "https://pollen.elytron.in/mcp"
}
MCP Inspector

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

Related tools

  • get_account_summary — Get a high-level summary of the merchant's Pollen account: plan, agent-ready %, product counts, last sync/enrichment/writeback timestamps.
  • get_deep_audit — The Deep Audit report: the AI answer-visibility test (frozen shopper questions asked to Claude and Gemini - cited or not, with evidence), the catalog fix plan, and the worst-scoring products with their missing attributes.
  • list_products — List products in the merchant's catalog with optional filters.
  • get_product — Fetch full enriched detail for one product by ID.
  • get_pipeline_status — Read live pipeline status for the merchant's shop: sync, enrichment (with progress), and writeback.
  • get_network_insights — Fetch Hive cross-merchant signal for the merchant's catalog: category benchmarks (avg images, top angles, etc.) alongside the merchant's own catalog stats for comparison.
  • sync_catalog — Trigger a full product sync from the merchant's platform (Shopify, WC, BC) into Pollen.
  • enrich_product — Run Pollen's multimodal enrichment on a single product.