← Back to search
40
Partial
Agentic Readiness Score
+25 llms.txt +15 structured API missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
developer llms-txtapihostingdevtoolsshipping

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Found
🛡
Not specified
🏷
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 40/100

            

llms.txt Content

# xmcp > xmcp is a framework for building and shipping MCP servers with TypeScript. Designed with DX in mind, it simplifies setup and removes friction in just one command — making it easy to build & deploy AI tools on top of the Model Context Protocol ecosystem. ## Docs - [Introduction](/docs): xmcp is a framework for building and shipping MCP servers with TypeScript. Designed with DX in mind, it simplifies setup and removes friction in just one command — making it easy to build & deploy AI tools on top of the Model Context Protocol ecosystem. ## adapters - [Express](/docs/adapters/express): Plug xmcp into your existing Express application. - [Fastify](/docs/adapters/fastify): Run an xmcp MCP server on Fastify. Works on any Node.js deployment target including AWS Lambda. - [NestJS](/docs/adapters/nestjs): Plug xmcp into your existing NestJS application with automatic tool discovery and customizable module configuration. - [Next.js](/docs/adapters/nextjs): Plug xmcp into your existing Next.js application. ## authentication - [API Key](/docs/authentication/api-key): Secure access and protect your MCP server using API keys. - [JSON Web Token](/docs/authentication/jwt): Secure access and protect your MCP server using JSON Web Tokens. - [OAuth](/docs/authentication/oauth): Production-ready OAuth implementations with authentication plugins. ## configuration - [Bundler](/docs/configuration/bundler): Extend the bundler configuration for your MCP server. - [Custom Directories](/docs/configuration/custom-directories): Customize where xmcp looks for tools, prompts, and resources. - [Server Info](/docs/configuration/server-info): Customize the name, description, instructions, icons, and home page of your MCP server. - [Telemetry](/docs/configuration/telemetry): A condensed version of the telemetry policy with actionable opt-out instructions. - [Transports](/docs/configuration/transports): Customize the transport types for your MCP server. ## core-concepts - [CSS]