www.brandfetch.com
Agents are likely to struggle
Task
What does www.brandfetch.com do and who is it for? Explain it back to me.
Critical access blockers remain
These checks describe whether an ordinary agent can enter, read, and operate the public site.
- 0 / 2 passed
Agents can reach the site
Crawler access and bot defenses.
- 0 / 1 passed
Core content is available
Useful content remains accessible without a fragile browser-only path.
Evaluated surfaces have material gaps
The public website is always evaluated. Optional surfaces appear when the scan finds positive evidence that they apply.
Public website
Blocked
3 of 13 mature checks passed
API
Needs work
4 of 9 mature checks passed
MCP
Ready with gaps
2 of 3 mature checks passed
Fix these gaps first
Critical access gaps come first, followed by other applicable readiness gaps.
- 01Critical access
Content without JavaScript
Server-side render your homepage so AI crawlers see meaningful content without JavaScript. Ensure an H1 and 500+ chars of text in raw HTML.
- 02Critical access
Not blocked by bot detection
Allowlist known AI agent User-Agents (ChatGPT-User, ClaudeBot, Google-Extended, DeepSeekBot) in your WAF or bot-detection rules.
- 03Critical access
Agent crawler reachability
Verify that major agent User-Agents can reach the homepage. If your WAF or bot rules block them, remove or narrow the blocking rule. Add an allow rule only when your security setup denies them by default.
- 04Other readiness checks
JSON error responses
Return structured JSON error responses with error codes, messages, and resolution hints. Agents can't parse HTML error pages.
- 05Other readiness checks
Markdown content negotiation (acceptmarkdown.com)
On the responses that serve text/markdown via Accept negotiation, add Accept to the Vary header (Vary: Accept, Accept-Encoding). Without it, CDNs can serve the cached HTML variant to an agent asking for markdown (or vice versa), depending on which variant landed in cache first.
Audit the checks behind the score
Applicable evidence is grouped by how it contributes to this preview model. Bonus checks appear only when they add points.
Essential2 of 7 passed · 22.9 / 80 points
- Content without JavaScriptFailed
Homepage blocked by WAF/security challenge - content not accessible to agents
Recommendation
Server-side render your homepage so AI crawlers see meaningful content without JavaScript. Ensure an H1 and 500+ chars of text in raw HTML.
- Not blocked by bot detectionFailed
Agents blocked: GPTBot, ClaudeBot, ChatGPT-User, PerplexityBot, Google-Extended, Applebot-Extended
Recommendation
Allowlist known AI agent User-Agents (ChatGPT-User, ClaudeBot, Google-Extended, DeepSeekBot) in your WAF or bot-detection rules.
- OpenAPI spec publishedPassed
OpenAPI spec found at https://docs.brandfetch.com/openapi.json (version: 3.0.1)
Recommendation
Publish an OpenAPI (Swagger) specification at /openapi.json or /api/openapi.yaml. This is how agents understand your API surface automatically.
- Markdown content negotiation (acceptmarkdown.com)Failed
Not acceptmarkdown.com compliant: Accept: text/markdown returned text/html; charset=utf-8; Vary header missing Accept (got "accept-encoding")
Recommendation
On the responses that serve text/markdown via Accept negotiation, add Accept to the Vary header (Vary: Accept, Accept-Encoding). Without it, CDNs can serve the cached HTML variant to an agent asking for markdown (or vice versa), depending on which variant landed in cache first.
- Agent crawler reachabilityFailed
No major AI crawler can reach the homepage - ChatGPT-User: blocked, ClaudeBot: blocked, Google-Extended: blocked, ora-agent: blocked, DeepSeekBot: blocked
Recommendation
Verify that major agent User-Agents can reach the homepage. If your WAF or bot rules block them, remove or narrow the blocking rule. Add an allow rule only when your security setup denies them by default.
- JSON error responsesFailed
API does not return JSON error responses (or no API detected)
Recommendation
Return structured JSON error responses with error codes, messages, and resolution hints. Agents can't parse HTML error pages.
- MCP resources exposedPassed
MCP server exposes 1 resource(s) via resources/list
Recommendation
If your MCP server advertises the resources capability in its initialize handshake, make sure resources/list returns at least one resource. If you don't intend to expose resources, omit the capability - the check returns na with no penalty for tool-only servers. Quality of the resources you do return is scored separately by mcp-resource-quality.
Recommended7 of 18 passed · 11.9 / 20 points
- Developer resource discoverabilityPartial (67%)
Agent found developer resources by name including developer portal (5 relevant pages). Not searchable: API docs
Recommendation
Make your developer resources (API docs, OpenAPI spec, auth docs, webhooks, MCP server) discoverable by name. Publish them at predictable URLs, list them in llms.txt, and include your product name in page titles and headings so search engines surface them for name-based queries.
- Brand name discoverabilityPassed
brandfetch.com appears at position #1 in a clean brand-name search for "brandfetch" (1 total match)
Recommendation
Make sure a clean search for your brand name returns your own domain in the top results. If it does not, your brand may be too generic, conflict with a more established term, or not yet indexed. Strengthen brand-name search by claiming consistent NAP across listings, earning press mentions that link to the canonical domain, and avoiding redirect chains that mask the apex domain in search results.
- Sitemap existsFailed
No sitemap found
Recommendation
Add a valid XML sitemap at /sitemap.xml listing all indexable URLs. Include lastmod dates and keep it under 50MB.
- JSON-LD structured dataPartial (75%)
JSON-LD Organization with name + description - add url and sameAs/logo/address for full score
Recommendation
Add JSON-LD structured data to your homepage using the identity type that matches your site - SoftwareApplication for products, Organization or LocalBusiness for companies, Person for personal sites, Article for blogs - with name, description, url, and type-appropriate fields (offers, sameAs, author) so AI can parse your identity programmatically.
- Public API/docs linked from homepagePassed
Documentation site found at https://docs.brandfetch.com
Recommendation
Publish API documentation at a discoverable URL (/docs, /api, /developers). Include authentication, endpoints, and example requests.
- Agent instruction / when-to-usePartial (67%)
When-to-use guidance found at https://docs.brandfetch.com
Recommendation
Tell agents when to reach for you: add a 'when to use this' section to your llms.txt (or a dedicated agent-instructions file) that names your best-fit use cases and how an agent should call you. Be specific about the jobs you are right for - generic marketing copy does not read as guidance.
- Metadata completenessPassed
All metadata signals present: canonical URL, lang="en", og:image, og:type
Recommendation
Add all four signals to your homepage: , , , and . Agents use these for entity resolution and attribution.
- Organization schema completenessPartial (50%)
Organization schema found but missing: contactPoint, address
Recommendation
Add Organization JSON-LD that includes both contactPoint (with email/phone and contactType) and address (PostalAddress). This lets AI verify your business legitimacy and answer contact queries.
- Trust anchor pagesFailed
No trust anchor pages found with sufficient content (About, Contact, Privacy)
Recommendation
Publish real /about, /contact, and /privacy pages with at least 500 characters of content each. These are the pages AI agents check to verify your business is legitimate before recommending you.
- Code fence validityPassed
Code fences balanced across 1 markdown document
Recommendation
Close every fenced code block (``` or ~~~) in your served markdown. CommonMark treats everything after an unclosed fence as code, so an agent parsing the document silently loses the rest of it. Count fence lines per file - the total must be even.
- Developer portalPassed
Developer documentation portal found at https://docs.brandfetch.com
Recommendation
Create a developer portal at /developers with API keys, documentation, quickstart guides, and a sandbox environment.
- Public API with reachable endpointsPassed
REST API documentation found at https://docs.brandfetch.com/get-started.md. GraphQL endpoint at https://brandfetch.com/delivery-methods/graphql is reachable; introspection requires authentication (API key / OAuth), which is expected for agent access. Best-of-protocols score: 7/7.
Recommendation
Expose a public REST or GraphQL API. AI agents need programmatic access - not just a web UI - to integrate with your product.
- MCP server / manifestPartial (50%)
MCP server listed in registry (Smithery, brandfetch) but no live MCP protocol handshake - add /.well-known/mcp or ensure the deployment responds to initialize
Recommendation
Build an MCP (Model Context Protocol) server exposing your API as tools. Use Streamable HTTP transport for full score. This lets Claude, ChatGPT, and other AI agents call your product natively.
- Rate limit response headersFailed
GraphQL introspection auth-gated and no header convention documented on GraphQL-tagged pages
Recommendation
Return standard rate-limit headers on your API responses (the RFC RateLimit headers, plus Retry-After on a 429) so agents can self-throttle in real time, and document the conventions alongside your API.
- CLI tool availablePartial (67%)
CLI tool mentioned in llms.txt
Recommendation
Publish an official CLI tool on npm, PyPI, or Homebrew. A CLI lets agents and developers script interactions with your product without building API integrations from scratch.
- API schema complexity analysisFailed
GraphQL: introspection auth-gated and no schema evidence in docs
Recommendation
Make your API spec self-describing: a unique operationId and a description on every operation, typed parameters, and response schemas. For GraphQL, a fully typed schema with a documented cost or rate limit reads best.
- Function calling compatibilityFailed
No API spec found - function calling requires discoverable endpoints
Recommendation
Ensure API endpoints have unique operation IDs, typed schemas, and descriptions compatible with LLM function-calling formats.
- MCP resource qualityPassed
1/1 resources read with valid mimeType and non-empty content
Recommendation
Ensure every resource returned by resources/list reads cleanly via resources/read: declare a valid mimeType, return non-empty content, and make sure any URIs in the content resolve. Broken or empty resources break agent UX silently.
Bonus signals18 positive · +4.1 points
- NPM/PyPI SDK packagePassed
NPM package found: @brandfetch/n8n-nodes-brandfetch - "The official n8n community node for Brandfetch API — Tap into the most complete library of brand logos, data, and assets."
Recommendation
Publish a JavaScript/TypeScript SDK package on npm so developers can integrate your API programmatically. In package.json set
repositoryto your source repo andhomepageto your product domain - these links are how agents confirm the package is your official SDK rather than a third-party tool with a similar name. - MCP well-known discoveryPassed
MCP server discoverable via server-card.json at /.well-known/mcp/
Recommendation
Serve your MCP server at /.well-known/mcp, publish a server-card.json at /.well-known/mcp/server-card.json, or reference it in llms.txt so agents can discover it automatically without manual URL input.
- llms.txt existsPassed
Found the llms.txt at https://docs.brandfetch.com/llms.txt.
Recommendation
Create an llms.txt file at your domain root (/llms.txt) - the AI equivalent of robots.txt. Write at least 100 characters of real content: what your product is, what it does, and links to your key docs. Then verify it with
curl https://yourdomain.com/llms.txt- you should see your text, not HTML. If your app returns its homepage for every URL (common with single-page apps), add a static file route so the raw text is served. A placeholder with just a heading earns no credit. - llms.txt formattingPassed
The llms.txt is well-formatted: 58 lines with markdown links, 7,761 characters in total.
Recommendation
Format your llms.txt as a navigation index: start with a markdown heading, include markdown links to deeper resources, and keep it under 30,000 characters. If you have more to say, move long-form content into /llms-full.txt or per-section files (e.g. /docs/llms.txt, /api/llms.txt) and link to them from the main index.
- Schema type breadthPartial (50%)
Some extended schema types found: BreadcrumbList - add FAQPage, Service, or AggregateRating for full coverage
Recommendation
Expand your JSON-LD beyond Organization/WebSite. Add FAQPage for common questions, Service or Product for offerings, AggregateRating or Review for social proof, and BreadcrumbList for navigation context.
- llms.txt links resolvePartial (50%)
1 of 5 probed llms.txt links do not resolve: https://docs.brandfetch.com/playground/index.md
Recommendation
Make every link your llms.txt declares resolve to real content. Verify each one with
curl -L <url>- you should see the linked document, not your homepage. If your app returns the homepage shell for unknown paths (common with single-page apps), a 200 status is not proof: check the body. Fix or remove any dead link; agents that follow the index treat a broken link as a dead end. - MCP tool descriptionsPassed
All 3 tools on docs MCP have detailed descriptions (>= 30 chars)
Recommendation
Add detailed descriptions (>= 20 chars) to every MCP tool. Agents use these to decide which tool to call - vague descriptions lead to wrong tool selection.
- MCP parameter schemasPassed
3/3 tools on docs MCP have parameter schemas
Recommendation
Define inputSchema with typed properties and required arrays for each tool. Agents need schema info to construct valid tool calls without guessing.
- MCP server identityPassed
docs MCP identifies as "Brandfetch" v1.0.0 with instructions
Recommendation
Set server name, version, and instructions in your MCP server's initialize response. Instructions help agents understand your server's purpose and constraints.
- MCP tool listingPassed
docs MCP exposes 3 tool(s) - focused docs surface
Recommendation
Expose 3+ tools via your MCP server's tools/list endpoint. Cover your core API surface - agents need tools for read, write, and search operations.
- MCP tool namingPassed
All 3 tool names follow consistent convention, descriptive, and non-generic
Recommendation
Use consistent naming conventions (snake_case or camelCase) for all MCP tools. Names should be descriptive (>= 4 chars) and not generic (avoid 'run', 'get', 'do').
- MCP auth mechanismPassed
docs MCP is public - correct posture for documentation surface
Recommendation
Protect your MCP server with OAuth 2.0 authentication. Publish authorization server metadata at /.well-known/oauth-authorization-server for automatic agent auth flows.
- MCP error handlingPassed
docs MCP returns structured JSON-RPC errors with code and message
Recommendation
Return structured JSON-RPC errors (with code and message) when agents call invalid tools or pass bad arguments. Don't crash or return empty responses.
- MCP modern transportPassed
docs MCP uses modern Streamable HTTP transport
Recommendation
Upgrade your MCP server from legacy SSE to Streamable HTTP transport. Streamable HTTP is the current standard and supports bidirectional communication.
- Multi-language SDK packagesPartial (33%)
SDK package found only in npm
Recommendation
Publish official SDK packages across multiple language ecosystems (npm, PyPI, Go modules, RubyGems). Auto-generate them from your OpenAPI spec using tools like openapi-generator. For each package set the project URL or homepage to your product domain (package.json
repository/homepage, PyPIHome-Pageorproject_urls, RubyGemshomepage_uri) - this is how agents verify the package is your official SDK. - NLWeb /ask endpointPassed
NLWeb /ask endpoint exists but requires authentication (HTTP 403, via GET)
Recommendation
Implement Microsoft's NLWeb protocol by adding a POST /ask endpoint that accepts natural-language queries and returns JSON with _meta (response_type, version). See github.com/microsoft/NLWeb.
- MCP tool annotationsPassed
docs MCP: 3/3 tools have behavioral annotations
Recommendation
Add behavioral annotations (readOnlyHint, destructiveHint) to your MCP tools. Agents use these to avoid destructive actions without user confirmation.
- MCP server-card.jsonPassed
MCP server card found at https://docs.brandfetch.com/.well-known/mcp/server-card.json (2 tools advertised)
Recommendation
Publish a server card at /.well-known/mcp/server-card.json describing your MCP server. Required fields: name, description, version, serverUrl, tools[]. This lets agents preview your server before opening a transport connection.
Inspect the underlying audit
The complete Ora audit uses evidence from the scan on . After applying changes, run another scan from the homepage to refresh these recommendations.
Sign me up for Vercel product updates and marketing emails.
Unsubscribe anytime. Privacy Notice
Source: Ora API
Snapshot 2026-08-22T15-46-40-824Z