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.
Type-safe TypeScript / Node client for mcp.arenza.ai. Mirrors the 10 MCP tools (6 read + 4 write).
npm install @arenza/mcp-clientPython client for mcp.arenza.ai. Same tool surface as the TS package, idiomatic to Python apps and notebooks.
pip install arenza-mcp-clientCLI
One-shot scans from a terminal. Useful for quick sanity checks, agency onboarding demos, and CI checks against canonical brand facts.
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.comAI 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.
LangChain Tools wrappers — drop the Arenza tools into a LangChain agent and ask it to audit a brand in one prompt.
npm install @arenza/langchainLlamaIndex tool functions — usable from any LlamaIndex agent or query engine.
npm install @arenza/llamaindexVercel AI SDK tool provider — register Arenza alongside other tools in a streaming AI app or chat UI.
npm install @arenza/vercel-ai-sdkWorkflow / 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.
Zapier integration manifest exposing Arenza triggers (new wrong claim, brand score change) and actions (start scan, post fix draft).
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.
Wire Anthropic’s Claude Desktop or Claude Code to mcp.arenza.ai with a single config block. Brand audits inside your conversation.
Add Arenza as an MCP server in Cursor and ask the chat side-panel about your brand visibility while you code.
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.
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.