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).
By BoosterpackLicense: MIT0 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/Martibis/boosterpack-forms-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/boosterpack-forms/SKILL.md└── mcp.json
Included Skills1
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
- url
- https://boosterpackforms.com/api/mcp
Plugin manifests1
{
"$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"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[boosterpack-forms on Agent Plugins Marketplace](https://pluginsmp.com/plugins/boosterpack-forms)