← arenza.ai
Integrations · MCP · CLI · LangChain · LlamaIndex · Zapier · n8n

Plug Arenza into the stack you already have.

Every Arenza account ships with a hosted MCP server at mcp.arenza.ai and a public REST API. On top of those, the SDKs and adapters below give you idiomatic access from any language, agent framework, IDE, or workflow tool — covering all 3 AI assistants Arenza tracks (ChatGPT, Gemini, Perplexity).

MCP Clients

Programmatic clients for the Arenza Model Context Protocol server at mcp.arenza.ai. Read your portfolio, pull brand overviews, and write fix drafts from your own agent or app.

@arenza/mcp-client (TypeScript)

Type-safe TypeScript / Node client for mcp.arenza.ai. Mirrors the 10 MCP tools (6 read + 4 write).

npm install @arenza/mcp-client
arenza-mcp-client-python

Python client for mcp.arenza.ai. Same tool surface as the TS package, idiomatic to Python apps and notebooks.

pip install arenza-mcp-client

CLI

One-shot scans from a terminal. Useful for quick sanity checks, agency onboarding demos, and CI checks against canonical brand facts.

@arenza/cli

Run a quick AI-visibility scan against any domain without signing in. Pipes machine-readable JSON to stdout, human-readable summary to stderr.

npx @arenza/cli scan example.com

AI Framework Adapters

Use Arenza tools natively from popular AI agent frameworks. Each adapter wraps the MCP client and exposes the same tool surface in the framework’s native shape.

@arenza/langchain

LangChain Tools wrappers — drop the Arenza tools into a LangChain agent and ask it to audit a brand in one prompt.

npm install @arenza/langchain
@arenza/llamaindex

LlamaIndex tool functions — usable from any LlamaIndex agent or query engine.

npm install @arenza/llamaindex
@arenza/vercel-ai-sdk

Vercel AI SDK tool provider — register Arenza alongside other tools in a streaming AI app or chat UI.

npm install @arenza/vercel-ai-sdk

Workflow / No-Code

Move Arenza data into the tools your team already lives in. Both routes are agency-friendly — no engineering required to wire up a weekly digest or a Slack alert.

arenza-zapier-actions

Zapier integration manifest exposing Arenza triggers (new wrong claim, brand score change) and actions (start scan, post fix draft).

arenza-n8n-template

Self-hosted n8n template — a weekly automation that pulls brand digests and posts them to Slack / email / Notion.

Drop-in Tutorials

Working code + step-by-step READMEs for the three most-asked-for setups. Each repo is paired with a long-form guide that explains the why.

Claude Desktop / Code

Wire Anthropic’s Claude Desktop or Claude Code to mcp.arenza.ai with a single config block. Brand audits inside your conversation.

Cursor IDE

Add Arenza as an MCP server in Cursor and ask the chat side-panel about your brand visibility while you code.

Slack alerts

A small Slack bot that posts a message every time a critical wrong claim is detected for one of your brands. Useful for agency PMO channels.

REST API

Prefer plain HTTP?

Every MCP tool has a REST equivalent under https://app.arenza.ai/api/v1/.... Both surfaces share the same auth (API key) and the same response schema, so you can mix and match.