Model Context Protocol (MCP) Integration
Connect AI assistants like Claude directly to janisheck.com content
What is MCP?
Model Context Protocol (MCP) is a standardized way for AI assistants like Claude to interact with external data sources and tools. This site now implements MCP, allowing AI assistants to directly access blog posts and search functionality.
Available Resources
The following resources are available through the MCP integration:
- Blog Posts - Access to all blog posts on this site
Available Tools
The following tools are available through the MCP integration:
- searchBlog - Search for blog posts by keyword or topic
How to Connect
To connect Claude or another MCP-compatible AI assistant to this site:
- In Claude Desktop, go to Settings > Remote MCP Servers
- Add a new server with the following URL:
https://janisheck.com/api/mcp
- Name the server "JanisheckCom" or another name of your choice
- Save the configuration
- In a conversation with Claude, enable the JanisheckCom integration
- You can now ask Claude to search for or access content from this site
Example Prompts
Here are some example prompts you can use with Claude after connecting:
- "Search for blog posts about AI on janisheck.com"
- "Show me the latest blog post from janisheck.com"
- "Find articles related to web development on Joey's site"
- "What has Joey written about machine learning?"
Technical Details
This MCP integration is built using:
- Model Context Protocol
- Next.js API routes
@modelcontextprotocol/sdk
TypeScript package
The MCP API endpoint is available at /api/mcp
and implements the standard MCP interface for resources and tools.