← falkmichel.com

INDIVIDUAL MCP TOOL

send_contact_message

Send a message to Falk Michel through his contact form.

falkmichel.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

Parent endpoint

falkmichel.com

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).
  • get_service — Get the full description of a single service by its slug (as returned by list_services).
  • 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).