Weldable MCP
One tool, every app, plain English.
Weldable gives AI agents a single tool, act, that reaches every service you use. Connect your accounts once, then ask your agent to do things in plain English.
How act works
When your agent calls act("send a slack message to #general saying the deploy is done"), Weldable:
- Matches the intent to a known action across your connected integrations.
- Checks the account is connected and required parameters are present.
- Executes against the live API.
- Returns the result to your agent.
Auth, token refresh, and API wrangling stay server-side. See The act tool for how intent matching and dispatch work in detail.
What you can do
act covers two categories of work:
Tools. Ask your agent to send a message, create a ticket, read a spreadsheet row, file a calendar event, or query any of the 130+ connected services. Actions execute immediately and return structured results your agent can reason over.
Workflows. Install a community workflow and your agent gets a new named tool it can call like act("run my weekly KPI report"). Workflows execute durably in the background: if a step fails or the server restarts, execution resumes from where it left off. You can ask your agent for status at any time, and the full run history is visible in your dashboard.
Next
- Use your apps — connect an agent and start delegating work.
- Run workflows — install a community workflow.
- Write workflows — author your own with Claude Code.
- The
acttool — how intent matching and dispatch work.