Your Agent Gets 3 Tools. 2,900+ Actions. 98% Less Context.
Code-Mode MCP replaces 3,600+ tool definitions with 3 meta-tools. Your agent searches, reads typed API docs, and writes JavaScript to compose multi-step workflows. Sandbox-executed.
From zero to MCP in three steps
Create an MCP server
Pick integrations, connect accounts, choose TOOLS or CODE mode. You get a URL and a bearer token.
Paste the config
Drop the URL into Claude Desktop, Cursor, Windsurf, or anything that speaks MCP. One JSON block.
Agent calls APIs autonomously
Your agent can now search 500+ integrations, read typed API docs, and execute 2,900+ actions without you writing glue code.
3 tools instead of 200+. 80-98% less context.
TOOLS mode sends every action as a separate tool definition — useful but context-heavy. With 10 integrations, that's ~45,000 tokens of tool schemas. At $15/M output tokens, wasted context costs real money and degrades agent quality as irrelevant schemas crowd out useful reasoning. Code-Mode replaces all tools with 3 meta-tools that let your agent search, read, and execute on demand. The agent loads only what it needs — 94% less context, better output quality, lower token costs.
Context Usage Comparison
94% context reduction
weavz_searchSearch available integrations and actions by keyword
weavz_search({ query: "slack" })weavz_read_apiRead full API docs for an integration on demand
weavz_read_api({ integration: "slack" })weavz_executeExecute multi-step integration workflows in code
weavz_execute({ code: `
const channels = await weavz.slack.list_channels({});
await weavz.slack.send_message({
channel: channels[0].id,
text: "Hello from AI!"
});
` })What your agent can actually reach
Slack, GitHub, Salesforce, Google Sheets, HubSpot, and hundreds more. Each integration ships with pre-built actions and triggers — no API wrappers to write.
500+
Integrations
2,900+
Actions
700+
Triggers
Paste a JSON block. Done.
Add this to claude_desktop_config.json and your agent can call Slack, Google Sheets, GitHub, and everything else on your MCP server.
{
"mcpServers": {
"weavz": {
"url": "https://mcp.weavz.io/srv_abc123",
"headers": {
"Authorization": "Bearer mcp_your_token"
}
}
}
}Your agent is one config change away
Free tier: 25 MCP servers, 1,000 actions/month, 5 connections. Code-Mode included. No credit card.