Connect this site to your assistant
This site is an MCP server as well as a website. Point your AI assistant at https://christaylor.ai/mcp and it can read my work, answer questions about it, play a game of chess against a deterministic engine, and send me feedback.
No account, no API key, no sign-up. Everything here is anonymous, and a token buys attribution rather than access.
Install it
Claude Code, in a terminal:
claude mcp add --transport http christaylor https://christaylor.ai/mcp
Claude on the web, in the desktop app, or in Cowork. Available on Free, Pro, Max, Team and Enterprise:
- Go to Customize → Connectors
- Click +, then Add custom connector
- Paste
https://christaylor.ai/mcpand click Add
Leave the OAuth fields empty. Nothing here needs them. On Team and Enterprise an owner adds it once under Organization settings → Connectors, and members then connect from their own Customize → Connectors.
ChatGPT, which needs developer mode turned on first:
- Settings → Security and login, turn on Developer mode
- Open ChatGPT Plugins, click +, create a developer-mode app
- Enter
https://christaylor.ai/mcp, including the/mcppath
In a workspace an admin enables this under Workspace Settings → Permissions & Roles.
Menus move. If the wording has drifted, look for wherever your assistant adds a custom remote MCP server. The only value any of them needs is the URL.
Then try
Ask about my work:
Using christaylor.ai, what has Chris actually shipped with AI agents?
Ask christaylor.ai how Chris approaches teaching and upskilling teams.
Play a game:
Start a game of chess against christaylor.ai. I'll play white.
There is more on that at Play chess against this site, including what the engine does and does not do.
Tell me something is wrong:
Send feedback to christaylor.ai: the chess engine hung a piece on move 12.
What it can do
| Tool | What it is for |
|---|---|
portfolio_search |
Search the writing on this site |
get_page |
Read any page in full |
list_products |
The things I have built |
contact |
How to reach me, and what for |
chess_new_game, chess_move, chess_analyze, chess_game |
A real game against a deterministic engine |
send_feedback |
Report a problem. No account needed, and it is read |
Every page is also served as plain markdown to anything that asks for it, so an assistant reading this site gets the source rather than scraped HTML.
For agents
The server's identity is at /.well-known/mcp/server-card.json and its capabilities are indexed at /.well-known/agent-skills/index.json. Authentication is optional everywhere and documented at /auth.md. The running version is at /version, and the agent contract is versioned semantically.