vaaya.ai
Strong technical baseline
Task
What does vaaya.ai do and who is it for? Explain it back to me.
Critical access needs attention
These checks describe whether an ordinary agent can enter, read, and operate the public site.
- 2 / 2 passed
Agents can reach the site
Crawler access and bot defenses.
- 1 / 2 passed
Core content is available
Useful content remains accessible without a fragile browser-only path.
- 2 / 2 passed
Navigation fails safely
Redirects and missing pages give agents a recoverable path.
- 4 / 4 passed
Controls are understandable
Forms and interactive controls expose usable names and structure.
Evaluated surfaces are technically strong
The public website is always evaluated. Optional surfaces appear when the scan finds positive evidence that they apply.
Public website
Strong
13 of 17 mature checks passed
API
Strong
10 of 12 mature checks passed
Authentication
Strong
3 of 3 mature checks passed
MCP
Strong
1 of 1 mature checks passed
Commerce
Strong
1 of 1 mature checks passed
Fix these gaps first
Critical access gaps come first, followed by other applicable readiness gaps.
- 01Critical access
Content without JavaScript
Serve at least 500 characters of meaningful homepage content in raw HTML. Add a clear H1, keep deeper heading levels sequential, and remove excessive non-content markup.
- 02Other readiness checks
Developer resource discoverability
Make your developer resources (API docs, OpenAPI spec, auth docs, developer portal, 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.
- 03Other readiness checks
Brand name discoverability
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.
- 04Other readiness checks
REST versioning / deprecation policy
Declare a versioning policy agents can rely on: version your API (in the URL path or a version header) and publish how you signal deprecation (a Sunset/Deprecation header or a documented timeline). Agents avoid integrating against a surface that can change without warning.
- 05Other readiness checks
Rate limit response headers
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.
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.
Essential10 of 11 passed · 77.6 / 80 points
- Content without JavaScriptPartial (67%)
5894 chars with H1, but 5.0% content ratio is below the 5% target
Recommendation
Serve at least 500 characters of meaningful homepage content in raw HTML. Add a clear H1, keep deeper heading levels sequential, and remove excessive non-content markup.
- Not blocked by bot detectionPassed
Site accessible to 6 AI agent user-agents
Recommendation
Allowlist known AI agent User-Agents (ChatGPT-User, ClaudeBot, Google-Extended, DeepSeekBot) in your WAF or bot-detection rules.
- Redirect hygienePassed
No meta-refresh stubs, JavaScript-redirect stubs, or cross-domain hops across 6 checked pages
Recommendation
Replace meta-refresh and JavaScript-only redirects with real HTTP 301/302 redirects. Non-JS agents never execute
location.hrefor wait for a meta refresh - they see only the stub page. Verify withcurl -sI <url>- you should see a Location header, not a 200 with a near-empty body. - Content behind authPassed
All 5 sampled pages are publicly readable (5 with substantive content)
Recommendation
Serve your content pages without a login wall. Agents cannot complete auth flows while browsing - a 401/403 or a login-form page is invisible content. Keep public documentation public; if some content must stay gated, publish an ungated summary so agents can still represent it.
- OpenAPI spec publishedPassed
OpenAPI spec found at https://vaaya.ai/openapi.json (version: 3.1.0)
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)Passed
Canonical URL serves text/markdown and text/html via Accept negotiation with Vary: Accept
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 reachabilityPassed
Reachable to all major AI crawlers - ChatGPT-User: reachable, ClaudeBot: reachable, Google-Extended: reachable, ora-agent: reachable, DeepSeekBot: reachable
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.
- OAuth 2.0 supportPassed
OAuth authorization server metadata at https://vaaya.ai (issuer=https://vaaya.ai)
Recommendation
Implement OAuth 2.0 for API authentication. Publish your authorization server metadata at /.well-known/oauth-authorization-server.
- Scoped permissionsPassed
scopes_supported declares 2 scope(s) in RFC 9728 metadata (e.g. vaaya:pay, vaaya:read)
Recommendation
Declare scoped API permissions where machines can read them: named OAuth scopes in your OpenAPI security schemes, or scopes_supported in RFC 9728 protected-resource metadata. Prose descriptions of roles help humans, but agents need the machine-readable declaration to request least-privilege access.
- JSON error responsesPassed
API returns JSON error responses (404 at https://api.vaaya.ai)
Recommendation
Return structured JSON error responses with error codes, messages, and resolution hints. Agents can't parse HTML error pages.
- Agent-friendly 404sPassed
Nonexistent paths return HTTP 404 with markdown guidance for agents - the strongest 404 contract
Recommendation
Return a real HTTP 404 (or 410) status for nonexistent paths - never a 200 with your app shell, which makes agents believe every path exists. For full credit, give the 404 response a short markdown body pointing agents at your sitemap, llms.txt, or docs index. Verify with
curl -s -o /dev/null -w "%{http_code}" https://yourdomain.com/some-path-that-does-not-exist- it must print 404.
Recommended18 of 23 passed · 17.5 / 20 points
- Developer resource discoverabilityPartial (33%)
Agent struggled to find developer resources by name - only 1 result(s) out of 8. Not found via search: developer portal
Recommendation
Make your developer resources (API docs, OpenAPI spec, auth docs, developer portal, 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 discoverabilityPartial (33%)
vaaya.ai appears once in brand-name search results for "Vaaya" (position #5 out of 6)
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 existsPassed
Valid sitemap found at https://vaaya.ai/sitemap.xml with 202 entries
Recommendation
Add a valid XML sitemap at /sitemap.xml listing all indexable URLs. Include lastmod dates and keep it under 50MB.
- JSON-LD structured dataPassed
Rich JSON-LD identity: Organization with name, description, url, and sameAs/logo/address (3 block(s))
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.
- Pricing info accessiblePassed
Pricing page found at /pricing
Recommendation
Make pricing discoverable - add a /pricing page or include pricing as schema.org/Offer structured data, so agents can find it without scraping a marketing page.
- Public API/docs linked from homepagePassed
API/docs link found on homepage and resolves: /docs/reference
Recommendation
Publish API documentation at a discoverable URL (/docs, /api, /developers). Include authentication, endpoints, and example requests.
- Agent instruction / when-to-usePartial (67%)
Agent instruction file at /.well-known/agent-skills/ but no explicit when-to-use guidance
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 completenessPassed
Organization schema complete with contactPoint and 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 pagesPassed
All trust anchor pages verified: 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.
- Page token budgetPassed
All 7 measured pages fit an agent context budget (largest ~1K tokens)
Recommendation
Keep each page's extracted text under ~100K characters (~25K tokens) so it fits an agent's context window without truncation. Split oversized reference pages into focused per-topic documents and link them from an index. Check a page with
curl -s <url> | wc -cand remember agents read the extracted text, not the raw HTML. - 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 portal found at /docs
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://vaaya.ai/docs/reference. 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.
- Agent onboarding frictionPassed
Zero-friction onboarding verified live: keyless API surface fetched without credentials - no signup step exists
Recommendation
Offer a free tier or trial, self-serve API key generation, and a sandbox environment. Agents can't fill out 'contact sales' forms.
- MCP server / manifestPassed
MCP server connected via Streamable HTTP - vaaya v1.0.0 (protocol 2025-06-18)
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 headersPartial (50%)
REST rate-limit headers documented in OpenAPI spec, but not observed on a live response (API requires authentication).
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.
- REST typed error modelPassed
OpenAPI defines a typed error schema in components.schemas and 4xx/5xx responses reference it
Recommendation
Document your error responses in your OpenAPI spec: give 4xx and 5xx responses a typed error schema (or use RFC 9457 application/problem+json). A consistent error object with a machine-readable code and a human-readable message lets agents handle failures without guessing.
- REST versioning / deprecation policyPartial (33%)
Deprecation or versioning policy mentioned in prose at https://vaaya.ai/openapi.json - formalize in OpenAPI spec for full credit
Recommendation
Declare a versioning policy agents can rely on: version your API (in the URL path or a version header) and publish how you signal deprecation (a Sunset/Deprecation header or a documented timeline). Agents avoid integrating against a surface that can change without warning.
- CLI tool availablePassed
CLI package found on npm: vaaya-cli
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.
- REST response schema coveragePassed
100% of operations define typed response schemas, 100% use application/json
Recommendation
Define typed JSON response schemas for every endpoint in your OpenAPI spec. Agents rely on these to know what fields they will get back; missing or partial schemas force trial-and-error.
- API schema complexity analysisPassed
REST: agent-friendly schema (184 operations, 100% with operationIds, 100% documented by description or summary)
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 compatibilityPassed
Compatible: 184/184 ops with IDs, 183/184 with typed schemas
Recommendation
Ensure API endpoints have unique operation IDs, typed schemas, and descriptions compatible with LLM function-calling formats.
Bonus signals39 positive · +5 points
- ARD discoveryPassed
ARD catalog valid at /.well-known/ai-catalog.json (spec 1.0) - 3/3 entries - served at the legacy path; the canonical ARD path is /.well-known/ard.json (ARD v0.91)
Recommendation
Also serve your catalog at /.well-known/ard.json - the canonical ARD v0.91 path. Keeping the legacy /.well-known/ai-catalog.json alias up alongside it is fine.
- AI Catalog discoveryPassed
Valid AI Catalog at /.well-known/ai-catalog.json (spec 1.0) - 3/3 entries
Recommendation
Serve a valid catalog at /.well-known/ai-catalog.json - the AI Catalog Standard's own discovery path - so consumers following that spec (see https://ai-catalog.io/) also find you. The same document you serve at /.well-known/ard.json works unchanged.
- ARD entry validityPassed
All 3 entries valid with domain-anchored urn:air identifiers (catalog at /.well-known/ai-catalog.json)
Recommendation
Make every catalog entry fully valid: a domain-anchored urn:air identifier, a displayName, a media type, and exactly one of url or data. Applies to the catalog at /.well-known/ard.json or the legacy /.well-known/ai-catalog.json.
- Listed in MCP registriesPassed
Verified in 2 registries: Smithery (vaaya/vaaya) [entry-to-product], npm (@vaaya/mcp) [npm-scope] - 4550 agent uses
Recommendation
Register your MCP server on Smithery (smithery.ai) or mcp.so so agent platforms can discover your tools. Link the registry entry from your homepage or docs for bi-directional verification.
- NPM/PyPI SDK packagePassed
NPM package found: @vaaya/mcp - "Vaaya MCP server — pay-per-call agent superpowers: media & video generation, product demo videos, web search & scraping, deep/market research, GTM & sales lead enrichment, code sandboxes, browser automation, email, memory. No API keys."
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. - Listed on skills.shPassed
1 official skill published on skills.sh - 1 total installs (skills.sh/vaaya-ai)
Recommendation
Publish agent skills on skills.sh so AI agents can discover your product's capabilities. Create a SKILL.md in your GitHub repo and register it with 'npx skills add'. See skills.sh/docs.
- Registry brandingPassed
MCP manifest has full branding (name, icon, description) at /.well-known/mcp/server-card.json
Recommendation
Give your MCP server-card (at /.well-known/mcp/server-card.json) a display name, an icon or logo, and a description - all three together are what reads as a complete, branded listing agents can present.
- Agent discovery filePassed
Agent Skills index (agentskills.io) found at /.well-known/agent-skills/index.json with 1 skill(s)
Recommendation
Publish an Agent Skills index at /.well-known/agent-skills/index.json that lists your capabilities, with each skill carrying a name and a description so agents can find and parse what you offer.
- Agent Skills index conformance (v0.2.0)Partial (50%)
Index missing $schema field - treated as v0.1.0; add "$schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json" to upgrade
Recommendation
Upgrade /.well-known/agent-skills/index.json to the v0.2.0 schema: add "$schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json", and give every entry a type (skill-md or archive), url, and digest. Use "digest": "sha256:<64 lowercase hex chars>" (e.g. "digest": "sha256:a3f1...") - a bare "sha256": "" field is also accepted. Compute the value from the artifact's raw bytes.
- MCP well-known discoveryPassed
MCP server discoverable at standard path https://vaaya.ai/.well-known/mcp.json
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.
- Markdown URL fallbackPartial (50%)
Partial markdown fallback support. Homepage (https://vaaya.ai/index.md) returns markdown, but 3 of 3 sampled content pages do not: https://vaaya.ai/.well-known/oauth-authorization-server.md, https://vaaya.ai/api-keys.md, https://vaaya.ai/docs.md. To earn full credit, serve a .md twin for each content page (e.g. /docs/auth -> /docs/auth.md) with text/markdown content-type or a heading-led non-HTML body.
Recommendation
Let agents fetch markdown by appending .md to page URLs. Required for any credit: serve a markdown homepage at /index.md. For full credit (2/2): also serve a .md twin for each content page (e.g. /docs/auth -> /docs/auth.md). Content-Type should be text/markdown and the body should start with a top-level heading (not HTML).
- Sitemap freshness (lastmod)Passed
100% of 202 sampled sitemap entries carry lastmod; newest is 1 day(s) old
Recommendation
Add dates (W3C datetime, e.g. 2026-08-01) to your sitemap entries and update them when content actually changes. Aim for lastmod on at least half your entries with the newest within the last year. Verify with
curl https://yourdomain.com/sitemap.xml | grep lastmod. - llms.txt existsPassed
Found the llms.txt at https://vaaya.ai/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: 102 lines with markdown links, 7,936 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.
- JSON-LD entity linking (sameAs)Partial (50%)
Entity linking to github.com - add more authority profiles (Wikipedia, Wikidata, LinkedIn, GitHub)
Recommendation
Add sameAs links in your JSON-LD structured data pointing to your Wikipedia page, Wikidata entry, GitHub org, and social profiles. This helps AI disambiguate your brand from similarly named entities.
- Schema type breadthPartial (50%)
Some extended schema types found: Service, FAQPage - 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 resolvePassed
All 5 probed llms.txt links resolve to real content
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. - Markdown agent docsPassed
Path-suffix markdown docs served with text/markdown content-type: /index.md
Recommendation
Pick one: (a) return Content-Type: text/markdown on GET when the request sends Accept: text/markdown, or (b) publish a static /llms.md, /auth.md, or /agents.md file at your root with real markdown content. Option (b) is usually a single static file. This is the cold-discovery path for agents that land at your homepage from web search without reading llms.txt first.
- MCP tool descriptionsPassed
All 11 tools on product MCP have detailed descriptions (>= 20 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 schemasPartial (50%)
7/11 tools on product 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
product MCP identifies as "vaaya" 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
product MCP exposes 11 tools - substantial tool 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 namingPartial (50%)
Consistent naming convention but some names too short
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').
- OAuth Protected Resource metadata (RFC 9728)Passed
RFC 9728 metadata: resource=https://vaaya.ai/mcp, authorization_servers (1), scopes_supported (2)
Recommendation
Publish RFC 9728 protected-resource metadata at /.well-known/oauth-protected-resource. Include the resource field plus enough supporting metadata - your authorization servers, supported scopes, accepted bearer methods - that an agent can work out how to authenticate without first triggering a 401.
- Agent auth discovery metadataPartial (33%)
PRM + AS metadata both present but AS metadata has no agent_auth block
Recommendation
Publish RFC 9728 protected-resource metadata at /.well-known/oauth-protected-resource on your resource server (the host that actually serves the API, e.g. api.) with
resourceandauthorization_servers. Publish RFC 8414 authorization-server metadata at /.well-known/oauth-authorization-server on the AS origin, and include the WorkOS auth.mdagent_authblock withidentity_endpoint,identity_types_supporteddrawn from the spec enum (anonymous,identity_assertion,service_auth- the assertion variant, the ID-JAG URNurn:ietf:params:oauth:token-type:id-jag, belongs insideidentity_assertion.assertion_types_supported, not at the top level), and theidentity_assertion.assertion_types_supportedblock when you advertise that type, so agents can check their assertion shape is accepted before minting. Cross-link by listing the AS origin in PRMauthorization_servers, and pointagent_auth.skillback at your published /auth.md. Spec: https://github.com/workos/auth.md. - Agent auth WWW-Authenticate hintPassed
401 at /mcp with spec-shaped WWW-Authenticate hint: Bearer realm="vaaya", resource_metadata="https://vaaya.ai/.well-known/oauth-protected-resource"
Recommendation
Return a 401 carrying a spec-shaped
WWW-Authenticate: Bearer resource_metadata="<your protected-resource metadata URL>"header on your API's primary entry points, so an agent learns your auth requirements from one request instead of hunting for the well-known document. Point the metadata URL at /.well-known/oauth-protected-resource on the host that serves the API. Spec: https://github.com/workos/auth.md. - MCP error handlingPassed
product 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
product MCP uses modern Streamable HTTP transport
Recommendation
Upgrade your MCP server from legacy SSE to Streamable HTTP transport. HTTP+SSE is formally deprecated with a year-long offramp; Streamable HTTP is the current standard and supports bidirectional communication.
- WebMCP supportPassed
Declarative WebMCP API detected (1 form(s) with toolname + tooldescription attributes)
Recommendation
Expose in-page tools via WebMCP, the W3C draft standard for browser-resident AI agents. Add toolname and tooldescription attributes to your action forms - they survive into server-rendered HTML, so scanners and agents can see them - and register richer tools from client-side JS with document.modelContext.registerTool() (navigator.modelContext is the deprecated pre-Chrome-150 alias). Chrome ships WebMCP in 157 after the 149-156 origin trial, and the ChatGPT desktop browser and ChatGPT Sites call WebMCP site tools since August 2026.
- Idempotency-Key supportPartial (33%)
REST Idempotency-Key support mentioned in llms.txt - add formal Idempotency-Key header param to OpenAPI spec for full credit
Recommendation
Support an idempotency key on your write operations and declare it where agents can read it: an Idempotency-Key header parameter on your POST/PUT/PATCH operations in your OpenAPI spec for REST, or a client-supplied id argument on your GraphQL mutations. Agents retry on network failures, and without this a retry can double-charge or duplicate a record.
- 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. - MCP tool annotationsPassed
product MCP: 11/11 tools have behavioral annotations (readOnlyHint/destructiveHint)
Recommendation
Add behavioral annotations (readOnlyHint, destructiveHint) to your MCP tools. Agents use these to avoid destructive actions without user confirmation.
- MCP server-card.jsonPartial (50%)
MCP server card found at https://vaaya.ai/.well-known/mcp/server-card.json but missing serverUrl (drift: card advertises 42 tools, live server has 11)
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.
- Accessible document structurePassed
Server HTML is a well-structured document (main=true, landmarks=4/4, h1=1, maxHeadingSkip=1).
- Native interactive controlsPassed
45 native controls, 2 non-native div-soup affordances (96% native).
- Accessible names on controlsPassed
45/45 interactive elements have a computable accessible name (100%).
- Form control labelingPassed
1/1 form controls have an associated label (100%).
- Accessibility-tree injection safety (bonus)Passed
No hidden instruction text detected in accessibility-tree attributes or off-screen content.
- x402 payment protocolPassed
x402 payment challenge at POST https://vaaya.ai/api/run/fal/upload (v2)
Recommendation
Implement x402 payment protocol so AI agents can pay for API access via HTTP 402. x402 uses PAYMENT-REQUIRED/PAYMENT-SIGNATURE/PAYMENT-RESPONSE headers with Base64-encoded JSON. Add a /discovery/resources endpoint for agent discovery.
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-09-01T18-30-24-097Z