> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ascendgtm.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Ascend Gateway V5

> One endpoint. 34 MCP tools. 70+ SaaS APIs. Sub-10ms gateway overhead.

# Ascend Gateway V5

**One endpoint. 34 MCP tools. 70+ SaaS APIs. Sub-10ms gateway overhead.**

Ascend Gateway V5 is a Cloudflare Worker that authenticates, routes, and proxies API calls to any connected SaaS provider. It supports both **MCP** (Model Context Protocol) for AI agents and **REST** for traditional integrations.

## How it works

```
AI Agent (Claude / Cursor / Gemini / ChatGPT)
               │
               ▼
    Authorization: Bearer {token}
               │
    ┌──────────▼──────────────┐
    │  Cloudflare Worker      │
    │  auth → token → route   │
    │   5ms    2ms    3ms     │
    └──────────┬──────────────┘
               │
         ┌─────┼─────┐
         ▼     ▼     ▼
      HubSpot Salesforce Google Ads ...
```

## Key capabilities

<CardGroup cols={2}>
  <Card title="34 MCP Tools" icon="wrench">
    Google Ads, HubSpot, Salesforce, GA4, Gmail, Gemini, AWS Bedrock, and 27 more — all with structured schemas.
  </Card>

  <Card title="OAuth auto-refresh" icon="rotate">
    Durable Objects refresh tokens 10 minutes before expiry. Agents never see a 401.
  </Card>

  <Card title="Multi-tenant + multi-account" icon="building">
    Separate token namespaces per tenant × provider × account. One gateway, many clients.
  </Card>

  <Card title="Sub-10ms overhead" icon="bolt">
    KV-only hot path. Auth + token + route in under 10ms before the upstream call.
  </Card>
</CardGroup>

## Quick start

<CardGroup cols={2}>
  <Card title="Connect Claude Code" icon="terminal" href="/docs/guides/connect-to-claude">
    Add V5 as a remote MCP server in `.mcp.json`.
  </Card>

  <Card title="Connect Cursor" icon="cursor-arrow-rays" href="/docs/guides/connect-to-cursor">
    Configure `.cursor/mcp.json` with your bearer token.
  </Card>

  <Card title="First API call" icon="play" href="/docs/guides/first-api-call">
    Make your first HubSpot or Google Ads call in 5 minutes.
  </Card>

  <Card title="MCP Tools reference" icon="book-open" href="/docs/reference/mcp-tools">
    All 34 tools with parameters and examples.
  </Card>
</CardGroup>
