vouchfx-mcp

A native vouchfx toolbelt for AI agents.

A local stdio Model Context Protocol server that wraps the packaged vouchfx CLI — six tools and two documentation resources, so an agent works with .e2e.yaml integration-test suites directly, instead of shelling out and parsing console output by hand.

Wraps the published vouchfx CLI pinned in ENGINE_PIN · current engine release v1.0.0-rc.1 · early prerelease — feature-complete, not yet published to NuGet.org

Everything a call away

Six tools. No shelling out, no scraping output.

Every tool returns a structured result — success or a typed failure — so an agent never has to parse free-form text to know what happened.

Plus two documentation resources

The engine's own docs, vendored byte-exact.

Read directly as MCP resources, or reach the same content through search_docs.

Get started

Install it, register it, run a suite.

No arguments or environment variables to configure — the server locates its own engine pin and vendored documentation relative to wherever it is installed.

Honest status

Not a black box. A typed result for every call.

6/6 tools real, not stubs — every one exercises the actual vouchfx schema, CLI, or vendored docs
4 taxonomy verdicts kept distinct everywhere — pass / fail / environment error / inconclusive, never conflated
1 engine version this build is pinned to in ENGINE_PIN — a mismatch is always reported, never silently ignored

Install it. Register it. Let your agent run a suite.

Six tools, two vendored documentation resources, one taxonomy-faithful verdict every time.