AI Search Optimization, Part 5: The Tool-Invocation Moat

Getting cited is table stakes. The real moat for a tools site is being the capability an agent actually *runs* — via API or MCP. Here's the bet, the monetization ladder, and why we've gated it on a demand signal instead of building it blind.

Read more →

AI Search Optimization, Part 3: llms.txt and the Agentic Web (An Honest Take)

Everyone's shipping an llms.txt. Almost no AI engine reads it — yet. Here's what it actually does, who really fetches it, and the crawler/indexing plumbing that matters far more for showing up in ChatGPT.

Read more →

Building an MCP Server for AI Integration - Part 1: Foundation

Learn to build a Model Context Protocol server that extends AI assistants with custom tools. Part 1 covers MCP fundamentals and building your first server with FastMCP SDK.

Read more →

Building an MCP Server - Part 2: Plane API Integration

Build 24 production-ready MCP tools for Plane project management. Learn API client patterns, rate limiting, and organizing tools by domain.

Read more →

Building an MCP Server - Part 3: Advanced Features

Add intelligence tools for complexity analysis, dependency parsing, and topological sorting. Plus Git and GitHub integrations for complete project automation.

Read more →

Building an MCP Server - Part 4: Docker & Traefik Deployment

Deploy your MCP server with Docker and Traefik. Support both local (stdio) and remote (SSE) modes with automatic SSL certificates and production-ready configuration.

Read more →

Building an MCP Server - Part 5: Production & Security

Harden your MCP server for production with API key authentication, IP whitelisting, rate limiting, comprehensive error handling, and monitoring.

Read more →