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…
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- 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).
What data it sees
Do you need an account
No: the server works without sign-in
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.
Server tool list (4)
Raw names from tools/list. Only developers need these.
| 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. |