formasty
Formasty MCP
AIエージェントから本番環境対応のフォーム、クイズ、アンケート、ワークフロー、および応答パイプラインを構築・運用します。
これはFormastyの公式リモートModel Context Protocol(MCP)サーバーの公開ドキュメントリポジトリです。Formastyアプリケーションとバックエンドは非公開のままです。このリポジトリには、サーバー実装、インフラ構成、顧客データ、認証情報は意図的に含まれていません。
接続
設定 | 値 |
サーバー名 |
|
リモートMCP URL |
|
トランスポート | Streamable HTTP |
レガシーSSE URL |
|
認証 | OAuth(開発者管理クライアント向けのAPIキーフォールバックあり) |
公式レジストリ名 |
|
リモートMCPサーバーをサポートするクライアントの場合、https://app.formasty.com/api/mcp を追加し、FormastyのOAuthフローを完了してください。このリポジトリはドキュメントのみです。クローンしたりサーバーとして実行したりしないでください。
Claude
Claudeで、Customize > Connectors を開き、カスタムコネクタを追加し、リモートMCP URLを入力してFormastyで認証します。同じコネクタは、リモートMCPをサポートするすべてのClaudeサーフェスで機能します。
Cursor
ユーザーまたはプロジェクトのMCP設定に以下を追加します。
{
"mcpServers": {
"formasty": {
"url": "https://app.formasty.com/api/mcp"
}
}
}CursorはリモートMCPサーバー向けにStreamable HTTPとOAuthをサポートしています。
VS Code と GitHub Copilot
ユーザープロファイルまたはワークスペースの mcp.json に以下を追加します。
{
"servers": {
"formasty": {
"type": "http",
"url": "https://app.formasty.com/api/mcp"
}
}
}Cline
ClineのリモートサーバーUIを使用するか、CLIからインストールします。
cline mcp install formasty --transport http https://app.formasty.com/api/mcpChatGPT
MCPアプリ開発者アクセス権を持つワークスペースで、https://app.formasty.com/api/mcp をMCPサーバーURLとして使用してカスタムアプリを作成し、OAuthを完了し、要求されたツール権限を確認してからワークスペースに公開します。
Gemini CLI
GitHubから公式のFormasty Gemini CLI拡張機能をインストールします。
gemini extensions install https://github.com/QuantumCoderSys/formasty-mcpGemini CLIを再起動し、/mcp list を実行し、認証が要求された場合は /mcp auth formasty でOAuthを完了します。ルートの gemini-extension.json がホストされたStreamable HTTPエンドポイントを構成します。バックエンドパッケージやローカルサーバープロセスはインストールされません。
互換性ブリッジ
古いClaude Desktopバージョンなどのstdioのみのクライアントには、リモートブリッジを使用します。
{
"mcpServers": {
"formasty": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.formasty.com/api/mcp"
]
}
}
}Formasty APIキーを公開リポジトリ、共有設定、Issue、スクリーンショットに絶対に配置しないでください。ユーザー向けクライアントではOAuthを優先してください。
エージェントとマーケットプレイスレビュー担当者は、llms-install.md を使用して簡潔なインストールと検証のパスを確認できます。Gemini CLIは、GEMINI.md からも焦点を絞った運用ガイダンスを受け取ります。
Related MCP server: Google Forms MCP Server
エージェントができること
フォームをゼロから、またはFormastyのスターターテンプレートから作成する。
リード獲得フォーム、アンケート、インテークフォーム、申込フォーム、予約フォーム、ウェイティングリスト、投票、クイズを構築する。
ステップとフィールドの追加、更新、移動、並べ替え、削除を行う。
テーマ、カバー、スケジュール、設定、サンクス画面、エンディングを構成する。
条件付きワークフロー、変数、ルーティングルール、マッチングクイズ、スコアクイズを構築する。
公開前にドラフトを検証および監査する。
フォームを公開し、共有、埋め込み、接続アセットを取得する。
ユーザー権限に従って、送信データの読み取りと管理、および応答エクスポートの作成を行う。
サポートされているWebhook、分析ピクセル、タグマネージャー、カスタムドメインを構成する。
サポートされているGoogleフォームとTypeformフォームをインポートする。
現在の公開コントラクトは75の操作を公開しています。最新の信頼できるスキーマと安全注釈については、TOOLS.md を参照するか、MCP tools/list を使用してください。
認証と権限
OAuth接続は、サインインしているFormastyユーザーとして動作します。ツールアクセスは、以下によって制約されます。
OAuthスコープまたはAPIキースコープ
ワークスペースのメンバーシップとロール権限
選択されたワークスペースアクセス
Free、Pro、Businessの機能ゲート
楽観的なドラフトリビジョンとサーバーサイド検証
重要な操作に対する明示的なホストとユーザーの承認
公開ディスカバリはツール定義のみを明らかにします。ツールの呼び出しやワークスペースデータへのアクセスには認証が必要です。
便利なリンク
セキュリティとプライバシー
脆弱性を報告する前に SECURITY.md を読み、MCP固有のデータフローについては PRIVACY.md を読んでください。公開Issueにアクセストークン、APIキー、フォーム応答、顧客データ、プライベートフォームURL、実際のワークスペースからの再現データを含めないでください。
サポート
アカウント、請求、プライバシー、またはセキュリティに関わるサポートについては、SUPPORT.md を参照するか、support@formasty.com にメールしてください。
ライセンス
このリポジトリのドキュメントとメタデータは MITライセンス の下で利用可能です。ホストされているFormastyサービスの使用は、Formasty利用規約 に準拠します。
This server cannot be installed
Maintenance
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI assistants to interact with Form.io's API to create, read, update, and manage forms using natural language. Includes safety guardrails to protect existing forms and supports real-time form previews.
- Alicense-qualityDmaintenanceEnables creation and management of Google Forms with support for all 12 question types, response collection, CSV export, and form publishing through OAuth-authenticated API access.2MIT
- Alicense-qualityDmaintenanceEnables AI clients to create multi-field forms, send approval requests via email, and retrieve structured human responses. It facilitates human-in-the-loop workflows by allowing agents to collect data and check form completion status.1,299MIT

Formswrite MCPofficial
Alicense-qualityDmaintenanceEnables LLMs to convert documents to Google Forms, edit questions, list and publish forms, and run AI form assistant tools through the Formswrite API.MIT
Related MCP Connectors
Give AI agents access to form submissions — read, search, update, and process file attachments.
Connect AI assistants to Dashform — build and manage AI-powered forms, funnels, quizzes.
Build and run visual creative-production workflows from your AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QuantumCoderSys/formasty-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server