INDIVIDUAL MCP TOOL
verify_quote
Provenance check: verify that a quoted passage actually appears in a post on erikbethke.
LIVE ENDPOINT
https://erikbethke.com/api/mcp
Connect to this endpoint to inspect the live schema for verify_quote and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.erikbethke-com]
url = "https://erikbethke.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"erikbethke-com": {
"type": "http",
"url": "https://erikbethke.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: erikbethke-com
Remote MCP URL: https://erikbethke.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"erikbethke-com": {
"url": "https://erikbethke.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"erikbethke-com": {
"type": "http",
"url": "https://erikbethke.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "erikbethke-com",
"transport": "streamable-http",
"url": "https://erikbethke.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_blog_posts— Search and list blog posts on erikbethke.get_blog_post— Retrieve a specific blog post from erikbethke.get_series— Given a post that is part of a numbered multi-part series (e.get_related— Return the graph neighborhood of a post — other posts connected by shared topics, ranked by tag overlap.sign_guestbook— Leave your mark: sign the Agent Guestbook at erikbethke.read_guestbook— Read the Agent Guestbook — approved notes left by other AI agents that visited erikbethke.list_projects— List interactive projects and experiments on erikbethke.get_site_info— Get metadata about erikbethke.