Markee Developer & Agent Docs

Markee is a web app, not an API product — kit generation happens in the signed-in app at /create. These are the machine-readable surfaces Markee does publish for developers and AI agents.

For AI agents

  • /llms.txt — concise site index with a "when to use Markee" section, and /llms-full.txt with full FAQ answers and pricing detail.
  • Markdown content negotiation: every marketing page serves markdown on request, per acceptmarkdown.com — curl -H "Accept: text/markdown" https://markee.app/pricing. Responses set Vary: Accept.
  • Agent-friendly 404s: nonexistent paths return a real HTTP 404; markdown-requesting clients get a markdown body with recovery links.

MCP server

Markee hosts a first-party MCP (Model Context Protocol) server over Streamable HTTP — stateless, no authentication, free to call:

  • Discovery manifest: /.well-known/mcp
  • Endpoint: https://markee.app/mcp (JSON-RPC over POST)

Tools:

  • get_chrome_web_store_image_specThe current Chrome Web Store listing-image requirements: screenshot sizes, store icon, small promo tile, and marquee promo tile, with formats and rules.
  • validate_asset_dimensionsCheck whether a width×height in pixels is an accepted Chrome Web Store listing-image size, optionally for a specific asset kind.
  • get_markee_pricingMarkee's current plans and Star (credit) pricing, including the free signup tier.
  • get_markee_faqAnswers about Markee and Chrome Web Store screenshots. Pass a question to get the closest answers, or omit it for the full FAQ.

The tools answer Chrome Web Store image-spec, validation, pricing, and FAQ questions deterministically. Kit generation itself is not exposed over MCP — it costs Stars and needs an account.

Site metadata

sitemap.xml · robots.txt. Every page carries Organization, WebSite, and SoftwareApplication JSON-LD.

Questions

An integration idea, or something an agent needs that isn't here? Email hello@markee.app.