← falkmichel.com
INDIVIDUAL MCP TOOL
get_service
Get the full description of a single service by its slug (as returned by list_services).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.falkmichel-com]
url = "https://falkmichel.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"falkmichel-com": {
"type": "http",
"url": "https://falkmichel.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: falkmichel-com
Remote MCP URL: https://falkmichel.com/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": {
"falkmichel-com": {
"url": "https://falkmichel.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"falkmichel-com": {
"type": "http",
"url": "https://falkmichel.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "falkmichel-com",
"transport": "streamable-http",
"url": "https://falkmichel.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_services— List the freelance services Falk Michel offers (title, slug, summary, URL).list_blog_posts— List Falk Michel's blog posts (title, slug, date, summary, URL).get_blog_post— Get the full text of a single blog post by its slug (as returned by list_blog_posts).send_contact_message— Send a message to Falk Michel through his contact form.