Alma

Alma

Access Alma nutrition data through the official read-only Alma MCP server

7 actions
1 trigger

Actions

Name
get_mcp_setup_info

Return source-gated public Alma MCP setup information and capability categories

get_oauth_metadata

Fetch Alma MCP protected-resource and authorization-server metadata

initialize_mcp_session

Send an MCP initialize request to Alma

list_mcp_tools

List Alma MCP tools visible to the connected token

search_mcp_tools

Search token-visible Alma MCP tools by name, title, or description

call_mcp_tool

Call a token-visible Alma MCP tool with JSON arguments

custom_mcp_request

Send a custom JSON-RPC request to Alma MCP

Triggers

Name
mcp_tool_result_changed

Poll a token-visible Alma MCP read tool and emit changed records after the initial baseline

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('alma', 'get_mcp_setup_info', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'alma',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Alma to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Alma support?

Alma supports 7 actions including Get MCP Setup Info, Get OAuth Metadata, Initialize MCP Session, List MCP Tools, Search MCP Tools, and more.

Can I use Alma with AI agents?

Yes. Add Alma to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Alma be used in stateful agent workflows?

Yes. Agents can combine Alma actions with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Alma use?

Alma uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Alma integration cost?

The Alma integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Alma support?

Alma supports 1 triggers including MCP Tool Result Changed.

Connect Alma in minutes

Get 20,000 free actions every month. No credit card required.