← themarkplatform.com

INDIVIDUAL MCP TOOL

list_leads

List all leads in your pipeline with temperature and tags.

themarkplatform.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://themarkplatform.com/mcp/public

No auth detected

Connect to this endpoint to inspect the live schema for list_leads 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

themarkplatform.com

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

.mcp.json

{
  "mcpServers": {
    "themarkplatform": {
      "type": "http",
      "url": "https://themarkplatform.com/mcp/public"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: themarkplatform
Remote MCP URL: https://themarkplatform.com/mcp/public

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": {
    "themarkplatform": {
      "url": "https://themarkplatform.com/mcp/public"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "themarkplatform",
  "transport": "streamable-http",
  "url": "https://themarkplatform.com/mcp/public"
}
MCP Inspector

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

Related tools

  • mark_hello — Call this FIRST at the start of any conversation.
  • list_blog_posts — List all blog posts from The Mark Platform blog.
  • get_blog_post — Get the full content of a blog post by slug.
  • create_account — Create a free account on The Mark Platform directly from your terminal or AI tool.
  • create_product — Start a new project — the first step in your marketing journey.
  • update_product — Edit your product/project details.
  • create_research — Record a customer interview or research conversation.
  • create_research_task — Add an open action item from research feedback.