Back to homepage

MCP server

This website doesn't just serve people — it's also an MCP server (Model Context Protocol). Connect it to your AI assistant and it can query my profile, services with pricing, blog articles and contact details on its own.

Endpoint

https://lubomirnedbal.site/api/mcp

Transport: Streamable HTTP (JSON-RPC over POST), no authentication required.

Claude Code

claude mcp add --transport http lubomirnedbal https://lubomirnedbal.site/api/mcp

Claude Desktop / other clients

Add a remote MCP server with the URL above in your connector settings, or use this config:

{
  "mcpServers": {
    "lubomirnedbal": {
      "type": "http",
      "url": "https://lubomirnedbal.site/api/mcp"
    }
  }
}

Available tools

  • get_profile

    Profile, skills, experience and projects

  • get_services_and_pricing

    Services with indicative CZK pricing

  • list_blog_articles

    Blog articles with URLs and summaries

  • get_blog_article

    Full article content as Markdown

  • get_contact

    Email, phone, LinkedIn, GitHub

Try it from a terminal

curl -X POST https://lubomirnedbal.site/api/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_services_and_pricing","arguments":{}}}'

Want a similar MCP server for your business — over your price list, docs or knowledge base? Get in touch.