# How to connect Altoviz to Claude Cowork

```json
{
  "title": "How to connect Altoviz to Claude Cowork",
  "toolkit": "Altoviz",
  "toolkit_slug": "altoviz",
  "framework": "Claude Cowork",
  "framework_slug": "claude-cowork",
  "url": "https://composio.dev/toolkits/altoviz/framework/claude-cowork",
  "markdown_url": "https://composio.dev/toolkits/altoviz/framework/claude-cowork.md",
  "updated_at": "2026-05-12T10:00:56.597Z"
}
```

## Introduction

Cowork is Anthropic's AI agent for knowledge work. Think of it as Claude Code for everything else. It works autonomously with your computer, local files, and applications to accomplish complex tasks.
This guide walks you through the easiest and most secure way to connect your Altoviz account to Cowork via Composio Connect, enabling it to find customer details by email address, update a client's company information, retrieve current VAT rates for invoices, and more such actions on your behalf without compromising your account security.

## Also integrate Altoviz with

- [OpenAI Agents SDK](https://composio.dev/toolkits/altoviz/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/altoviz/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/altoviz/framework/claude-code)
- [Codex](https://composio.dev/toolkits/altoviz/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/altoviz/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/altoviz/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/altoviz/framework/cli)
- [Google ADK](https://composio.dev/toolkits/altoviz/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/altoviz/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/altoviz/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/altoviz/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/altoviz/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/altoviz/framework/crew-ai)

## Connect Altoviz to Claude Cowork

### Connecting Altoviz to Claude Cowork
1. Open Customize
In Claude Desktop, click Customize in the left sidebar, then select Connectors and click the + icon at the top.
2. Add the Composio MCP server
Click Add custom connector and paste in the Composio MCP server URL:

```bash
https://connect.composio.dev/mcp
```

## What is Claude Cowork?

Claude Cowork is Anthropic's agent for general knowledge work. It can use your computer, files, and connected applications to complete longer-running tasks across your work tools.
With Composio Connect, Cowork can securely access apps like Altoviz through MCP without you sharing account credentials directly with the agent.

## What is the Altoviz MCP server, and what's possible with it?

The Altoviz MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Altoviz account. It provides structured and secure access to your billing, invoicing, and customer management data, so your agent can manage products, find customers, update records, and retrieve financial information on your behalf.
- Product management and creation: Instruct your agent to create new products, update details, or delete products from your Altoviz catalog with ease.
- Customer and contact lookup: Effortlessly find customers or contacts by email, enabling quick access to client details and supporting streamlined communication.
- Financial classification and VAT management: Let your agent fetch available classifications and VAT rates, ensuring accurate tax handling and financial document setup.
- Unit retrieval for transactions: Retrieve all available measurement units in your system, supporting precise product and invoice management.
- Customer information updates: Have your agent modify or update customer records, keeping your business data up-to-date without manual intervention.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `ALTOVIZ_CREATE_CONTACT` | Create Contact | Creates a new contact in the Altoviz system. Use when you need to add a new contact with details like name, email, phone, and company information. |
| `ALTOVIZ_CREATE_CUSTOMER` | Create Customer | Creates a new customer in Altoviz. Use type='Company' for business customers (requires companyName) or type='Individual' for personal customers (typically uses firstName/lastName). |
| `ALTOVIZ_CREATE_CUSTOMER_FAMILY` | Create Customer Family | Creates a new customer family in Altoviz for categorizing and organizing customers into groups. Use when you need to create customer segments or categories for better organization. |
| `ALTOVIZ_CREATE_PRODUCT` | Create Product | Creates a new product in the Altoviz system. This tool allows for the independent creation of a product with all necessary details. |
| `ALTOVIZ_CREATE_PRODUCT_FAMILY` | Create Product Family | Tool to create a new product family in Altoviz. Use when you need to organize products into categories or families for better inventory management. |
| `ALTOVIZ_CREATE_RECEIPT` | Create Receipt | Creates a new receipt in the Altoviz system to record customer payments. Use when you need to document received payments and optionally link them to invoices or other documents. |
| `ALTOVIZ_CREATE_SALE_CREDIT` | Create Sale Credit | Creates a new draft credit note (avoir) in Altoviz. Credit notes are used to cancel or refund invoices. The credit note is created in draft status and can be modified before being finalized. |
| `ALTOVIZ_CREATE_SALE_INVOICE` | Create Sale Invoice | Creates a new draft sale invoice in Altoviz. The invoice is created in draft status and can be modified before being finalized. Use when you need to generate an invoice for a customer with line items. |
| `ALTOVIZ_DELETE_COLLEAGUE` | Delete Colleague | Tool to delete a colleague from Altoviz. Use when you need to permanently remove a colleague from the system. |
| `ALTOVIZ_DELETE_CUSTOMER` | Delete Customer | Tool to delete a customer from Altoviz. Use when you need to permanently remove a customer record from the system. Use ALTOVIZ_FIND_CUSTOMER first to look up customer IDs by email address if needed. |
| `ALTOVIZ_DELETE_CUSTOMER_FAMILY` | Delete Customer Family | Tool to delete a customer family from Altoviz. Use when you need to permanently remove a customer family from the system. |
| `ALTOVIZ_DELETE_PRODUCT` | Delete Product | This tool allows you to delete an existing product from Altoviz. The action permanently removes the product from the system. |
| `ALTOVIZ_DELETE_PRODUCT_FAMILY` | Delete Product Family | Tool to delete a product family from Altoviz. Use when you need to permanently remove a product family from the system. |
| `ALTOVIZ_DELETE_RECEIPT` | Delete Receipt | Tool to delete a receipt from Altoviz. Use when you need to permanently remove a receipt from the system. |
| `ALTOVIZ_DELETE_SALE_CREDIT` | Delete Draft Sale Credit | Tool to delete a draft credit from Altoviz. Use when you need to permanently remove a draft credit. Only draft credits can be deleted; finalized credits cannot be removed. |
| `ALTOVIZ_DELETE_SALE_INVOICE` | Delete Sale Invoice | Tool to delete a draft sale invoice from Altoviz. Use when you need to permanently remove a draft invoice from the system. Only draft invoices can be deleted; finalized invoices cannot be deleted. |
| `ALTOVIZ_DELETE_SALE_QUOTE` | Delete Sale Quote | Tool to delete a sale quote from Altoviz. Use when you need to permanently remove a quote from the system. |
| `ALTOVIZ_DELETE_SUPPLIER` | Delete Supplier | Tool to delete a supplier from Altoviz. Use when you need to permanently remove a supplier record from the system. |
| `ALTOVIZ_DOWNLOAD_PURCHASE_INVOICE` | Download Purchase Invoice | Tool to download a purchase invoice as a PDF file from Altoviz. Use when you need to retrieve the PDF document of a specific purchase invoice. |
| `ALTOVIZ_DOWNLOAD_SALE_CREDIT` | Download Sale Credit PDF | Tool to download a sale credit as a PDF file from Altoviz. Use when you need to retrieve the PDF version of a specific sale credit document. |
| `ALTOVIZ_DOWNLOAD_SALE_INVOICE` | Download Sale Invoice PDF | Tool to download a sale invoice as a PDF file from Altoviz. Use when you need to retrieve the PDF document of a specific sale invoice. |
| `ALTOVIZ_FIND_CONTACT` | Find Contact by Email | This tool allows searching for contacts in Altoviz using an email address. The action is independently executable and returns contact details if found. |
| `ALTOVIZ_FIND_CUSTOMER` | Find Customer by Email | This tool allows you to find a customer in Altoviz by their email address. This is a standalone action that doesn't require any resource IDs or dependencies on other tools. |
| `ALTOVIZ_FIND_PRODUCT` | Find Product by Number | Search for a product in Altoviz by its product number/SKU. Returns the first matching product with complete details including name, description, pricing, VAT, unit of measurement, and more. Returns null if no product matches. Use cases: - Look up a specific product by its SKU before creating an invoice - Verify a product exists before referencing it in orders - Retrieve product pricing and tax information |
| `ALTOVIZ_FIND_PRODUCT_BY_NUMBER_OR_ID` | Find Product by Number or Internal ID | Tool to find a product in Altoviz by exact product number or internal ID. Use when you need to look up a product by either its product number/SKU or your internal system ID. At least one of the parameters must be provided. |
| `ALTOVIZ_FIND_RECEIPT` | Find Receipt by Internal ID | Tool to find receipts in Altoviz by customer internal ID. Returns a list of receipts associated with the specified internal ID. If no internal ID is provided, may return all receipts. Use when you need to search for receipts by customer identifier. |
| `ALTOVIZ_FIND_SALE_CREDIT` | Find Sale Credits | Tool to find sale credits in Altoviz. Use when you need to search for or retrieve credit notes. Can filter by internal ID or return all credits if no filter is provided. |
| `ALTOVIZ_FIND_SALE_INVOICE` | Find Sale Invoices | Tool to find sale invoices in Altoviz. Use when you need to search for or retrieve invoices. Can filter by internal ID or return all invoices if no filter is provided. |
| `ALTOVIZ_FIND_SALE_QUOTE` | Find Sale Quotes | Tool to find sale quotes in Altoviz. Use when you need to search for or retrieve quotations. Can filter by internal ID or return all quotes if no filter is provided. |
| `ALTOVIZ_GET_CLASSIFICATIONS` | Get Classifications List | This tool retrieves a list of classifications from the Altoviz platform. Classifications are essential for producing accounting registers from user-created invoices. It can fetch all classifications or filter them by type. |
| `ALTOVIZ_GET_COLLEAGUE` | Get Colleague by ID | Tool to retrieve a colleague's details from Altoviz by their ID. Use this when you need to fetch information about a specific colleague including their contact information, partner status, and metadata. |
| `ALTOVIZ_GET_CONTACT` | Get Contact by ID | Tool to retrieve a contact by its unique ID from Altoviz. Use when you need to fetch detailed information about a specific contact. |
| `ALTOVIZ_GET_CURRENT_USER` | Get Current User | Tool to retrieve the current authenticated user's information from Altoviz. Use when you need to get details about the currently authenticated user. |
| `ALTOVIZ_GET_CUSTOMER` | Get Customer by ID | Tool to retrieve a customer by their ID from Altoviz. Use when you need detailed information about a specific customer. |
| `ALTOVIZ_GET_CUSTOMER_BY_INTERNAL_ID` | Get Customer by Internal ID | Tool to retrieve a single customer from Altoviz by their internal ID. Use when you need to fetch detailed information about a specific customer using their internal identifier. |
| `ALTOVIZ_GET_CUSTOMER_CONTACTS` | Get Customer Contacts | Tool to retrieve all contacts associated with a specific customer in Altoviz. Use when you need to get contact information for a customer using their customer ID. |
| `ALTOVIZ_GET_CUSTOMER_FAMILY` | Get Customer Family | Tool to retrieve a customer family by ID from Altoviz. Use when you need to fetch details of a specific customer family. |
| `ALTOVIZ_GET_PRODUCT` | Get Product by ID | Tool to retrieve a product by its unique ID in Altoviz. Use when you need complete details about a specific product including pricing, VAT, units, and inventory information. |
| `ALTOVIZ_GET_PRODUCT_FAMILY` | Get Product Family by ID | Tool to retrieve a specific product family by its ID from Altoviz. Use when you need to fetch details about a product category or family grouping. |
| `ALTOVIZ_GET_RECEIPT` | Get Receipt by ID | Tool to retrieve a receipt by its ID from Altoviz. Use when you need to fetch details of a specific receipt including amount, payment method, status, and customer information. |
| `ALTOVIZ_GET_SALE_CREDIT` | Get Sale Credit by ID | Tool to retrieve a sale credit by its ID from Altoviz. Use when you need to get detailed information about a specific credit. |
| `ALTOVIZ_GET_SALE_INVOICE` | Get Sale Invoice by ID | Tool to retrieve a sale invoice by its ID from Altoviz. Use when you need to get detailed information about a specific invoice. |
| `ALTOVIZ_GET_SETTINGS` | Get Settings | Tool to retrieve application settings from Altoviz. Use when you need to access configuration for accounting, company information, emailing, sales, social media, or VAT settings. |
| `ALTOVIZ_GET_SUPPLIER` | Get Supplier by ID | Tool to retrieve a supplier by their ID from Altoviz. Use when you need detailed information about a specific supplier. |
| `ALTOVIZ_GET_SUPPLIER_CONTACTS` | Get Supplier Contacts | Tool to retrieve all contacts associated with a specific supplier in Altoviz. Use when you need to get contact information for a supplier using their supplier ID. |
| `ALTOVIZ_GET_UNITS` | Get Units List | This tool retrieves a list of all available units in the Altoviz system. Units are used for product measurements and quantity specifications in various transactions. |
| `ALTOVIZ_GET_VATS` | Get VAT Rates | This tool retrieves a list of all available VAT rates from Altoviz. It's essential for creating and managing invoices and quotes where VAT calculations are required. It supports retrieving VAT rates, validating them for different regions, and ensuring correct tax calculations in financial documents. |
| `ALTOVIZ_LIST_COLLEAGUES` | List Colleagues | Retrieves a list of colleagues from Altoviz. Supports pagination, sorting, and full-text search. Use this to discover available colleagues, search for specific team members, or list all colleagues in the system. |
| `ALTOVIZ_LIST_CONTACTS` | List Contacts | Tool to retrieve a list of contacts from Altoviz with optional filtering and pagination. Use when you need to browse or search through available contacts. |
| `ALTOVIZ_LIST_CUSTOMER_FAMILIES` | List Customer Families | Tool to list customer families from Altoviz. Use when you need to retrieve or search through customer family groups. Supports pagination and full-text search to filter results. |
| `ALTOVIZ_LIST_CUSTOMERS` | List Customers | Tool to retrieve a paginated list of customers from Altoviz. Use when you need to browse all customers, search for customers by name/email/company, or fetch multiple customers at once. Supports pagination, sorting, and full-text search across customer fields. |
| `ALTOVIZ_LIST_PRODUCT_FAMILIES` | List Product Families | Tool to retrieve a list of product families from Altoviz. Use when you need to browse available product families, search for specific families, or get family information for product categorization. |
| `ALTOVIZ_LIST_RECEIPTS` | List Receipts | Tool to retrieve a list of receipts from Altoviz. Use this when you need to view, search, or filter receipts by pagination, ordering, or full-text search. |
| `ALTOVIZ_LIST_SALE_CREDITS` | List Sale Credits | Tool to retrieve a list of sale credits from Altoviz. Use when you need to view credit notes issued to customers, filter by date range, or find credits for a specific customer. Supports pagination and sorting for efficient data retrieval. |
| `ALTOVIZ_LIST_SALE_INVOICES` | List Sale Invoices | Tool to retrieve a list of sale invoices from Altoviz. Use when you need to view invoices issued to customers, filter by date range, status, or find invoices for a specific customer. Supports pagination, sorting, and status filtering for efficient data retrieval. |
| `ALTOVIZ_LIST_SALE_QUOTES` | List Sale Quotes | Tool to retrieve a list of sale quotes from Altoviz. Use when you need to view quotes issued to customers, filter by date range, or find quotes for a specific customer. Supports pagination and sorting for efficient data retrieval. |
| `ALTOVIZ_LIST_SUPPLIERS` | List Suppliers | Tool to retrieve a paginated list of suppliers from Altoviz. Use when you need to browse all suppliers, search for suppliers by name/email/company, or fetch multiple suppliers at once. Supports pagination, sorting, and full-text search across supplier fields. |
| `ALTOVIZ_LIST_WEBHOOKS` | List Webhooks | Tool to retrieve all configured webhooks from Altoviz. Use when you need to view all webhook configurations, including their URLs, event types, and authentication details. |
| `ALTOVIZ_REGISTER_WEBHOOK` | Register Webhook | Tool to register a new webhook in Altoviz. Use when you need to receive real-time notifications for events like customer creation, invoice updates, or product changes. |
| `ALTOVIZ_TEST_API_KEY` | Test API Key | Tool to test API key validity and retrieve basic account information. Use this action to verify that the API key is working correctly and to get basic information about the authenticated account. |
| `ALTOVIZ_UNREGISTER_WEBHOOK` | Unregister Webhook | Tool to unregister a webhook from Altoviz. Use when you need to remove a webhook configuration. Either webhook ID or URL must be provided to identify which webhook to unregister. |
| `ALTOVIZ_UPDATE_COLLEAGUE` | Update Colleague Information | Updates an existing colleague's information in Altoviz. Only fields that are provided will be updated; omitted fields retain their current values. Use this action to modify colleague details such as contact information, partner status, and associated metadata. |
| `ALTOVIZ_UPDATE_CUSTOMER` | Update Customer Information | Updates an existing customer's information in Altoviz. Only fields that are provided will be updated; omitted fields retain their current values. Important: For Individual customers, you must provide either last_name or company_name. Setting company_name will change the customer type to Company. Use ALTOVIZ_FIND_CUSTOMER first to look up customer IDs by email address. |
| `ALTOVIZ_UPDATE_RECEIPT` | Update Receipt | Updates an existing receipt in Altoviz. Only fields that are provided will be updated; omitted fields retain their current values. Use this to modify receipt details such as amount, date, payment method, status, or notes. |
| `ALTOVIZ_UPDATE_SALE_CREDIT` | Update Sale Credit | Tool to update a draft credit note in Altoviz. Use when you need to modify an existing draft credit. Only draft credits can be updated; finalized credits cannot be modified. |
| `ALTOVIZ_UPDATE_SUPPLIER` | Update Supplier Information | Updates an existing supplier's information in Altoviz. Only fields that are provided will be updated; omitted fields retain their current values. Use this when you need to modify supplier details such as contact information, address, payment terms, or internal notes. |
| `ALTOVIZ_UPLOAD_PURCHASE_INVOICE` | Upload Purchase Invoice | Tool to upload and create a new purchase invoice from a file (PDF or image format). Use when you need to create a purchase invoice by uploading a document. |

## Supported Triggers

None listed.

## Creating MCP Server - Stand-alone vs Composio SDK

The Altoviz MCP server connects Claude Cowork to your Altoviz account through Composio. Once connected, Cowork can use the available Altoviz tools and triggers to complete tasks on your behalf.

## Complete Code

None listed.

## How to build Altoviz MCP Agent with another framework

- [OpenAI Agents SDK](https://composio.dev/toolkits/altoviz/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/altoviz/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/altoviz/framework/claude-code)
- [Codex](https://composio.dev/toolkits/altoviz/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/altoviz/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/altoviz/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/altoviz/framework/cli)
- [Google ADK](https://composio.dev/toolkits/altoviz/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/altoviz/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/altoviz/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/altoviz/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/altoviz/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/altoviz/framework/crew-ai)

## Related Toolkits

- [Stripe](https://composio.dev/toolkits/stripe) - Stripe is a global online payments platform offering APIs for managing payments, customers, and subscriptions. Trusted by businesses for secure, efficient, and scalable payment processing worldwide.
- [Alpha vantage](https://composio.dev/toolkits/alpha_vantage) - Alpha Vantage is a financial data platform offering real-time and historical stock market APIs. Get instant, reliable access to equities, forex, and technical analysis data for smarter trading decisions.
- [Benzinga](https://composio.dev/toolkits/benzinga) - Benzinga provides real-time financial news and data APIs for market coverage. It helps you track breaking news and actionable market insights instantly.
- [Brex](https://composio.dev/toolkits/brex) - Brex provides corporate credit cards and spend management tailored for startups and tech businesses. It helps optimize company cash flow, streamline accounting, and accelerate business growth.
- [Chaser](https://composio.dev/toolkits/chaser) - Chaser is accounts receivable automation software that sends invoice reminders and helps businesses get paid faster. It streamlines the collections process to save time and improve cash flow.
- [Clientary](https://composio.dev/toolkits/clientary) - Clientary is a platform for managing clients, invoices, projects, proposals, and more. It streamlines client work and saves you serious admin time.
- [Coinbase](https://composio.dev/toolkits/coinbase) - Coinbase is a platform for buying, selling, and storing cryptocurrency. It makes exchanging and managing crypto simple and secure for everyone.
- [Coinranking](https://composio.dev/toolkits/coinranking) - Coinranking is a comprehensive cryptocurrency market data platform offering access to real-time coin prices, market caps, and historical data. Get accurate, up-to-date stats for thousands of digital assets in one place.
- [Coupa](https://composio.dev/toolkits/coupa) - Coupa is a business spend management platform for procurement, invoicing, and expenses. It helps organizations streamline purchasing, control costs, and gain complete visibility over financial operations.
- [CurrencyScoop](https://composio.dev/toolkits/currencyscoop) - CurrencyScoop is a developer-friendly API for real-time and historical currency exchange rates. Easily access fiat and crypto data for smart, up-to-date financial applications.
- [Daffy](https://composio.dev/toolkits/daffy) - Daffy is a modern charitable giving platform with a donor-advised fund. Easily set aside funds, grow them tax-free, and donate to over 1.7 million U.S. charities.
- [Eagle doc](https://composio.dev/toolkits/eagle_doc) - Eagle doc is an AI-powered OCR API for invoices and receipts. It delivers fast, reliable, and accurate document data extraction for seamless automation.
- [Elorus](https://composio.dev/toolkits/elorus) - Elorus is an online invoicing and time-tracking software for freelancers and small businesses. Easily manage finances, bill clients, and track work in one place.
- [Eodhd apis](https://composio.dev/toolkits/eodhd_apis) - Eodhd apis delivers comprehensive financial data, including live and historical stock prices, via robust APIs. Easily access reliable, up-to-date market insights to power your apps, dashboards, and analytics.
- [Fidel api](https://composio.dev/toolkits/fidel_api) - Fidel api is a secure platform for linking payment cards to web and mobile apps. It enables real-time card transaction monitoring and event-based automation for businesses.
- [Finage](https://composio.dev/toolkits/finage) - Finage is a secure API platform delivering real-time and historical financial data for stocks, forex, crypto, indices, and commodities. It empowers developers and businesses to access, analyze, and act on market data instantly.
- [Finmei](https://composio.dev/toolkits/finmei) - Finmei is an invoicing tool that simplifies billing, invoice management, and expense tracking. Ideal for automating and organizing your business finances in one place.
- [Fixer](https://composio.dev/toolkits/fixer) - Fixer is a currency data API offering real-time and historical exchange rates for 170 currencies. Instantly access accurate, up-to-date forex data for your applications and workflows.
- [Fixer io](https://composio.dev/toolkits/fixer_io) - Fixer.io is a lightweight API for real-time and historical foreign exchange rates. It makes global currency conversion fast, accurate, and hassle-free.
- [Flutterwave](https://composio.dev/toolkits/flutterwave) - Flutterwave is a global payments platform enabling businesses to accept and send payments across Africa and beyond. Its robust APIs simplify cross-border transactions and financial operations.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and Altoviz MCP?

With a standalone Altoviz MCP server, the agents and LLMs can only access a fixed set of Altoviz tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Altoviz and many other apps based on the task at hand, all through a single MCP endpoint.

### Can I use Tool Router MCP with Claude Cowork?

Yes, you can. Claude Cowork fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Altoviz tools.

### Can I manage the permissions and scopes for Altoviz while using Tool Router?

Yes, absolutely. You can configure which Altoviz scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

### How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Altoviz data and credentials are handled as safely as possible.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
