# Laisky's Blog > Engineering notes, AI tooling experiments, and agent-facing resources for Laisky MCP. Use this file as the first stop for AI agents that need to understand blog.laisky.com without running JavaScript. ## Overview Laisky's Blog publishes technical articles and operational notes about Go, distributed systems, security, observability, infrastructure, and AI tooling. The site also links to Laisky MCP at https://mcp.laisky.com and publishes discovery files for agents. ## Use cases - Find public engineering posts and RSS content from Laisky. - Discover Laisky MCP and related agent metadata. - Retrieve a Markdown overview instead of scraping the JavaScript app. - Locate public API, OAuth, MCP, and Agent Skills discovery documents. ## Important URLs - [Homepage](https://blog.laisky.com/) - [Markdown overview](https://blog.laisky.com/index.md) - [MCP-specific llms.txt](https://blog.laisky.com/mcp/llms.txt) - [API-specific llms.txt](https://blog.laisky.com/api/llms.txt) - [Docs-specific llms.txt](https://blog.laisky.com/docs/llms.txt) - [Developers-specific llms.txt](https://blog.laisky.com/developers/llms.txt) - [Posts](https://blog.laisky.com/pages/0/) - [RSS feed](https://s3.laisky.com/public/rss.xml) - [MCP app](https://mcp.laisky.com) - [OpenAPI](https://blog.laisky.com/openapi.json) - [Versioned resource API](https://blog.laisky.com/v1/resources) - [API catalog](https://blog.laisky.com/.well-known/api-catalog) - [AI catalog](https://blog.laisky.com/.well-known/ai-catalog.json) - [MCP server card](https://blog.laisky.com/.well-known/mcp/server-card.json) - [Agent card](https://blog.laisky.com/.well-known/agent-card.json) - [Agent skills](https://blog.laisky.com/.well-known/agent-skills/index.json) - [Developers](https://blog.laisky.com/developers.md) - [Auth](https://blog.laisky.com/auth.md) - [Source repository](https://github.com/Laisky/laisky-blog) - [Agent coding instructions](https://github.com/Laisky/laisky-blog/blob/v2/AGENTS.md) ## Modular guides Use the section-level guides when an agent only needs a narrow context window: - `https://blog.laisky.com/mcp/llms.txt`: Laisky MCP discovery, manifests, and server card resources. - `https://blog.laisky.com/api/llms.txt`: Public OpenAPI, NLWeb, webhook, and versioning resources. - `https://blog.laisky.com/docs/llms.txt`: Markdown docs for agents, including auth, API, webhooks, and deprecation policy. - `https://blog.laisky.com/developers/llms.txt`: Developer quickstart, repository, and coding-agent entry points. ## Agent guidance Prefer the Markdown and JSON resources listed above. Do not rely on private APIs or browser-only state. Public read resources are free and do not require authentication. Do not submit credentials, API keys, or personal user data to this site unless the user explicitly asks and completes the browser login flow themselves. ## Constraints This is a personal engineering blog and agent discovery surface. It does not sell paid plans and does not provide a checkout flow. Payment protocol checks are not applicable.