veyra-forms
veyra-forms
AI 에이전트를 위한 양식 및 설문조사 빌더 MCP 도구입니다. 유형이 지정된 필드로 양식을 정의하고, 구조화된 응답을 수집하며, 결과를 조회할 수 있습니다. 읽기 작업은 항상 무료입니다. 쓰기 작업에는 Veyra 커밋 모드 인증이 필요합니다.
개요
veyra-forms를 사용하면 AI 에이전트가 프로그래밍 방식으로 양식을 생성하고, 응답을 제출하며, 결과를 읽을 수 있습니다. 이 모든 과정은 SQLite를 기반으로 합니다. 양식 생성 및 응답 제출은 Class B 작업입니다.
Related MCP server: humansurvey-mcp
설치
npm install
npm run build데이터는 ~/.veyra-forms/data.db에 저장되며, 처음 실행 시 자동으로 생성됩니다.
MCP 구성 (Claude Desktop)
{
"mcpServers": {
"veyra-forms": {
"command": "node",
"args": ["/absolute/path/to/veyra-forms/dist/index.js"]
}
}
}도구
도구 | 입력 | 클래스 | 가격 |
|
| — | 무료 |
|
| — | 무료 |
|
| — | 무료 |
|
| B | €0.02 |
|
| B | €0.02 |
|
| B | €0.02 |
필드 유형
모든 문자열이 type으로 허용됩니다. 일반적인 값: text, email, number, boolean, date, textarea.
예시
읽기 (토큰 불필요)
// List all forms
{ "tool": "list_forms", "arguments": {} }
// Get a form and its field schema
{ "tool": "get_form", "arguments": { "form_id": "1712345678-abc1234" } }
// Get all responses for a form
{ "tool": "get_responses", "arguments": { "form_id": "1712345678-abc1234" } }쓰기 (Veyra 토큰 필요)
// Create a form
{
"tool": "create_form",
"arguments": {
"title": "Customer Feedback",
"fields": [
{ "name": "name", "type": "text", "required": true },
{ "name": "email", "type": "email", "required": true },
{ "name": "rating", "type": "number", "required": true },
{ "name": "comment", "type": "textarea" }
],
"veyra_token": "vt_..."
}
}
// Submit a response
{
"tool": "submit_response",
"arguments": {
"form_id": "1712345678-abc1234",
"data": {
"name": "Alice",
"email": "alice@example.com",
"rating": 5,
"comment": "Excellent service!"
},
"veyra_token": "vt_..."
}
}
// Delete a form (also deletes all responses)
{
"tool": "delete_form",
"arguments": { "form_id": "1712345678-abc1234", "veyra_token": "vt_..." }
}토큰 누락 시 오류 응답
{
"error": "VeyraCommitRequired",
"message": "Write operations require Veyra commit mode.",
"currentMode": "open",
"requiredMode": "commit",
"authorize_endpoint": "https://api.veyra.to/v1/authorize-action",
"docs_url": "https://veyra.to"
}Veyra 작동 방식
Veyra는 AI 에이전트를 위한 커밋 모드 인증 계층입니다. 에이전트가 쓰기를 시도할 때:
에이전트가
veyra_token없이 도구를 호출하면 →authorize_endpoint와 함께VeyraCommitRequired를 수신합니다.에이전트/사용자가 인증 엔드포인트를 호출하여 토큰을 획득합니다.
에이전트가
veyra_token을 설정하여 다시 시도합니다.veyra-forms는 작업을 실행하기 전에@veyrahq/sdk-node를 통해 토큰을 확인합니다.
전체 문서는 veyra.to를 참조하세요.
라이선스
MIT
호스팅 팩 (권장)
단일 URL 통합을 위해 호스팅 팩을 사용하는 것을 권장합니다:
{
"mcpServers": {
"veyra": {
"url": "https://mcp.veyra.to/sse"
}
}
}하나의 URL. 48개의 도구. 24개의 무료 읽기. 24개의 보호된 쓰기.
호스팅 팩: https://mcp.veyra.to/sse
팩 매니페스트: https://mcp.veyra.to/.well-known/veyra-pack.json
모든 Veyra 도구 제품군에 걸쳐 가장 빠른 MCP 통합 경로를 원할 때 호스팅 팩을 사용하세요. 이 도구만 단독으로 사용하려면 이 독립형 패키지를 사용하세요.
Veyra 생태계의 일부
Veyra는 프로덕션 AI 에이전트 작업을 위한 커밋 모드입니다. 모든 도구: 읽기는 무료, 쓰기에는 Veyra 커밋 모드가 필요합니다.
도구 | 설명 | 설치 |
키-값 메모리 저장소 |
| |
태그가 있는 메모 작성 |
| |
작업 관리 |
| |
코드 스니펫 저장소 |
| |
북마크 관리자 |
| |
연락처 관리 |
| |
웹훅 발신자 |
|
SDK: npm install @veyrahq/sdk-node 웹사이트: veyra.to
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
AI-native form builder: create, publish & read responses from Claude, ChatGPT & MCP.
Create and publish online forms, read responses and add webhooks on formbuilder.com from AI agents.
AI-native survey & form builder. Manage surveys, responses, analytics, and webhooks.
No-code databases, forms, portals and AI sites. Manage records and automation via natural language.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables 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.867MIT
- AlicenseAqualityBmaintenanceFeedback collection for AI agents. Create surveys from JSON schema, collect responses from groups of people, and retrieve structured results.51MIT
- AlicenseNot gradedqualityDmaintenanceCode snippet storage for AI agents with language tags and full-text search. Reads are free, writes require Veyra commit mode.4MIT
- AlicenseNot gradedqualityDmaintenanceBookmark manager for AI agents with tags, categories, and full-text search. Reads are free, writes require Veyra commit mode.12MIT
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/Aquariosan/veyra-forms'
If you have feedback or need assistance with the MCP directory API, please join our Discord server