← All plugins
boosterpack-forms
v1.0.0Create and manage Boosterpack Forms contact endpoints from AI agents via OAuth MCP (Cursor, Claude, Codex, and other Agent Plugins hosts).
Agent Plugins1 skill1 MCP serverstreamable-http
by BoosterpackMIT0updated 23 hours ago
Source
git clone https://github.com/Martibis/boosterpack-forms-pluginClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
boosterpack-forms/
├── plugin.json├── skills/boosterpack-forms/SKILL.md└── mcp.json
Skills1
boosterpack-formsskills/boosterpack-forms/SKILL.md
Create and manage Boosterpack Forms contact endpoints with the Boosterpack Forms MCP. Use when the user wants a contact form, form backend, form endpoint, webhook delivery, or to wire a site form to email without building a server.
MCP servers1
boosterpack-formsstreamable-http
- url
- https://boosterpackforms.com/api/mcp
Manifests1
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "boosterpack-forms",
"version": "1.0.0",
"description": "Create and manage Boosterpack Forms contact endpoints from AI agents via OAuth MCP (Cursor, Claude, Codex, and other Agent Plugins hosts).",
"author": {
"name": "Boosterpack",
"url": "https://boosterpackforms.com"
},
"homepage": "https://boosterpackforms.com/docs/mcp",
"repository": "https://github.com/Martibis/boosterpack-forms-plugin",
"license": "MIT",
"keywords": [
"mcp",
"forms",
"contact-form",
"oauth",
"boosterpack",
"agent-plugins"
]
}