Public agent discovery

MarketMaster MCP server

Give MCP-compatible AI agents a stable, machine-readable way to retrieve MarketMaster product facts, pricing references, and evidence-first campaign resources.

Public and read-only. No account, campaign, customer, publishing, or payment data is exposed.

01 · Available tools

Two narrow tools answer the useful questions.

The server deliberately exposes a small surface. An agent can retrieve the canonical product summary or list public resources by category without receiving private application state.

Product facts

get_marketmaster_product

Returns MarketMaster's description, audience, six-step workflow, output formats, current monthly plan prices, and canonical links for structured data, pricing, and the Studio.

Resource directory

list_marketmaster_resources

Returns public product, planning, quality, and discovery resources. Clients can request one category or the complete directory.

02 · Connection details

Use the Streamable HTTP endpoint.

The protocol endpoint accepts MCP JSON-RPC requests for initialization, tool discovery, tool calls, notifications, and ping. It implements protocol version 2025-06-18.

  1. 1
    Endpoint

    https://marketmaster.dev/api/mcp

  2. 2
    Method

    POST with Content-Type: application/json.

  3. 3
    Authentication

    None for the public read-only tools.

03 · Retrieval surfaces

Choose the format that fits the client.

HTML remains the canonical human and search-engine page. Markdown gives language-model crawlers a compact text representation. MCP provides structured tool calls, and JSON exposes exact product and pricing fields.

MCP

marketmaster.dev/api/mcp

Structured, read-only JSON-RPC tool traffic for MCP-compatible clients. Send requests with POST.

Server card

MCP server card

Transport, version, capability, authentication, and documentation metadata.

04 · Trust boundary

Discovery is public; actions stay in the Studio.

The MCP server can explain what MarketMaster is and point to public resources. It cannot create campaigns, read customer work, connect social accounts, publish content, start subscriptions, or move money. Those actions require an authenticated human session and the product's normal review flow.

What an agent can safely retrieve

  • Current product description, intended audience, workflow, and output types.
  • Public monthly prices and links to exact plan caps.
  • Campaign planning templates, quality checklists, and testing tools.
  • Machine-readable API, agent-skill, and MCP discovery documents.
Canonical product resources

Follow the MCP facts to the human-readable source.

The public tools point agents to the same pages people use to understand the product, verify plan limits, and evaluate the campaign workflow.

FAQ

MarketMaster MCP questions.

What is the MarketMaster MCP server?

It is a public, read-only Model Context Protocol endpoint that returns canonical MarketMaster product facts and links to campaign planning, quality, pricing, and discovery resources.

Does the MarketMaster MCP server require authentication?

No authentication is required for the two public read-only discovery tools. Campaign creation, publishing, billing, and account data are not exposed through this server.

What endpoint should an MCP client use?

Send Streamable HTTP JSON-RPC requests to https://marketmaster.dev/api/mcp. Read this overview at /mcp, its Markdown alternative at /mcp.md, or the broader site index at /llms.txt.