# APIANT over MCP

> The APIANT MCP server at https://mcp.apiant.ai/mcp exposes your APIANT.ai account as tools for Claude Code and other MCP clients, over Streamable HTTP with OAuth sign-in and no credits.

The APIANT MCP server at `https://mcp.apiant.ai/mcp` exposes your APIANT.ai account as tools an MCP client can call. You direct Claude in plain English, Claude calls the tools, and the tools build, test and inspect automations on your account. Using the server costs no assistant credits, on every plan including Free.

## Connection details

| Property | Value |
|---|---|
| Server URL | `https://mcp.apiant.ai/mcp` |
| Transport | Streamable HTTP |
| Authentication | OAuth 2.1 authorization code with PKCE (`S256`) |
| Client registration | Dynamic client registration |
| Authorization server | `https://app.apiant.ai` |
| Scopes | `mcp:tools`, `mcp:automation_builder` |
| Server name used by the Claude Code install | `apiant-ai` |

You do not paste an API key. Each client signs in with OAuth as one APIANT user, and every tool call acts on that user's account. Details are in [Authentication and permissions](/docs/mcp/authentication).

## Clients

- **Claude Code** is the documented client. The **Connect to Claude Code** item in your account menu installs the APIANT skills and registers the server in one command. See [Connect Claude Code](/docs/mcp/claude-code).
- **Other MCP clients** that support Streamable HTTP, OAuth discovery and dynamic client registration can connect with the server URL alone. See [Connect other MCP clients](/docs/mcp/other-clients).

The skills are what teach Claude APIANT's procedures: how to build, test, edit and diagnose an automation, step by step. The Claude Code install includes them. Another client gets the tools without the skills.

## What Claude can do through the server

| Area | Examples of what to ask |
|---|---|
| Find apps and operations | "Which Shopify triggers fire on a new order?" |
| Connect apps | "Connect my account on this app with this API key." |
| Build and edit automations | "Build an automation that posts new Stripe payments to Slack." "Change the channel to #payments." |
| Organize | "Move these three automations to a folder called Billing." |
| Test | "Test it with a sample payment of $20." "Replay yesterday's webhook." |
| Diagnose and recover runs | "Why did the last run fail?" "Retry the failed runs from this morning." |
| Versions | "What changed between the last two versions?" |
| Diagram comments | "Apply my comments." |
| Error alerts and retries | "Stop emailing me about this timeout error." |
| Connectors, triggers and actions | "Add a List invoices action to the Acme connector." Requires a plan that allows app authoring. |
| Publish and deploy | "Deploy this automation to all linked accounts." Enterprise, with the matching permissions. |
| Report a problem | "Report to APIANT that this screen is confusing." |

[Working with Claude](/docs/mcp/working-with-claude) describes each of these. The full tool list is in [MCP tools](/docs/reference/mcp-tools).

## What decides which tools work for you

Tools respect the same permissions and plan as the app:

- Signing in requires the **MCP Tools** permission on your account's role. The default role has it.
- Building or changing connectors requires a plan that allows app authoring.
- Publishing and deploying to other accounts are Enterprise features and need the matching permissions on your role.

A tool you are not permitted to use returns a permission error instead of acting.

## Cost

Calls to the MCP server use no assistant credits. Automations still use the tasks on your plan when they run, however you built them. See [Plans, usage and billing](/docs/account/plans-and-limits).

## The assistant uses the same server

The in-app assistant calls this same server with a smaller set of tools chosen for building, testing and diagnosing automations. It cannot use the connector, publishing, deploy or alert-policy tools. See [The APIANT assistant](/docs/assistant).

## Next steps

- [Connect Claude Code](/docs/mcp/claude-code)
- [Authentication and permissions](/docs/mcp/authentication)
- [Working with Claude](/docs/mcp/working-with-claude)
- [Troubleshooting MCP](/docs/mcp/troubleshooting)
