← Registry

Developer Tools

markee.app

Provides specifications and validation for Chrome Web Store listing images, along with Markee pricing and FAQ information.

1 endpoint4 known toolsFirst detected September 2, 2026Last detected September 2, 2026

ENDPOINT 1

https://markee.app/mcp

No auth detected

MCP server metadata

Name
markee
Version
1.0.0
Capabilities
tools
Server instructions

Markee (https://markee.app) generates Chrome Web Store listing kits from a listing URL. These tools answer image-spec, validation, pricing, and FAQ questions. To actually generate a kit, send the user to https://markee.app/create — generation needs an account and costs Stars. More agent resources: https://markee.app/docs and https://markee.app/llms.txt.

Known tools 4

get_chrome_web_store_image_spec

The current Chrome Web Store listing-image requirements: screenshot sizes, store icon, small promo tile, and marquee promo tile, with formats and rules.

Inferred read-only
validate_asset_dimensions

Check whether a width×height in pixels is an accepted Chrome Web Store listing-image size, optionally for a specific asset kind.

Inferred read-only
get_markee_pricing

Markee's current plans and Star (credit) pricing, including the free signup tier.

Inferred read-only
get_markee_faq

Answers about Markee and Chrome Web Store screenshots.

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.markee]
url = "https://markee.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "markee": {
      "type": "http",
      "url": "https://markee.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: markee
Remote MCP URL: https://markee.app/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": {
    "markee": {
      "url": "https://markee.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "markee": {
      "type": "http",
      "url": "https://markee.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "markee",
  "transport": "streamable-http",
  "url": "https://markee.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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