This blog is an MCP server: plug it into your AI assistant and it can read and search every post while you chat.
MCP (Model Context Protocol) is the standard that lets AI assistants use external tools. Add the URL below to Claude, Grok, ChatGPT, Cursor or any MCP client, and when you ask about startups, AI, travel or nomad life it can pull the actual posts — titles, dates, tags and full text — instead of guessing.
https://levels.io/mcphttps://levels.io/mcp, no auth neededclaude mcp add --transport http levelsio https://levels.io/mcphttps://levels.io/mcp, no authenticationhttps://levels.io/mcp, transport HTTP (streamable), authentication noneAdd an MCP server with transport http (streamable HTTP) and URL https://levels.io/mcp. The server is stateless JSON-RPC 2.0 (protocol 2025-06-18); machine docs at /llms.txt and /api.
search_posts | Search @levelsio's blog posts by words in the title, tags or body text, optionally filtered by tag or date. Returns matching posts with title, date, tags and URL. Use get_post for the full text. |
get_post | Get one blog post in full by its slug, as markdown plus metadata. Slugs come from search_posts. |
list_tags | List every tag on the blog with how many posts use it. |
Free, no signup, no key. Rate limited to 5 requests a second per IP (short bursts of 20 are fine), shared with the JSON API — enough for any real conversation, not enough to bulk-scrape the archive. Prefer one /api/posts call over fetching every slug in turn. The writing is @levelsio's; please link back to the post if you quote it.