eCommerce
elytron.in
AI-powered tools for e-commerce, including product image syncing and AI shopping agent discoverability.
ENDPOINT 1
https://pollen.elytron.in/mcp
MCP server metadata
- Name
- pollen-management
- Version
- 1.0.0
Known tools 24
get_account_summaryGet a high-level summary of the merchant's Pollen account: plan, agent-ready %, product counts, last sync/enrichment/writeback timestamps.
Inferred read-onlyget_deep_auditThe 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-onlyget_pipeline_statusRead live pipeline status for the merchant's shop: sync, enrichment (with progress), and writeback.
Inferred read-onlyget_network_insightsFetch 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-onlysync_catalogTrigger a full product sync from the merchant's platform (Shopify, WC, BC) into Pollen.
Inferred read-onlyenrich_all_productsRun enrichment across the merchant's full catalog (PENDING + FAILED products).
Inferred read-onlywrite_back_to_storePush enriched data back to the merchant's platform as metafields/meta_data.
Inferred read-onlyget_fix_opportunitiesAnalyze 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-onlyapply_fixesRun 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-onlyapply_descriptionReplace 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-onlyupdate_product_factsWrite 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 effectsget_setup_instructionsGet the merchant-side setup steps Pollen cannot do via API - platform plugin/extension activation, SEO plugin note, surface connections still pending.
Inferred read-onlyconnect_googleStart (or restart) connecting the merchant's Google Merchant Center to Pollen.
Inferred read-onlypick_google_accountResume a Google connect paused on the account picker (status selecting_account).
Inferred read-onlyaccept_google_termsResume a greenfield Google connect paused on Terms-of-Service acceptance (status tos_required).
Inferred read-onlyconnect_metaStart (or restart) connecting the merchant's Meta (Facebook/Instagram) Business catalog to Pollen.
Inferred read-onlypick_meta_businessResume a Meta connect paused on the business picker (status selecting_business).
Inferred read-onlypick_meta_catalogResume a Meta connect paused on the catalog picker (status selecting_catalog).
Inferred read-onlyCONNECT 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.
elytron.in is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.