Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/en/home/deployment/_meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ const meta: MetaRecord = {
copyPage: true,
},
},
"arcade-cloud-infra": {
title: "Arcade Cloud Infrastructure",
},
"on-prem-mcp": {
title: "On-premises MCP servers",
},
Expand Down
28 changes: 28 additions & 0 deletions app/en/home/deployment/arcade-cloud-infra/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "Arcade Cloud Infrastructure"
description: "Learn about the infrastructure that powers Arcade Cloud"
---

# Arcade Cloud Infrastructure

This page covers the infrastructure that powers Arcade Cloud, and what you might need to know about it.

## Egress IP Addresses

Traffic from Arcade Cloud will be existing our infrastructure from the following IP addresses:

```sh
# Control Plane (Located in the USA)
3.140.92.118
3.13.58.74
3.149.34.246

# MCP Server Cluster 1 (Located in the USA)
3.150.210.23
3.135.113.210
3.131.234.5
```

## VPC Peering

VPC Peering is available for our enterprise customers upon request. If you are interested in VPC Peering, please [contact us](/home/contact-us).
36 changes: 30 additions & 6 deletions app/en/home/hosting-overview/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,45 @@ description: "Learn about the different ways to host Arcade"

# Hosting Options

The easiest and best way to use Arcade.dev is via our cloud service - sign up for free at [https://api.arcade.dev](https://api.arcade.dev). However, you might need to connect your tools to local resources (e.g. a local database or filesystem) or keep data within your own infrastructure. Don't worry, Arcade has you covered!
The easiest and best way to use Arcade is via the Arcade Cloud service - sign up for free at [https://api.arcade.dev](https://api.arcade.dev). However, you might need to connect your tools to local resources (e.g. a local database or filesystem) or keep data within your own infrastructure. Don't worry, Arcade has you covered via either Arcade Cloud or our on-premise deployment options.

## MCP Server Deployment
## Arcade Cloud

You can route and manage tool calls from your agents to MCP servers hosted anywhere - on your machine, on your own infrastructure, in a private cloud, or on our cloud service. This allows you to mix the best public tools with your own private tools.
Arcade Cloud is the default option — sign up and start building immediately:

See [On-premise MCP Servers](/home/deployment/on-prem-mcp) for more information about how to use your own MCP servers running anywhere and see [Arcade Deploy](/home/serve-tools/arcade-deploy) to learn how to deploy to Arcade's cloud.
- **Zero Infrastructure**: No servers or databases to manage
- **Automatic Updates**: Always access the latest tools and features
- **Built-in Scaling**: Handles traffic spikes automatically
- **Free Tier**: Start building without a credit card

## Customizing Auth
### MCP Server Deployment

You don't have to self-host Arcade to customize your auth experiences. Arcade's cloud service supports a number of auth providers out of the box, and you can provide your own OAuth app credentials to brand your end-user experience. We recommend doing this for all production use cases, so that you can have isolated rate limits with the OAuth service provider and you can give your users a consistent experience when they go through an auth flow.
You can route and manage tool calls from your agents to MCP servers hosted anywhere—on your machine, on your own infrastructure, in a private cloud, or on Arcade Cloud. This allows you to mix the best public tools with your own private tools.

Connect on-premises MCP servers to Arcade Cloud for a hybrid deployment:

- **Private Resources**: Access databases and APIs within your network
- **Data Control**: Keep sensitive data in your environment
- **Custom Dependencies**: Use specific runtime requirements or configurations
- **Compliance**: Meet regulatory requirements while using Arcade's capabilities

See [On-premise MCP Servers](/home/deployment/on-prem-mcp) for more information about how to use your own MCP servers running anywhere, and see [Arcade Deploy](/home/serve-tools/arcade-deploy) to learn how to deploy to Arcade Cloud.

### Customizing Auth

You don't have to self-host Arcade to customize your auth experiences. Arcade Cloud supports a number of auth providers out of the box, and you can provide your own OAuth app credentials to brand your end-user experience. We recommend doing this for all production use cases, so that you can have isolated rate limits with the OAuth service provider and you can give your users a consistent experience when they go through an auth flow.
You can still use the same tools when you customize your auth, no code changes are required.

See [Customizing Auth](/home/auth-providers) for more information.

### Arcade Cloud Pricing

Arcade Cloud offers a generous free tier to get started:

- **Free Tier**: Includes access to all public MCP Servers and basic features
- **Usage-Based**: Pay only for what you use as you scale

Visit [https://api.arcade.dev](https://api.arcade.dev) for current pricing details.

## On-Premise Deployments

Expand Down