Developer Tools
markee.app
Provides specifications and validation for Chrome Web Store listing images, along with Markee pricing and FAQ information.
ENDPOINT 1
https://markee.app/mcp
MCP server metadata
- Name
- markee
- Version
- 1.0.0
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_specThe current Chrome Web Store listing-image requirements: screenshot sizes, store icon, small promo tile, and marquee promo tile, with formats and rules.
Inferred read-onlyvalidate_asset_dimensionsCheck whether a width×height in pixels is an accepted Chrome Web Store listing-image size, optionally for a specific asset kind.
Inferred read-onlyget_markee_pricingMarkee's current plans and Star (credit) pricing, including the free signup tier.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.