ophelia-execution-verifier

CodedVibesX/ophelia-execution-verifier
★ 0 stars Python Code/Dev Tools Updated today
Independent reference implementation for a founding-engineer application to Ophelia: an MCP server that books a restaurant and verifies the booking actually happened.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ophelia-execution-ve": {
      "command": "uvx",
      "args": [
        "ophelia-execution-verifier"
      ]
    }
  }
}

Or install with pip: pip install ophelia-execution-verifier

README Excerpt

*Independent reference implementation, built for my founding-engineer application to Ophelia. Not affiliated with, endorsed by, or an official product of Ophelia.* A Claude-connector-spec MCP server that books a restaurant, then proves whether the booking actually happened, recovers what it can, and escalates what it can't. It exists to measure and close the gap between "the provider's API said success" and "the reservation is real."