← Back to search
25
Basic
Agentic Readiness Score
developer openapiapiai-friendlyai

Agentic Signals

📄
llms.txt
Not found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 25/100

            

OpenAPI Spec (preview)

{ "openapi": "3.0.0", "info": { "title": "MCP Server API", "version": "0.1.0", "description": "API documentation for the MCP Server" }, "servers": [ { "url": "/", "description": "Current environment" } ], "security": [ { "ApiKeyAuth": [] }, { "CookieAuth": [] } ], "components": { "securitySchemes": { "ApiKeyAuth": { "type": "apiKey", "in": "header", "name": "x-api-key", "descript