{"schemaVersion":"2025-03-26","name":"Dagny","version":"1.0.0","description":"Dagny's public MCP server. Audit a site for SEO, AEO and agent readiness, and read Dagny's own facts: industries, pricing, blog.","transport":{"type":"streamable-http","url":"https://www.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 the 30 trades Dagny has pages for: slug, name and the AI and website page URLs in English and Norwegian.","inputSchema":{"type":"object","properties":{}}},{"name":"get_pricing","description":"Return the plans on sale (Starter, Agency) with monthly price, credits, terms and features.","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}}