Use the hosted Integrations Hub MCP server from an AI client to inspect your developer account, configure an application, and test it on a Location you control. The server provides tools for the owner-side application lifecycle; Marketplace administrators handle moderation and publication.
- An MCP client connected to your Altegio developer account.
- Access to application, installation, and status tools from that client.
- A read-only first request that confirms the connection works.
| You need | Why |
|---|---|
| An Altegio account with access to your developer applications | The server uses your account's permissions. You can only manage applications and Locations available to that account. |
| An MCP client that supports remote Streamable HTTP servers | Examples below cover Claude Code and Cursor. See the client connection guide for other clients. |
No local server installation or API token is required for the hosted connection.
Use this MCP endpoint in your client:
https://mcp.alteg.io/integrations-hubThe URL above is the server address itself. The longer https://mcp.alteg.io/integrations-hub/mcp path also works for existing client configurations.
Run:
claude mcp add --transport http altegio-integrations-hub https://mcp.alteg.io/integrations-hubThen run /mcp in Claude Code and choose Authenticate.
Add this entry to ~/.cursor/mcp.json or your project's .cursor/mcp.json, then reload Cursor:
{
"mcpServers": {
"altegio-integrations-hub": {
"url": "https://mcp.alteg.io/integrations-hub"
}
}
}For Claude, VS Code, Codex, Gemini CLI, ChatGPT, and other supported clients, follow the client-specific connection instructions. In a client that accepts a custom remote MCP server URL, enter the endpoint above and complete the sign-in flow. Your workspace settings may restrict who can add connectors.
When your client prompts you to connect, sign in with the Altegio account that has access to your developer applications. Complete the authorization flow in your browser, then return to the client.
Start with a read-only request:
List the developer accounts I can access and the applications in each account. Do not change anything.
You should see only the accounts and applications your Altegio user can access. If the client does not show the server's tools, check that the MCP server is enabled in the client and that authentication completed.
| Area | What you can do |
|---|---|
| Developer account and application | Inspect accounts, catalog metadata, and available rights; create a private draft; update its card, assets, settings, and callbacks. |
| Installation and testing | Connect an application to a test Location, activate an installation when required, and inspect installation status. |
| Embedded experiences | Configure entity frames and sidebar integrations, including supported chat and highlight controls. |
| Billing and notifications | Inspect tariffs and payment links, manage supported payment actions, and configure notification channels and SMS sender names. |
| Performance | Read application statistics, conversion statistics, and reviews. |
| Rollout guidance | Read the built-in draft rollout guide and implementation resources. |
Write tools support mode=plan to show proposed changes before mode=apply performs them. Ask your client to inspect the available rights and return a plan before it creates or changes an application. Review the plan, then approve the specific action you want to apply. Sensitive actions require an exact confirmation phrase.
For example:
Read the Integrations Hub rollout guide and available rights. Plan a private application draft for my test Location with the minimum permissions needed. Show the proposed changes and wait for my approval before applying anything.
The MCP can prepare an application and submit it for moderation. Marketplace administrators make the moderation and publication decisions.
| Symptom | What to check |
|---|---|
| The client cannot connect | Confirm the URL is https://mcp.alteg.io/integrations-hub and that your client supports remote Streamable HTTP MCP servers. |
| Authentication does not complete | Return to the client after signing in and retry its connection or authentication action. |
| An account or application is missing | Sign in with an Altegio user that has access to that developer account or application. |
| A write action is unavailable | Check the account's available rights and the action's required confirmation. Start with mode=plan. |
- Install and test your app — the equivalent REST API workflow for a test Location
- Developer Tools API reference — Marketplace endpoints
- How to Get API Keys — credentials for direct API calls
- MCP server source — implementation and tool descriptions