Tool
MCP manifest builder
Generate a starter .well-known/mcp.json manifest for safe business actions.
Want the full package?
The full install package also includes schema snippets, crawler guidance, and content briefs.
{
"name": "Westside Plumbing",
"url": "https://westsideplumbing.com",
"description": "Official action manifest for customer contact and business information.",
"actions": [
{
"name": "contact",
"description": "Send a visitor to the official contact path.",
"url": "https://westsideplumbing.com/contact"
}
],
"publisher": {
"name": "Westside Plumbing",
"url": "https://westsideplumbing.com"
}
}