← elytron.in

INDIVIDUAL MCP TOOL

get_product

Fetch full enriched detail for one product by ID.

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

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_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.
  • enrich_all_products — Run enrichment across the merchant's full catalog (PENDING + FAILED products).