{"schemaVersion":"2025-03-26","name":"Dagny","version":"1.0.0","description":"Dagny's public MCP server. Audit sites and browse Dagny's own knowledge (industries, pricing, blog).","transport":{"type":"streamable-http","url":"https://bydagny.com/api/mcp"},"tools":[{"name":"audit_site","description":"Audit a website for SEO, AEO, technical quality, and agent-readiness. Returns a graded report with per-check recommendations.","inputSchema":{"type":"object","properties":{"url":{"type":"string","description":"Full URL of the site to audit"}},"required":["url"]}},{"name":"get_industries","description":"List every industry Dagny has a tailored landing page for, with slug, name, and headline.","inputSchema":{"type":"object","properties":{}}},{"name":"get_pricing","description":"Return Dagny's current pricing tiers (Starter, Growth, Scale) with features and monthly price.","inputSchema":{"type":"object","properties":{}}},{"name":"get_blog_post","description":"Fetch the markdown body and metadata of a single blog post by slug.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Blog post slug"}},"required":["slug"]}}],"authentication":{"required":false},"rateLimit":{"requestsPerMinute":30}}