Improving MCP execution and verification workflows
Independent developer · MCP · automation · web3
Tools, workflows, and experiments by 0xheycat.
A public index of MCP projects, repository automation, Discord tooling, and web3 experiments. Updated as the work changes.
Work in progress
Developing blueprint-based Discord automation
Researching wallet and airdrop utility flows
Work
Selected work and ongoing experiments.
A small set of repositories covering verification, GitHub operations, Discord tooling, and this public project index.
verification runtime
Purr Verify MCP
A verification service for running install, typecheck, test, lint, and build commands in isolated workspaces.repository operations
Purr GitHub MCP
GitHub operations for repository inspection, file updates, commits, and pull request workflows.Discord tooling
X-Discord-Builder
Discord server tooling built around reusable blueprints and controlled execution.public index
HeyCatLabs
This website and public index for 0xheycat projects, profiles, and ongoing experiments.visual QA
Pursr
Browser capture, visual regression, accessibility auditing, reports, and persistent MCP sessions for coding agents.agent skills
Isometric Game Skills
Reusable agent skills for isometric art pipelines, game math, rendering, gameplay systems, and asset automation.onchain utility
Base Checker
A Farcaster mini app for Base wallet activity scoring and transparent hypothetical allocation simulations.Process
How repository changes are handled.
Inspect first, make a focused change, run the relevant checks, and keep the result attached to the work.
Inspect
Read the repository, current state, constraints, and known failures before making a change.
Change
Group related edits into a clear batch and keep the dependency surface small.
Check
Run the typecheck, tests, lint, or production build that match the change.
Review
Attach the results to the pull request and check the default branch after merge.
// a simplified repository change
const result = await repo.update({
scope: 'focused-change',
checks: ['typecheck', 'build'],
recordResults: true,
});
inspectrepository read
changefiles committed
checkbuild passed
Activity
Recent public repository updates.
GitHub data is refreshed hourly. When the API is unavailable, the page keeps the curated project list and hides live metrics rather than showing misleading zeroes.
Self-hosted MCP verification and VPS operator runtime for AI agents, with durable jobs, isolated builds, browser QA, deployment, and redacted evidence.
Local-first WhatsApp Web chat exporter to TXT, HTML and CSV. Single-file userscript with no application server.
Private multimodal on-chain AI chat on Ritual Chain with TEE-backed inference and verifiable transaction evidence.
Self-hosted download manager with resumable segmented downloads, speed control and a 3D web dashboard.
Developer profile for 0xheycat: autonomous agents, MCP infrastructure, browser QA, Web3 experiments, and open-source work.
Farcaster mini app for Base wallet activity scoring, onchain analysis, and transparent airdrop-allocation simulations.
Links
Profiles and community links.
The first group is where code and public updates live. The second group covers community, credentials, and onchain creative work.
Code and public updates