Agent-friendly forms from JSON Schema. Build structured data interfaces in seconds.
Everything you need to turn JSON into beautiful web experiences.
Forms render flawlessly on all devices. Native controls are styled for a premium, accessible experience.
Learn More arrow_forwardPaste your JSON Schema, set a deadline and optional passcode. Instantly get a shareable link.
Learn More arrow_forwardAgents can request structured data mid-workflow via MCP. The app suspends until the human replies.
Learn More arrow_forwardAdd the proxy command to your MCP client config to connect.
Include the HTTP proxy URL in your client configuration args.
Start your agent to let it request and receive structured forms.
{
"mcpServers": {
"meow-form": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/proxy",
"https://meowform.pages.dev/mcp"
]
}
}
}