Repository discovery
Understands the stack, routes, forms, handlers, APIs, state stores, authentication signals and existing WebMCP registrations.
WebMCPify Core · Open source
The local-first agent-readiness engine for new and existing applications. Discover what your product really does, expose controlled capabilities, test them in a browser, and independently verify the outcome.
$ webmcpify discover --path ./app
✓ routes and capabilities mapped
$ webmcpify review --path ./app
○ waiting for human approval
$ webmcpify test --path ./app \\
--url http://localhost:3000
✓ outcome independently verifiedBeyond code generation
Core starts from the implementation you have: routes, forms, APIs, handlers, state and authorization. It keeps generation subordinate to review, testing and proof.
Understands the stack, routes, forms, handlers, APIs, state stores, authentication signals and existing WebMCP registrations.
Drafts strict tool schemas from behavior the application actually supports; generation is one controlled step inside the workflow.
Uses a disposable agent workspace and an approval manifest so proposed code cannot silently reach the target project.
Runs approved tasks against the live site through Chrome and its experimental WebMCP inspection path.
Checks actual application state instead of trusting a tool or agent success message.
Connects failures to candidate repairs, retesting and durable evaluation without bypassing review.
The Core workflow
Each stage has a distinct artifact or checkpoint. Approval and independent evidence stay visible all the way through.
Map routes, forms, APIs, handlers, state, auth signals and existing tools.
Inspect grounded proposals, tasks and the exact source patch before approval.
Apply only an explicitly approved patch to the target checkout.
Drive the live application through a real, WebMCP-capable browser agent.
Evaluate the application’s resulting state independently of the agent’s claim.
Turn captured failures into evidence-backed proposals that require approval.
Preserve scores, trajectories and proof across the complete workflow.
Install and run
The current published package is @olumide100/webmcpify. It is planned to move to webmcpify-core; the working command stays visible until that package is published.
npm install --global @olumide100/webmcpifywebmcpify discover --path /path/to/target-projectwebmcpify final-eval --path /path/to/target-project --url http://localhost:3000 --provider codexLocal MCP server
Start the MCP server from the target repository. Its workspace boundary stays rooted there, and source changes still stop at the same review and approval workflow.
npx --package @olumide100/webmcpify webmcpify-mcpSUPPORTED PROVIDER ADAPTERS