SamoeSAMOE
MCP

Let the agents connect into your real systems through MCP

Model Context Protocol · read & write in place

MCP is the heart of Samoe · the agents don't just fetch text to reply with, they connect into your Express, Excel, databases, and APIs and actually key, create documents, and update state. Your data stays put.

read–write
in place, not just fetch-and-reply
data stays
never leaves your systems
DIY
build your own MCP server
my_mcp.pyPython
from samoe_mcp import tool, serve

@tool("create_invoice")
def create_invoice(order_id: str) -> dict:
    # เขียนเข้า Express จริง ไม่ใช่ mock
    return express.invoices.create(order_id)

serve(name="company-erp")
# น้องเรียก create_invoice แล้วเอกสารเกิดจริง
Agents call your tool and a real document is created
MCP, the Samoe way

Reaching out to your tools

01 · Existing systemsMCP

Connect Express, Excel, databases

Use the MCP servers we provide, or write your own to the standard spec. Register in the Console and the agents can call it immediately · no data leaves.

  • Prebuilt MCP servers
  • Or write your own
  • Register in the Console
  • Data stays put
02 · SecureSecurity

Per-tool scopes, fully auditable

Define exactly which tools each agent may call; every call is logged and traceable in the Console · built for sensitive company data.

  • Per-tool scopes
  • Logged calls
  • Replayable traces
  • No data exfiltration
Pilot customers

Teams already building on Samoe

−6 hrs/wk

Keying time removed · agents pull work from the existing system over the API and act on it.

SP
Sam Phon Engineering
Manufacturing · Express via MCP
DI
D-ISARA Real Estate
Property · custom sales tooling
100%
sales docs in one workflow
CH
CHALAK
Sports/Hospitality · booking API
Real-time
bookings & stock synced over webhooks

Reached the TED Fund final round · 3 pilot customers · figures from real usage

FAQ

Still on the fence?

Straight answers. If anything's unclear, just reach me on LINE.

Ask on LINE

Connect the agents to your systems via MCP

Read the MCP server guide in the docs, or reach me on LINE.

A harness that acts in real systems · not a chatbot over an API