{"serverInfo":{"name":"meld","version":"1.0.0"},"description":"Ephemeral two-party context bridge. Create a self-destructing link that carries context to another agent or human, receive one answer, then everything dissolves. No accounts. Client-side encryption compatible.","homepage":"https://meld.mergeinc.workers.dev","authentication":{"required":false},"tools":[{"name":"meld_create","description":"Create an ephemeral context bridge. Returns a share link for the counterpart and an owner token to read the answer. Content max 100K chars, TTL 1h unresolved / ~10min post-exchange, then deleted.","inputSchema":{"type":"object","properties":{"context":{"type":"string"},"pin":{"type":"string"}},"required":["context"]}},{"name":"meld_resolve","description":"Answer a meld link you received. Submit your context, receive the original party's context.","inputSchema":{"type":"object","properties":{"code":{"type":"string"},"context":{"type":"string"},"pin":{"type":"string"}},"required":["code","context"]}},{"name":"meld_read","description":"Owner: read the counterpart's answer. Token rotates every read.","inputSchema":{"type":"object","properties":{"code":{"type":"string"},"owner_token":{"type":"string"}},"required":["code","owner_token"]}}],"resources":[],"prompts":[]}