benmilne
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@benmilnesearch for essays on payments"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
benmilne-com/agents
Agent discovery configuration, agent skills, and developer resources for benmilne.com — the personal site of Ben Milne, founder of Brale.
The site serves 73 essays in 14 languages with a public API, RSS feeds, OpenAPI spec, and MCP tools — all from a single Cloudflare Workers application with content negotiation (HTML, JSON, Markdown from the same URL).
Install MCP Server
Platform | Action |
VS Code | |
Cursor | |
Claude |
|
Any MCP client |
|
Related MCP server: papermoon-mkdocs-mcp
Agent Skills
Install skills for AI coding agents:
npx skills add benmilne-com/agentsSkill | Description |
Query and search benmilne.com content via MCP JSON-RPC tools | |
Full-text search across 69 published essays | |
Retrieve and download The Value Layer PDF book |
Quick links
CLI
# Node.js
npm install -g benmilne-api
benmilne search "payments"
# Python
pip install benmilne-api
benmilne-api search "stablecoins"See AGENTS.md for full endpoint documentation.
Related
x402-payment-path — gate any action behind stablecoin payments (write-up)
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Read-only search and Markdown access to liz's public docs, prompts, resources, and an MCP App.
- docs2mcpOAuthcom.docs2mcp
Query your own PDFs and documents from any MCP client. Every answer cites the page it came from.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Search your newsletter and YouTube archive, drafted actions and working context from any MCP client.
Related MCP Servers
- FlicenseAqualityCmaintenanceEnables searching documentation from GitHub repositories and web pages via MCP tools, with in-memory indexing and caching for fast retrieval.3-
- AlicenseNot gradedqualityAmaintenanceEnables searching, reading, and navigating MkDocs documentation sites through MCP tools for keyword, semantic, or hybrid search, document browsing, and project metadata.1BSD 2-Clause "Simplified"
- AlicenseNot gradedqualityBmaintenanceProvides MCP tools for semantic search over personal knowledge sources using pluggable embeddings and local vector indexing.1MIT
- AlicenseAqualityAmaintenanceEnables browsing, searching, and quote verification of a local ebook library via MCP, providing deterministic RAG with no embeddings or network.62MIT