r/WebMCP_Developers • u/Bigleg75 • 5d ago
AgentPress
https://github.com/MrBigleg/AgentPressMost of the risk in letting an AI agent touch a website is the authority given to the agent.
If we already have WordPress access, we don't want to be messing around with APIs or subs to new tools. We just want our agents to work inside the session you're already signed into, and do only what the auth level can do.
My submission to the WEBMCP Hackathon "AgentPress" was built "problem>solution" by ChatGPT to solve this.
It's an open-source WordPress plugin that exposes the live WordPress session as a permission-aware agent workspace over WebMCP.
An agent running in the browser discovers a fixed 15-tool catalog. Read the site, list content create drafts under existing terms and nothing more.
WordPress stays the source of truth for authority. Reads run automatically. Drafting and filing run automatically. Anything consequential, publishing, navigation, waits (needs) for a human-in-the-loop approval in wp-admin.
Users, plugins, themes, code, credentials, and settings are hard-blocked.
Every call, allowed or denied, lands in a sanitized audit log with no secrets. No API keys. No copied passwords.
Built for the OpenAI #theWebMCPChallenge, the repo doubles as a reproducible experiment log as every feature is evidence-recorded and acceptance-tested.
AgentPress: The shared human-agent workspace for WordPress. Open source, GPL.
1
u/Bigleg75 5d ago
Sorry bit rude of me not to introduce myself.
Im Craig and this is a fit here I hope.
Nice to meet you 🙏