← Registry

eCommerce

elytron.in

AI-powered tools for e-commerce, including product image syncing and AI shopping agent discoverability.

1 endpoint24 known toolsFirst detected July 25, 2026Last detected September 24, 2026

ENDPOINT 1

https://pollen.elytron.in/mcp

No auth detected

MCP server metadata

Name
pollen-management
Version
1.0.0
Capabilities
tools

Known tools 24

get_account_summary

Get a high-level summary of the merchant's Pollen account: plan, agent-ready %, product counts, last sync/enrichment/writeback timestamps.

Inferred read-only
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.

Inferred read-only
list_products

List products in the merchant's catalog with optional filters.

Inferred read-only
get_product

Fetch full enriched detail for one product by ID.

Inferred read-only
get_pipeline_status

Read live pipeline status for the merchant's shop: sync, enrichment (with progress), and writeback.

Inferred read-only
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.

Inferred read-only
sync_catalog

Trigger a full product sync from the merchant's platform (Shopify, WC, BC) into Pollen.

Inferred read-only
enrich_product

Run Pollen's multimodal enrichment on a single product.

Inferred read-only
enrich_all_products

Run enrichment across the merchant's full catalog (PENDING + FAILED products).

Inferred read-only
write_back_to_store

Push enriched data back to the merchant's platform as metafields/meta_data.

Inferred read-only
get_fix_opportunities

Analyze the catalog's agent-readiness gaps and what can be done about each: points lost per score dimension, counts fixable automatically by Pollen (empty SEO meta, missing image alt text, thin tags), the 'needs you' checklist of physical facts only the merchant knows (SKU, barcode, weight, brand, photos) with product names, and per-product description candidates awaiting merchant approval.

Inferred read-only
apply_fixes

Run one of Pollen's automated catalog-wide fixes on the merchant's store: 'seo' (fill empty SEO titles + meta descriptions), 'tags' (add tags from enrichment facts to products with fewer than 3), 'altText' (fill empty image alt texts), or 'brand' (fill missing brand from enrichment or the store's own name - Shopify vendor / WC Brands).

Inferred read-only
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).

Inferred read-only
update_product_facts

Write merchant-supplied physical facts to the store - the 'only you know this' gaps Pollen can't fill from enrichment: SKU, barcode (GTIN/UPC/EAN), weight, and brand.

Potential side effects
get_setup_instructions

Get the merchant-side setup steps Pollen cannot do via API - platform plugin/extension activation, SEO plugin note, surface connections still pending.

Inferred read-only
set_llm_provider

Set the LLM provider used for enrichment.

Inferred read-only
connect_google

Start (or restart) connecting the merchant's Google Merchant Center to Pollen.

Inferred read-only
get_google_connect_status

Where the Google connection stands.

Inferred read-only
pick_google_account

Resume a Google connect paused on the account picker (status selecting_account).

Inferred read-only
accept_google_terms

Resume a greenfield Google connect paused on Terms-of-Service acceptance (status tos_required).

Inferred read-only
connect_meta

Start (or restart) connecting the merchant's Meta (Facebook/Instagram) Business catalog to Pollen.

Inferred read-only
get_meta_connect_status

Where the Meta connection stands.

Inferred read-only
pick_meta_business

Resume a Meta connect paused on the business picker (status selecting_business).

Inferred read-only
pick_meta_catalog

Resume a Meta connect paused on the catalog picker (status selecting_catalog).

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for elytron.in was fetched 2026-09-18T14:18:37.008Z.

Trust status Neutral

elytron.in is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.