Serversai.willform/willform-agent
A

Willform Agent

ai.willform/willform-agent · v1.0.0
● Remote
v1.0.0remote🌐 https://agent.willform.ai/api/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ai.willform/willform-agent",
  "description": "Deploy containers on Kubernetes with x402 billing. 9 workload types and source builds.",
  "title": "Willform Agent",
  "repository": {
    "url": "https://github.com/willform-ai/willform-agent",
    "source": "github"
  },
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://agent.willform.ai/api/mcp",
      "headers": [
        {
          "description": "Bearer token with your Willform API key (wf_sk_...)",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}