That Marketing Buddy Developer API & MCP Server Docs
That Marketing Buddy's own catalogue of marketing software pricing, ratings, and category rankings, exposed programmatically. Everything here mirrors data that's already public on the site's HTML pages, reshaped for a script or an agent to call directly.
OpenAPI spec
The full REST API is documented at /openapi.json (OpenAPI 3.1): every operation has a unique operationId, typed parameters, and a JSON Schema response body, so an LLM or an OpenAPI-driven client can call it without hand-written glue.
REST endpoints
/api/v1/softwareList published tools, optionally filtered by ?category=, paginated with ?limit=&offset=./api/v1/software/{slug}Full detail for one tool: pricing plans, rating, pros/cons, MCP/API/Zapier/Make support./api/v1/categoriesEvery category tracked, with tool counts and the current top tool./api/v1/best/{categorySlug}Tools in a category, cheapest paid plan first.Public, read-only, unauthenticated. Errors return a consistent { error: { code, message, hint } } JSON body.
MCP server
A Streamable HTTP MCP server at POST /mcp, wiring the same data in as tools for Claude, ChatGPT, and any other MCP client. (GET /mcp in a browser instead renders the MCP-ready tool directory.)
list_softwareList tools, optionally filtered by category.get_softwareFull detail for one tool by slug.get_best_listTools in a category, ranked cheapest first.list_categoriesEvery category, with tool counts and current top tool.Markdown for agents
Any content page (the homepage, a software review, a best-of list) served with an Accept: text/markdown header returns markdown instead of HTML, at the same URL, with Vary: Accept set so caches keep the two variants apart.
Questions about the API or MCP server?
Get in touch