{"name":"buycast-marketing","version":"1.0.0","description":"Read-only MCP-style descriptor for public BuyCast.ai marketing content.","protocol":"http+jsonrpc","transport":{"type":"streamable-http","url":"https://buycast.ai/api/agent"},"capabilities":{"tools":true,"resources":false,"prompts":false},"authentication":{"type":"none"},"tools":[{"name":"search","description":"Search public marketing content and return ranked snippets with canonical source URLs.","inputSchema":{"type":"object","properties":{"query":{"type":"string"},"limit":{"type":"number","optional":true}}}},{"name":"listFeatures","description":"List public product feature pages.","inputSchema":{"type":"object","properties":{}}},{"name":"getFeature","description":"Get one product feature by slug.","inputSchema":{"type":"object","properties":{"slug":{"type":"string"}}}},{"name":"listPlans","description":"List public pricing plans.","inputSchema":{"type":"object","properties":{}}},{"name":"getPlan","description":"Get one public pricing plan by id.","inputSchema":{"type":"object","properties":{"id":{"type":"string"}}}},{"name":"listComparisons","description":"List competitor comparison pages.","inputSchema":{"type":"object","properties":{}}},{"name":"getComparison","description":"Get one competitor comparison by slug.","inputSchema":{"type":"object","properties":{"slug":{"type":"string"}}}},{"name":"listPosts","description":"List public posts or changelog entries.","inputSchema":{"type":"object","properties":{"type":{"type":"string","enum":["posts","changelog"]}}}},{"name":"getPost","description":"Get one public post or changelog entry by slug.","inputSchema":{"type":"object","properties":{"type":{"type":"string","enum":["posts","changelog"]},"slug":{"type":"string"}}}},{"name":"getFaqs","description":"Get public pricing FAQs, optionally filtered by topic.","inputSchema":{"type":"object","properties":{"topic":{"type":"string","optional":true}}}}]}