web3-forms-mcp
Connect AI Agents to On-Chain Smart Contracts Connect OpenAI Custom GPTs, Google Gemini, Anthropic Claude MCP, and autonomous agents directly to the…
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Generate Form Transaction: Constructs a ready-to-sign on-chain EVM transaction (to, data, value, chainId) for the FormFactory smart contract (createForm, closeForm, activateForm, archiveForm, updateSc
- Confirm Form: Registers and indexes an on-chain created form in the IFORM registry with its questions schema and transaction hash, generating the 6-character short slug (e.g. /e3qa69) and live URL.
- Query Forms: Queries decentralized forms by chain ID, creator wallet address, or status (active, closed, archived).
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Connect AI Agents to On-Chain Smart Contracts Connect OpenAI Custom GPTs, Google Gemini, Anthropic Claude MCP, and autonomous agents directly to the FormFactory.sol smart contract. Execute verified EVM transactions for creating, closing, activating, or archiving decentralized forms across 4 supported networks.
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| generate_form_transaction | Constructs a ready-to-sign on-chain EVM transaction (to, data, value, chainId) for the FormFactory smart contract (createForm, closeForm, activateForm, archiveForm, updateSchemaHash) with exact 0.00005 ETH protocol fee (0x2d79883d2000). |
| confirm_form | Registers and indexes an on-chain created form in the IFORM registry with its questions schema and transaction hash, generating the 6-character short slug (e.g. /e3qa69) and live URL. |
| query_forms | Queries decentralized forms by chain ID, creator wallet address, or status (active, closed, archived). |
| get_form_responses | Fetches submitted responses for a specific decentralized form by form ID or slug. |