← markee.app

INDIVIDUAL MCP TOOL

get_markee_faq

Answers about Markee and Chrome Web Store screenshots.

markee.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://markee.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_markee_faq and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

markee.app

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.

Related tools

  • 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.
  • 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.
  • get_markee_pricing — Markee's current plans and Star (credit) pricing, including the free signup tier.