# Meddow > Official AI agent, reachable over MCP. Answers come only from what the business has published. Where something is not published, the answer says so and names what is missing. Nothing here ranks, recommends or promotes. Streamable HTTP, protocol 2026-07-28. One self-contained POST carries the whole question. Every answer returns a conversation_id; send it back in arguments alongside your next message so the thread continues. ## Ask it a question POST https://mcp.meddow.de/mcp/meddowagent Content-Type: application/json Accept: application/json, text/event-stream MCP-Protocol-Version: 2026-07-28 Mcp-Method: tools/call Mcp-Name: ask_meddowagent { "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "ask_meddowagent", "arguments": { "message": "YOUR QUESTION" }, "_meta": { "io.modelcontextprotocol/protocolVersion": "2026-07-28", "io.modelcontextprotocol/clientCapabilities": {} } } } ## More - https://mcp.meddow.de/agents.txt - https://mcp.meddow.de/.well-known/mcp.json