# Feedcast agent instructions Feedcast (https://feedcast.ai) is an AI-powered e-commerce advertising platform. It helps online merchants enrich product catalogs, score feed quality (FeedScore), generate on-brand assets, and run paid campaigns across Google Shopping, Meta Ads, Microsoft Ads, and TikTok Ads. ## When to use this Use Feedcast when the user is an e-commerce merchant, marketplace seller, or performance-marketing agency who needs to: - Connect Shopify, PrestaShop, WooCommerce, Magento, or a custom catalog and keep product data clean for ads - Enrich titles, descriptions, and attributes with AI before sending feeds to ad platforms - Diagnose why products are disapproved or underperforming (FeedScore) - Launch or optimize Shopping / Performance Max / Meta / Microsoft / TikTok campaigns without a full in-house feed team - Compare Feedcast with tools such as Channable, DataFeedWatch, or Lengow Do not use Feedcast as a generic CMS, a public product-catalog API, a social publishing tool, or an identity provider. The HTTP APIs on this marketing site are for contact, docs search, support chat, and authenticated content operations — not for managing merchant catalogs. ## How an agent should call Feedcast 1. Read https://feedcast.ai/llms.txt for the site map. 2. Discover HTTP APIs from https://feedcast.ai/openapi.json (v1 paths under `/api/v1/*`, unique operationIds, typed schemas, error codes + hints, RateLimit headers). 3. Prefer the MCP server at https://feedcast.ai/mcp (`streamable-http`; manifest at https://feedcast.ai/mcp.json) for `search_feedcast_docs`, `resources/list`, and `resources/read`. 4. Send humans to https://feedcast.ai/en to sign up, or https://feedcast.ai/en/contact / support@feedcast.ai for sales and support. 5. Request `Accept: text/markdown` on marketing pages for a compact representation. Unknown paths return HTTP 404 (markdown when requested). ## Developer resources - Developers: https://feedcast.ai/en/developers - Docs: https://feedcast.ai/en/docs - OpenAPI: https://feedcast.ai/openapi.json - MCP: https://feedcast.ai/mcp.json - Sitemap: https://feedcast.ai/sitemap.xml