{"schemaVersion":"2025-03-26","name":"Dagny","version":"1.0.0","description":"Dagny's public MCP server. Lookup businesses, audit sites, search across registries, and browse Dagny's own knowledge.","transport":{"type":"streamable-http","url":"https://bydagny.com/api/mcp"},"tools":[{"name":"lookup_business","description":"Look up a business across Brønnøysundregistrene, Google Places, OpenCorporates and HERE. Returns name, address, industry, and public metadata.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Business name, domain, or registry number"},"country":{"type":"string","description":"ISO 3166-1 alpha-2 country code (optional)"}},"required":["query"]}},{"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":"search","description":"Federated search across Dagny's business-discovery sources (Brønnøysund, Google Places, OpenCorporates, HERE). Returns deduped results.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search query"}},"required":["query"]}},{"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"},"locale":{"type":"string","description":"Locale (en or no)","enum":["en","no"]}},"required":["slug"]}}],"authentication":{"required":false},"rateLimit":{"requestsPerMinute":30}}