mcpbeat Sign in

Pollen — Managed Agent-Readiness Layer MCP Server

answering

Pollen — Managed Agent-Readiness Layer is answering right now. Last checked 11 min ago. It exposes 24 tools.

Manage your Pollen account: sync, enrich, fix, and publish your store's catalog for AI agents.

Uptime history 51 days of history · worst day 89%
51 days agonow
97.8%
Uptime 24h
89 of 91 checks
24
Tools
read from the server
174 ms
Response time
average over 24h
open, no key
Access
streamable-http

Pollen — Managed Agent-Readiness Layer does not always answer

Over the last week it answered 98.7% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add pollen --transport http https://pollen.elytron.in/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pollen": {
      "url": "https://pollen.elytron.in/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pollen]
url = "https://pollen.elytron.in/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "pollen": {
      "url": "https://pollen.elytron.in/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pollen": {
      "url": "https://pollen.elytron.in/mcp"
    }
  }
}

Available tools 24

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

pick
pick_google_account
Resume a Google connect paused on the account picker (status selecting_account). Pass the accountId of one of the candidates returned by get_google_connect_status. On success Pollen finishes the handshake and publishes the catalog automatically.
pick_meta_business
Resume a Meta connect paused on the business picker (status selecting_business). Pass the businessId of a candidate from get_meta_connect_status. May advance to the catalog picker (selecting_catalog) or go straight active.
pick_meta_catalog
Resume a Meta connect paused on the catalog picker (status selecting_catalog). Pass a candidate catalog id, or "__create__" to create a dedicated "Pollen - {shop}" catalog. NEVER pick an existing catalog without the merchant's explicit confirmation - Pollen will manage (add/remove) products in it.
apply
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). This overwrites human-facing content, so you MUST show the merchant that exact candidate first and get their explicit approval before calling. Only applies when the store's current description is thin (<200 chars).
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). Fill-only-empty: values the merchant already set are NEVER touched. Queued on the worker - poll get_fix_opportunities fixStatuses for progress.
connect
connect_google
Start (or restart) connecting the merchant's Google Merchant Center to Pollen. Returns an authUrl that the HUMAN must open in a browser to grant Google consent - an agent cannot click it. After they approve, call get_google_connect_status to see where the flow landed (it may pause on an account picker or Terms-of-Service acceptance; resume with pick_google_account / accept_google_terms). Once active, Pollen publishes the enriched catalog automatically.
connect_meta
Start (or restart) connecting the merchant's Meta (Facebook/Instagram) Business catalog to Pollen. Returns an authUrl that the HUMAN must open in a browser to approve via Facebook Login - an agent cannot click it. Afterwards call get_meta_connect_status; the flow may pause on a business or catalog picker (resume with pick_meta_business / pick_meta_catalog). Once active, Pollen publishes the enriched catalog automatically.
enrich
enrich_all_products
Run enrichment across the merchant's full catalog (PENDING + FAILED products). Returns a job reference; check `get_pipeline_status` for progress. This is the primary 'do the work' action.
enrich_product
Run Pollen's multimodal enrichment on a single product. Returns immediately with a job reference; check `get_pipeline_status` for progress.
product
get_product
Fetch full enriched detail for one product by ID. Includes the structured facts, agent description, missing attributes, cultural references, and score breakdown.
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. Use when the merchant provides values ('all tees weigh 180 grams', 'barcodes from my supplier sheet'). sku/barcode/weight are per-variant: products with multiple variants need variantId (list them via get_product). Up to 25 updates per call; each returns applied + previous values and the product's new score.
accept
accept_google_terms
Resume a greenfield Google connect paused on Terms-of-Service acceptance (status tos_required). Only call this after the merchant has confirmed they accept the Google Merchant Center ToS (termsUrl from get_google_connect_status). Creates their Merchant Center account and finishes the handshake.
account
get_account_summary
Get a high-level summary of the merchant's Pollen account: plan, agent-ready %, product counts, last sync/enrichment/writeback timestamps. Use this first if the user asks 'where do I stand?' or 'what's my status?'
back
write_back_to_store
Push enriched data back to the merchant's platform as metafields/meta_data. Run after enrichment completes. Use when the user says 'publish' or 'push to my store'.
deep
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. Access requires the $9 one-time purchase or any paid plan; without access this returns what the report contains and how to unlock it.
fix
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. Start here when the user asks 'what's wrong?' or 'how do I improve my score?'.
google
get_google_connect_status
Where the Google connection stands. status: none|selecting_account (call pick_google_account with one of the returned candidates)|tos_required (call accept_google_terms)|verifying|awaiting_approval|connector_pending (Pollen is finishing setup server-side - just re-check later)|active|claim_conflict|not_admin|error. When active, includes the live funnel stage (publishing/in_review/live) and approval counts.
llm
set_llm_provider
Set the LLM provider used for enrichment. Affects only future runs.
meta
get_meta_connect_status
Where the Meta connection stands. status: none|selecting_business (call pick_meta_business with a candidate)|selecting_catalog (call pick_meta_catalog with a candidate id or "__create__" for a fresh Pollen-managed catalog)|not_admin (the Facebook account isn't a Business admin - reconnect with the right account)|active|error. When active, includes the live funnel stage and approval counts.
network
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. Use when the user asks 'how do I compare to similar stores?'
pipeline
get_pipeline_status
Read live pipeline status for the merchant's shop: sync, enrichment (with progress), and writeback. Use when the user asks 'is anything running?' or 'how far along is enrichment?'
products
list_products
List products in the merchant's catalog with optional filters. Useful for 'show me products that haven't been enriched yet' or 'find products with the lowest scores'. Returns up to 50 per call.
setup
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. Each section says exactly what to do and why. Use when onboarding or when the user asks 'what's left to set up?'.
sync
sync_catalog
Trigger a full product sync from the merchant's platform (Shopify, WC, BC) into Pollen. Use before enrichment if products are missing or out of date.

Endpoints

URLTransportStateLatencyChecked
https://pollen.elytron.in/mcp streamable-http answering 169 ms 11 min ago

Alternatives to Pollen — Managed Agent-Readiness Layer

same job, measured the same way
Instagram
by mcp-dir

Instagram for AI agents: publish, read comments and DMs, insights, and engage from your account.

33 tools answering
GTM API: LinkedIn MCP Server
by gtm-api

Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.

50 installs/wk answering
Marea — Storefront Backend for Agents
by mareaalcalina

Manage a Marea Alcalina storefront from an AI agent: catalog, products, publishing.

answering
Tokenrip
by silostack

Collaboration layer for AI agents. Publish assets, send messages, manage threads and contacts.

answering
C
Egnyte Remote MCP Server
by egnyte

Egnyte's remote MCP server for secure AI access, search, upload and file management in your account.

answering
Epivo Course Catalog
by henrikthome-arch

Read-only access to Epivo's live course catalogue for AI agents.

3 tools answering
SavantoAI
by savantoai

Manage your Savanto store from your AI: catalog, content, prompts, and analytics, by chat.

25 installs/wk answering
Abm MCP
by abm-dev-git

abm.dev — the account-based marketing API for AI agents: Search, Enrich, and Create across B2B.

36 installs/wk answering

Pollen — Managed Agent-Readiness Layer — questions

Answers built from our own checks of this server.

What can Pollen — Managed Agent-Readiness Layer do?
It exposes 24 tools, read directly from the server on our last check. Among them: accept_google_terms, apply_description, apply_fixes, connect_google, connect_meta, enrich_all_products and 18 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Pollen — Managed Agent-Readiness Layer mostly used for?
Its tools cluster around pick, connect and product. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Pollen — Managed Agent-Readiness Layer working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 89 of 91 checks got a reply (97.8%), average response time 174 ms. The bar chart above shows every period we have measured.
How do I connect Pollen — Managed Agent-Readiness Layer?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Pollen — Managed Agent-Readiness Layer need an API key?
No. Pollen — Managed Agent-Readiness Layer completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 24 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Pollen — Managed Agent-Readiness Layer?
It answers our handshake in 174 ms on average, which is faster than 74% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.