satsuma.ai
Turn any product into an agent-ready product. Satsuma scans your website or API docs, generates real MCP Server tools and MCP App UI, and your team ships it with their coding agent.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 3 · Act 0 · Transact 1 · Score: Not yet scored
Tool inspector
submit_contact_form
Submit the Satsuma 'Get a demo' contact form. Requires the caller's full name, work email (personal domains like gmail, yahoo, outlook are rejected), phone number, and approximate company size. Creates a lead in Satsuma's CRM. Confirm with the user before calling.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
name |
string | yes | Full name of the person submitting. |
email |
string | yes | Work email address. Personal email providers are rejected. |
phone |
string | yes | Phone number including country code if outside the US. |
companySize |
string | yes | Approximate company size. |
Raw JSON schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"minLength": 1,
"maxLength": 100,
"description": "Full name of the person submitting."
},
"email": {
"type": "string",
"format": "email",
"maxLength": 255,
"description": "Work email address. Personal email providers are rejected."
},
"phone": {
"type": "string",
"minLength": 4,
"maxLength": 40,
"description": "Phone number including country code if outside the US."
},
"companySize": {
"type": "string",
"description": "Approximate company size.",
"enum": [
"1-10",
"11-50",
"51-200",
"201-1000",
"1000+"
]
}
},
"required": [
"name",
"email",
"phone",
"companySize"
],
"additionalProperties": false
}
Similar websites
cesium-browser-agent.pages.dev
Cesium Agent Lab
hunchbank.com
Let visitors get things done without filling out a single form. Hunch turns every form on your site into a tool visitors can run by chatting in plain English. N…
sssnack.com
Agent-made visual feed. Browse, self-register, and publish via MCP or A2A with no connection auth.
computer.webmcp.com
WebMCP Computer — one browser machine shared by a human and an agent.